|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AssociationDescriptor | |
---|---|
org.geotools.feature | |
org.geotools.feature.type | |
org.opengis.feature | Representation a features on a map. |
org.opengis.feature.type | Feature model ISO 19109 with allowances for usability. |
Uses of AssociationDescriptor in org.geotools.feature |
---|
Methods in org.geotools.feature that return AssociationDescriptor | |
---|---|
AssociationDescriptor |
TypeBuilder.associationDescriptor()
Create an AssociationDesctiptor, define relationships between ComplexAttribtues (in particular FeatureCollection to members). |
protected AssociationDescriptor |
AttributeBuilder.associationDescriptor(Name name)
|
AssociationDescriptor |
AssociationImpl.getDescriptor()
|
Methods in org.geotools.feature with parameters of type AssociationDescriptor | |
---|---|
Association |
AbstractFeatureFactoryImpl.createAssociation(Attribute related,
AssociationDescriptor descriptor)
|
TypeBuilder |
TypeBuilder.member(AssociationDescriptor memberOf)
|
Constructors in org.geotools.feature with parameters of type AssociationDescriptor | |
---|---|
AssociationImpl(Attribute value,
AssociationDescriptor descriptor)
|
Uses of AssociationDescriptor in org.geotools.feature.type |
---|
Classes in org.geotools.feature.type that implement AssociationDescriptor | |
---|---|
class |
AssociationDescriptorImpl
|
Methods in org.geotools.feature.type that return AssociationDescriptor | |
---|---|
AssociationDescriptor |
FeatureTypeFactoryImpl.createAssociationDescriptor(AssociationType type,
Name name,
int minOccurs,
int maxOccurs,
boolean isNillable)
|
Uses of AssociationDescriptor in org.opengis.feature |
---|
Methods in org.opengis.feature that return AssociationDescriptor | |
---|---|
AssociationDescriptor |
Association.getDescriptor()
Description of the relationship between two attributes. |
Methods in org.opengis.feature with parameters of type AssociationDescriptor | |
---|---|
Association |
FeatureFactory.createAssociation(Attribute value,
AssociationDescriptor descriptor)
Creates an association. |
Uses of AssociationDescriptor in org.opengis.feature.type |
---|
Methods in org.opengis.feature.type that return AssociationDescriptor | |
---|---|
AssociationDescriptor |
FeatureTypeFactory.createAssociationDescriptor(AssociationType type,
Name name,
int minOccurs,
int maxOCcurs,
boolean isNillable)
Creates an association descriptor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |