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

Packages that use AssociationDescriptor
org.opengis.feature Representation a features on a map. 
org.opengis.feature.simple   
org.opengis.feature.type Captures the generic feature model from ISO 19109 with allowances for usability. 
 

Uses of AssociationDescriptor in org.opengis.feature
 

Methods in org.opengis.feature that return AssociationDescriptor
 AssociationDescriptor Association.getDescriptor()
          Indicates the AttirbuteDescriptor for this content.
 

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

Uses of AssociationDescriptor in org.opengis.feature.simple
 

Methods in org.opengis.feature.simple that return types with arguments of type AssociationDescriptor
 List<AssociationDescriptor> SimpleFeatureType.associations()
          Associations not permitted in SimpleFeatureType.
 Set<AssociationDescriptor> SimpleFeatureCollectionType.getMembers()
          Returned set describing a single allowed SimpleFeatureType.
 

Uses of AssociationDescriptor in org.opengis.feature.type
 

Methods in org.opengis.feature.type that return AssociationDescriptor
 AssociationDescriptor TypeFactory.createAssociationDescriptor(AssociationType type, Name name, int minOccurs, int maxOCcurs)
          Creates a new association descriptor.
 

Methods in org.opengis.feature.type that return types with arguments of type AssociationDescriptor
 Collection<AssociationDescriptor> ComplexType.associations()
          Allowable associations, indicating non containment relationships.
 Set<AssociationDescriptor> FeatureCollectionType.getMembers()
          FeatureTypes allowable as members of this set.
 

Method parameters in org.opengis.feature.type with type arguments of type AssociationDescriptor
 FeatureCollectionType TypeFactory.createFeatureCollectionType(Name name, Collection<StructuralDescriptor> schema, Collection<AssociationDescriptor> members, AttributeDescriptor defaultGeom, CoordinateReferenceSystem crs, boolean isAbstract, Set<Filter> restrictions, AttributeType superType, InternationalString description)
           
 



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