Uses of Interface
org.geotools.api.feature.type.AssociationDescriptor
-
Packages that use AssociationDescriptor Package Description org.geotools.api.feature Representation a features on a map.org.geotools.api.feature.type Feature model ISO 19109 with allowances for usability.org.geotools.feature org.geotools.feature.type -
-
Uses of AssociationDescriptor in org.geotools.api.feature
Methods in org.geotools.api.feature that return AssociationDescriptor Modifier and Type Method Description AssociationDescriptor
Association. getDescriptor()
Description of the relationship between two attributes.Methods in org.geotools.api.feature with parameters of type AssociationDescriptor Modifier and Type Method Description Association
FeatureFactory. 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 AssociationDescriptor Modifier and Type Method Description AssociationDescriptor
FeatureTypeFactory. 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 AssociationDescriptor Modifier and Type Method Description protected AssociationDescriptor
AttributeBuilder. associationDescriptor(Name name)
AssociationDescriptor
TypeBuilder. associationDescriptor()
Create an AssociationDesctiptor, define relationships between ComplexAttribtues (in particular FeatureCollection to members).AssociationDescriptor
AssociationImpl. getDescriptor()
Methods in org.geotools.feature with parameters of type AssociationDescriptor Modifier and Type Method Description Association
AbstractFeatureFactoryImpl. createAssociation(Attribute related, AssociationDescriptor descriptor)
TypeBuilder
TypeBuilder. member(AssociationDescriptor memberOf)
Constructors in org.geotools.feature with parameters of type AssociationDescriptor Constructor Description AssociationImpl(Attribute value, AssociationDescriptor descriptor)
-
Uses of AssociationDescriptor in org.geotools.feature.type
Classes in org.geotools.feature.type that implement AssociationDescriptor Modifier and Type Class Description class
AssociationDescriptorImpl
Methods in org.geotools.feature.type that return AssociationDescriptor Modifier and Type Method Description AssociationDescriptor
FeatureTypeFactoryImpl. createAssociationDescriptor(AssociationType type, Name name, int minOccurs, int maxOccurs, boolean isNillable)
-