| Package | Description |
|---|---|
| org.opengis.metadata.identification |
Identification information
(includes data and service identification).
|
| org.opengis.metadata.quality | |
| org.opengis.metadata.spatial |
Spatial representation information
(includes grid and vector representation).
|
| Modifier and Type | Method and Description |
|---|---|
Collection<SpatialRepresentationType> |
DataIdentification.getSpatialRepresentationTypes()
Method used to spatially represent geographic information.
|
| Modifier and Type | Method and Description |
|---|---|
SpatialRepresentationType |
CoverageResult.getSpatialRepresentationType()
Method used to spatially represent the coverage result.
|
| Modifier and Type | Field and Description |
|---|---|
static SpatialRepresentationType |
SpatialRepresentationType.GRID
Grid data is used to represent geographic data.
|
static SpatialRepresentationType |
SpatialRepresentationType.STEREO_MODEL
Three-dimensional view formed by the intersecting homologous rays of an
overlapping pair of images.
|
static SpatialRepresentationType |
SpatialRepresentationType.TEXT_TABLE
Textual or tabular data is used to represent geographic data.
|
static SpatialRepresentationType |
SpatialRepresentationType.TIN
Triangulated irregular network.
|
static SpatialRepresentationType |
SpatialRepresentationType.VECTOR
Vector data is used to represent geographic data.
|
static SpatialRepresentationType |
SpatialRepresentationType.VIDEO
Scene from a video recording.
|
| Modifier and Type | Method and Description |
|---|---|
SpatialRepresentationType[] |
SpatialRepresentationType.family()
Returns the list of enumerations of the same kind than this enum.
|
static SpatialRepresentationType |
SpatialRepresentationType.valueOf(String code)
Returns the spatial representation type that matches the given string, or returns a
new one if none match it.
|
static SpatialRepresentationType[] |
SpatialRepresentationType.values()
Returns the list of
SpatialRepresentationTypes. |
Copyright © 1994–2017 Open Geospatial Consortium. All rights reserved.