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 Feature model ISO 19109 with allowances for usability. 
 

Uses of AssociationType in org.opengis.feature
 

Methods in org.opengis.feature that return AssociationType
 AssociationType Association.getType()
          Type of association represented.
 

Uses of AssociationType in org.opengis.feature.type
 

Methods in org.opengis.feature.type that return AssociationType
 AssociationType FeatureTypeFactory.createAssociationType(Name name, AttributeType relatedType, boolean isAbstract, List<Filter> restrictions, AssociationType superType, InternationalString description)
          Creates an association type.
 AssociationType AssociationType.getSuper()
          Override of PropertyType.getSuper() which type narrows to AssociationType.
 AssociationType AssociationDescriptor.getType()
          Override of PropertyDescriptor.getType() which type narrows to AssocicationType.
 

Methods in org.opengis.feature.type with parameters of type AssociationType
 AssociationDescriptor FeatureTypeFactory.createAssociationDescriptor(AssociationType type, Name name, int minOccurs, int maxOCcurs, boolean isNillable)
          Creates an association descriptor.
 AssociationType FeatureTypeFactory.createAssociationType(Name name, AttributeType relatedType, boolean isAbstract, List<Filter> restrictions, AssociationType superType, InternationalString description)
          Creates an association type.
 



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