Uses of Interface
org.opengis.feature.type.AssociationDescriptor

Packages that use AssociationDescriptor
org.opengis.feature Representation a features on a map. 
org.opengis.feature.type Feature model ISO 19109 with allowances for usability. 
 

Uses of AssociationDescriptor in org.opengis.feature
 

Methods in org.opengis.feature that return AssociationDescriptor
 AssociationDescriptor Association.getDescriptor()
          Description of the relationship between two attributes.
 

Methods in org.opengis.feature with parameters of type AssociationDescriptor
 Association FeatureFactory.createAssociation(Attribute value, AssociationDescriptor descriptor)
          Creates an association.
 

Uses of AssociationDescriptor in org.opengis.feature.type
 

Methods in org.opengis.feature.type that return AssociationDescriptor
 AssociationDescriptor FeatureTypeFactory.createAssociationDescriptor(AssociationType type, Name name, int minOccurs, int maxOCcurs, boolean isNillable)
          Creates an association descriptor.
 



Copyright © 1994-2012 Open Geospatial Consortium. All Rights Reserved.