Package org.geotools.api.util
Interface MemberName
- All Superinterfaces:
Comparable<GenericName>
,GenericName
,LocalName
The name to identify a member of a record. This name bears an association with a
type name. There may be alternate implementations of this: for instance, one implementation may
apply to the in-memory model. Another may apply to a shapefile data store, etc.
- Since:
- GeoAPI 2.1
- Author:
- Bryce Nordgren (USDA), Martin Desruisseaux (IRD)
-
Method Summary
Modifier and TypeMethodDescriptionReturns the type of the data associated with the record member.Methods inherited from interface Comparable
compareTo
Methods inherited from interface GenericName
push, scope, toFullyQualifiedName, toInternationalString
-
Method Details
-
getAttributeType
TypeName getAttributeType()Returns the type of the data associated with the record member.
-