Package org.opengis.metadata.spatial


package org.opengis.metadata.spatial
Information concerning the mechanisms used to represent spatial information in a dataset. The spatial representation entity is optional and can be specified as grid spatial representation or vector spatial representation. When further description is necessary, grid spatial representation may be specified as georectified or georeferenceable entity.

Metadata object are described in the OpenGIS® Metadata (Topic 11) specification. The following table shows the class hierarchy, together with a partial view of aggregation hierarchy:

Package overview
Class hierarchy Aggregation hierarchy
 ISO 19115 object
  ├─ SpatialRepresentation «abstract»
  │   ├─ VectorSpatialRepresentation
  │   └─ GridSpatialRepresentation
  │       ├─ Georeferenceable
  │       └─ Georectified
  ├─ GeolocationInformation «abstract»
  │   └─ GCPCollection
  ├─ GCP
  ├─ Dimension
  └─ GeometricObjects
 CodeList
  ├─ TopologyLevel
  ├─ GeometricObjectType
  ├─ CellGeometry
  ├─ PixelOrientation
  ├─ DimensionNameType
  └─ SpatialRepresentationType
 SpatialRepresentation «abstract»
 VectorSpatialRepresentation
  ├─ TopologyLevel «code list»
  └─ GeometricObjects
      └─ GeometricObjectType «code list»
 GridSpatialRepresentation
  ├─ Dimension
  │   └─ DimensionNameType «code list»
  └─ CellGeometry «code list»
 Georeferenceable
  └─ GeolocationInformation «abstract»
 Georectified
  ├─ PixelOrientation «code list»
  └─ GCP
 GCPCollection
 SpatialRepresentationType «code list»
Since:
2.0