@UML(identifier="LocalName", specification=ISO_19103) public interface LocalName extends GenericName
NameFactory.createLocalName(org.opengis.util.NameSpace, java.lang.CharSequence)
Modifier and Type | Method and Description |
---|---|
int |
depth()
Returns the depth, which is always 1 for a local name.
|
List<? extends LocalName> |
getParsedNames()
Returns the sequence of local name.
|
LocalName |
head()
Returns
this since this object is already a local name. |
LocalName |
tip()
Returns
this since this object is already a local name. |
String |
toString()
Returns a locale-independant string representation of this local name.
|
name, push, scope, toFullyQualifiedName, toInternationalString
compareTo
int depth()
depth
in interface GenericName
@UML(identifier="parsedName", obligation=MANDATORY, specification=ISO_19103) List<? extends LocalName> getParsedNames()
this
.getParsedNames
in interface GenericName
null
neither empty.LocalName head()
this
since this object is already a local name.head
in interface GenericName
@Extension LocalName tip()
this
since this object is already a local name.tip
in interface GenericName
@UML(identifier="aName", obligation=MANDATORY, specification=ISO_19103) String toString()
toString
in interface GenericName
toString
in class Object
Copyright © 1996–2019 Geotools. All rights reserved.