Uses of Interface
org.geotools.api.feature.type.AssociationDescriptor
Packages that use AssociationDescriptor
Package
Description
Representation a features on a map.
Feature model ISO 19109 with allowances for usability.
-
Uses of AssociationDescriptor in org.geotools.api.feature
Methods in org.geotools.api.feature that return AssociationDescriptorModifier and TypeMethodDescriptionAssociation.getDescriptor()Description of the relationship between two attributes.Methods in org.geotools.api.feature with parameters of type AssociationDescriptorModifier and TypeMethodDescriptionFeatureFactory.createAssociation(Attribute value, AssociationDescriptor descriptor) Creates an association. -
Uses of AssociationDescriptor in org.geotools.api.feature.type
Methods in org.geotools.api.feature.type that return AssociationDescriptorModifier and TypeMethodDescriptionFeatureTypeFactory.createAssociationDescriptor(AssociationType type, Name name, int minOccurs, int maxOCcurs, boolean isNillable) Creates an association descriptor. -
Uses of AssociationDescriptor in org.geotools.feature
Methods in org.geotools.feature that return AssociationDescriptorModifier and TypeMethodDescriptionprotected AssociationDescriptorAttributeBuilder.associationDescriptor(Name name) TypeBuilder.associationDescriptor()Create an AssociationDesctiptor, define relationships between ComplexAttribtues (in particular FeatureCollection to members).AssociationImpl.getDescriptor()Methods in org.geotools.feature with parameters of type AssociationDescriptorModifier and TypeMethodDescriptionAbstractFeatureFactoryImpl.createAssociation(Attribute related, AssociationDescriptor descriptor) TypeBuilder.member(AssociationDescriptor memberOf) Constructors in org.geotools.feature with parameters of type AssociationDescriptorModifierConstructorDescriptionprotectedAssociationImpl(Attribute value, AssociationDescriptor descriptor) -
Uses of AssociationDescriptor in org.geotools.feature.type
Classes in org.geotools.feature.type that implement AssociationDescriptorMethods in org.geotools.feature.type that return AssociationDescriptorModifier and TypeMethodDescriptionFeatureTypeFactoryImpl.createAssociationDescriptor(AssociationType type, Name name, int minOccurs, int maxOccurs, boolean isNillable)