Package org.geotools.api.feature.type
Interface AssociationDescriptor
-
- All Superinterfaces:
PropertyDescriptor
- All Known Implementing Classes:
AssociationDescriptorImpl
public interface AssociationDescriptor extends PropertyDescriptor
Describes an instance of an Association.- Author:
- Jody Garnett, Refractions Research, Justin Deoliveira, The Open Planning Project
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociationType
getType()
Override ofPropertyDescriptor.getType()
which type narrows toAssocicationType
.-
Methods inherited from interface PropertyDescriptor
getMaxOccurs, getMinOccurs, getName, getUserData, isNillable
-
-
-
-
Method Detail
-
getType
AssociationType getType()
Override ofPropertyDescriptor.getType()
which type narrows toAssocicationType
.- Specified by:
getType
in interfacePropertyDescriptor
- See Also:
PropertyDescriptor.getType()
-
-