Uses of Interface
org.geotools.api.util.LocalName
Packages that use LocalName
Package
Description
A set of base types from ISO 19103 which can not be mapped directly from Java, plus utilities.
Reference systems implementation.
Contains utilities and addition to the collection framework.
-
Uses of LocalName in org.geotools.api.util
Subinterfaces of LocalName in org.geotools.api.utilModifier and TypeInterfaceDescriptioninterface
The name to identify a member of a record.interface
The name of an attribute type.Methods in org.geotools.api.util that return LocalNameModifier and TypeMethodDescriptionNameFactory.createLocalName
(NameSpace scope, CharSequence name) Creates a local name from the given character sequence.RecordSchema.getSchemaName()
Returns the schema name.GenericName.head()
Returns the first element in the sequence of parsed names.LocalName.head()
Returnsthis
since this object is already a local name.ScopedName.head()
Returns the first element in the sequence of parsed names.GenericName.tip()
Returns the last element in the sequence of parsed names.LocalName.tip()
Returnsthis
since this object is already a local name.ScopedName.tip()
Returns the last element in the sequence of parsed names.Methods in org.geotools.api.util that return types with arguments of type LocalNameModifier and TypeMethodDescriptionGenericName.getParsedNames()
Returns the sequence of local names making this generic name.LocalName.getParsedNames()
Returns the sequence of local name. -
Uses of LocalName in org.geotools.referencing
Methods in org.geotools.referencing that return LocalNameModifier and TypeMethodDescriptionNamedIdentifier.head()
Returns the first element in the sequence of parsed names.NamedIdentifier.tip()
Returns the last element in the sequence of parsed names.Methods in org.geotools.referencing that return types with arguments of type LocalNameModifier and TypeMethodDescriptionNamedIdentifier.getParsedNames()
Returns the sequence of local names making this generic name. -
Uses of LocalName in org.geotools.util
Classes in org.geotools.util that implement LocalNameModifier and TypeClassDescriptionclass
Identifier within a name space for a local object.Methods in org.geotools.util that return LocalNameModifier and TypeMethodDescriptionGenericName.head()
Returns the first element in the sequence of parsed names.LocalName.head()
Since this object is already a local name, this method always returnsthis
.ScopedName.head()
Returns the head of this scoped name.GenericName.tip()
Returns the last element in the sequence of parsed names.LocalName.tip()
Since this object is already a local name, this method always returnsthis
.ScopedName.tip()
Returns a view of this object as a local name.Methods in org.geotools.util that return types with arguments of type LocalNameModifier and TypeMethodDescriptionGenericName.getParsedNames()
Returns the sequence of local names making this generic name.LocalName.getParsedNames()
Returns the sequence of local name for this generic name.ScopedName.getParsedNames()
Returns the sequence of local name for this generic name.