Package org.apache.sis.util.iso


package org.apache.sis.util.iso
Implementations of GeoAPI types from the org​.opengis​.util package. The main content of this package are:

Anatomy of a name

Names may be fully qualified (like "urn:ogc:def:crs:EPSG::4326"), or they may be relative to a scope (like "EPSG::4326" in the "urn:ogc:def:crs" scope). In the following illustration, each line is one possible construction for "urn:ogc:crs:epsg:4326" (taken as an abridged form of above URN for this example only). For each construction:
  • The first columns shows the name in a green background.
  • The second and third columns show the (head.tail) and (path.tip) components, respectively.
  • The parts without colored background do not appear in the string representation or in the list of parsed names.
Components in scope, head, tail, path and tip
scope.name head.tail path.tip Type
urn:ogc:crs:epsg:4326 urn:ogc:crs:epsg:4326 urn:ogc:crs:epsg:4326 Scoped name with global namespace
urn:ogc:crs:epsg:4326 urn:ogc:crs:epsg:4326 urn:ogc:crs:epsg:4326 Scoped name
urn:ogc:crs:epsg:4326 urn:ogc:crs:epsg:4326 urn:ogc:crs:epsg:4326 Scoped name
urn:ogc:crs:epsg:4326 urn:ogc:crs:epsg:4326 urn:ogc:crs:epsg:4326 Scoped name
urn:ogc:crs:epsg:4326 urn:ogc:crs:epsg:4326 urn:ogc:crs:epsg:4326 Local name
Since:
0.3