|
GeoAPI 2.0 Build 2005-06-08 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@UML(identifier="ScopedName",
specification=ISO_19103)
public interface ScopedName
Fully qualified identifier for an object.
A ScopedName contains a LocalName as head
and a GenericName, which may be a LocalName or an other
ScopedName, as tail.
NameFactory.createScopedName(org.opengis.util.GenericName, java.lang.String, org.opengis.util.InternationalString)| Method Summary | |
|---|---|
LocalName |
asLocalName()
Returns a view of this object as a local name. |
GenericName |
getScope()
Returns the scope of this name. |
String |
toString()
Returns a locale-independent string representation of this name, including its scope. |
| Methods inherited from interface GenericName |
|---|
asScopedName, getParsedNames, toInternationalString |
| Methods inherited from interface Comparable |
|---|
compareTo |
| Method Detail |
|---|
@UML(identifier="tail",
obligation=OPTIONAL,
specification=ISO_19103)
GenericName getScope()
getScope in interface GenericName
@UML(identifier="head",
obligation=MANDATORY,
specification=ISO_19103)
LocalName asLocalName()
LocalName.toString() will differs.
asLocalName in interface GenericName
@UML(identifier="scopedName",
obligation=MANDATORY,
specification=ISO_19103)
String toString()
toString in interface GenericNametoString in class Object
|
GeoAPI 2.0 Build 2005-06-08 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
|
Symbols, terms and definitions | Copyright OpenGIS® Consortium |