|
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="LocalName",
specification=ISO_19103)
public interface LocalName
Identifier within a name space for a local object. This could be the target object of the
GenericName, or a pointer to another name space (with a new GenericName)
one step closer to the target of the identifier.
NameFactory.createLocalName(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. |
List<LocalName> |
getParsedNames()
Returns the sequence of local name for this generic name. |
GenericName |
getScope()
Returns the scope (name space) of this generic name. |
String |
toString()
Returns a locale-independant string representation of this local name. |
| Methods inherited from interface GenericName |
|---|
asScopedName, toInternationalString |
| Methods inherited from interface Comparable |
|---|
compareTo |
| Method Detail |
|---|
@UML(identifier="scope",
obligation=OPTIONAL,
specification=ISO_19103)
GenericName getScope()
ScopedName.asLocalName().getScope() ==ScopedName.getScope()(a locale name) (a scoped name)
getScope in interface GenericName
@UML(identifier="parsedName",
obligation=MANDATORY,
specification=ISO_19103)
List<LocalName> getParsedNames()
this.
getParsedNames in interface GenericNameLocalName asLocalName()
this since this object is already a local name.
asLocalName in interface GenericName
@UML(identifier="aName",
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 |