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

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

Uses of AssociationType in org.opengis.feature
 

Methods in org.opengis.feature that return AssociationType
 AssociationType Association.getType()
          Indicate the AssociationType, if we have a descriptor it will be in agreement.
 

Uses of AssociationType in org.opengis.feature.type
 

Methods in org.opengis.feature.type that return AssociationType
 AssociationType TypeFactory.createAssociationType(Name name, AttributeType referenceType, boolean isIdentifiable, boolean isAbstract, Set<Filter> restrictions, AssociationType superType, InternationalString description)
           
 AssociationType AssociationType.getSuper()
          Access to super type information.
 AssociationType AssociationDescriptor.getType()
          Indicates the type of this association.
 

Methods in org.opengis.feature.type with parameters of type AssociationType
 AssociationDescriptor TypeFactory.createAssociationDescriptor(AssociationType type, Name name, int minOccurs, int maxOCcurs)
          Creates a new association descriptor.
 AssociationType TypeFactory.createAssociationType(Name name, AttributeType referenceType, boolean isIdentifiable, boolean isAbstract, Set<Filter> restrictions, AssociationType superType, InternationalString description)
           
 



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