Package org.apache.sis.util.iso

Implementation of GeoAPI types from the org.opengis.util package.

See: Description

Package org.apache.sis.util.iso Description

Implementation of GeoAPI types from the org.opengis.util package. InternationalString implementations are closely related to the <gmd:textGroup> XML element found in ISO specifications. All other non-static types except the Factory implementations are derived from the ISO 19103 specification. The main content of this package are:
Relationship between naming types
Names 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:
0.3 (derived from geotk-3.00)

Defined in the sis-utility module

Copyright © 2010–2013 The Apache Software Foundation. All rights reserved.