Uses of Interface
org.geotools.api.util.LocalName
- 
Packages that use LocalName Package Description org.geotools.api.util A set of base types from ISO 19103 which can not be mapped directly from Java, plus utilities.org.geotools.referencing Reference systems implementation.org.geotools.util Contains utilities and addition to the collection framework. - 
- 
Uses of LocalName in org.geotools.api.util
Subinterfaces of LocalName in org.geotools.api.util Modifier and Type Interface Description interfaceMemberNameThe name to identify a member of a record.interfaceTypeNameThe name of an attribute type.Methods in org.geotools.api.util that return LocalName Modifier and Type Method Description LocalNameNameFactory. createLocalName(NameSpace scope, CharSequence name)Creates a local name from the given character sequence.LocalNameRecordSchema. getSchemaName()Returns the schema name.LocalNameGenericName. head()Returns the first element in the sequence of parsed names.LocalNameLocalName. head()Returnsthissince this object is already a local name.LocalNameScopedName. head()Returns the first element in the sequence of parsed names.LocalNameGenericName. tip()Returns the last element in the sequence of parsed names.LocalNameLocalName. tip()Returnsthissince this object is already a local name.LocalNameScopedName. tip()Returns the last element in the sequence of parsed names.Methods in org.geotools.api.util that return types with arguments of type LocalName Modifier and Type Method Description List<? extends LocalName>GenericName. getParsedNames()Returns the sequence of local names making this generic name.List<? extends LocalName>LocalName. getParsedNames()Returns the sequence of local name. - 
Uses of LocalName in org.geotools.referencing
Methods in org.geotools.referencing that return LocalName Modifier and Type Method Description LocalNameNamedIdentifier. head()Returns the first element in the sequence of parsed names.LocalNameNamedIdentifier. tip()Returns the last element in the sequence of parsed names.Methods in org.geotools.referencing that return types with arguments of type LocalName Modifier and Type Method Description List<LocalName>NamedIdentifier. 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 LocalName Modifier and Type Class Description classLocalNameIdentifier within a name space for a local object.Methods in org.geotools.util that return LocalName Modifier and Type Method Description LocalNameGenericName. head()Returns the first element in the sequence of parsed names.LocalNameLocalName. head()Since this object is already a local name, this method always returnsthis.LocalNameScopedName. head()Returns the head of this scoped name.LocalNameGenericName. tip()Returns the last element in the sequence of parsed names.LocalNameLocalName. tip()Since this object is already a local name, this method always returnsthis.LocalNameScopedName. tip()Returns a view of this object as a local name.Methods in org.geotools.util that return types with arguments of type LocalName Modifier and Type Method Description abstract List<LocalName>GenericName. getParsedNames()Returns the sequence of local names making this generic name.List<LocalName>LocalName. getParsedNames()Returns the sequence of local name for this generic name.List<LocalName>ScopedName. getParsedNames()Returns the sequence of local name for this generic name. 
 -