|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
org.opengis.util.
See:
Description
| Class Summary | |
|---|---|
| AbstractName | A sequence of identifiers rooted within the context of a namespace. |
| DefaultLocalName | Identifier within a name space for a local object. |
| DefaultMemberName | The name to identify a member of a record. |
| DefaultNameFactory | A factory for AbstractName objects. |
| DefaultNameSpace | A domain in which names given by character strings are defined. |
| DefaultRecordType | Provides a record of data type in a manner similar to a strongly typed Map. |
| DefaultScopedName | A composite of a name space (as a local name) and a generic name valid in that name space. |
| DefaultTypeName | The name of an attribute type. |
Implementation of naming interfaces from org.opengis.util. Names are immutables.
They may be fully qualified
like "org.opengis.util.Record", or they may be relative to a
scope like "util.Record" in the
"org.opengis" scope. The illustration below shows all possible constructions for
"org.opengis.util.Record".
org . opengis . util . Record scope()getParsedNames()Type head tail global {"org", "opengis", "util", "Record"} ScopedNamepath tip scope head tail "org" {"opengis", "util", "Record"} ScopedNamepath tip scope head tail "org.opengis" {"util", "Record"} ScopedNamepath tip scope head "org.opengis.util" {"Record"} LocalNametip
| metadata/geotk-metadata (download) |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||