Package org.geotoolkit.naming

Implementation of naming interfaces from 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.
 

Package org.geotoolkit.naming Description

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"} ScopedName
path tip
scope head tail "org" {"opengis", "util", "Record"} ScopedName
path tip
scope head tail "org.opengis" {"util", "Record"} ScopedName
path tip
scope head "org.opengis.util" {"Record"} LocalName
tip

Since:
3.00
Version:
3.01
Author:
Martin Desruisseaux (Geomatys)
Module:
metadata/geotk-metadata (download)


Copyright © 2009-2013 Geotoolkit.org. All Rights Reserved.