Package org.apache.sis.util.iso

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

See: Description

Package org.apache.sis.util.iso Description

Implementations 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:
Anatomy of a name
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). In the following illustration, each line is one possible construction for "org.apache.sis.util.iso". For each construction, the first columns shows the name in a yellow background. The second and third columns show the (head.tail) and (path.tip) pairs of attributes, respectively:
scope.name head.tail path.tip Type
org.apache.sis.util.iso org.apache.sis.util.iso org.apache.sis.util.iso Scoped name with global namespace
org.apache.sis.util.iso org.apache.sis.util.iso org.apache.sis.util.iso Scoped name
org.apache.sis.util.iso org.apache.sis.util.iso org.apache.sis.util.iso Scoped name
org.apache.sis.util.iso org.apache.sis.util.iso org.apache.sis.util.iso Scoped name
org.apache.sis.util.iso org.apache.sis.util.iso org.apache.sis.util.iso Local name

Defined in the sis-utility module

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