Uses of Interface
org.opengis.feature.Association

Packages that use Association
org.opengis.feature Representation a features on a map. 
org.opengis.feature.simple   
 

Uses of Association in org.opengis.feature
 

Methods in org.opengis.feature that return Association
 Association FeatureFactory.createAssociation(Attribute value, AssociationDescriptor descriptor)
          Creates an association (always nested).
 

Methods in org.opengis.feature that return types with arguments of type Association
 Collection<Association> ComplexAttribute.associations()
          Convenience method for getting at the associations contained in this complex attribute.
 

Uses of Association in org.opengis.feature.simple
 

Methods in org.opengis.feature.simple that return types with arguments of type Association
 List<Association> SimpleFeature.associations()
          Associations are not supported by SimpleFeature.
 



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