Uses of Class
org.opengis.metadata.spatial.SpatialRepresentationType
Package
Description
Identification information
(includes data and service identification).
Spatial representation information
(includes grid and vector representation).
-
Uses of SpatialRepresentationType in org.opengis.metadata.identification
Modifier and TypeMethodDescriptionDataIdentification.getSpatialRepresentationTypes()
Method used to spatially represent geographic information. -
Uses of SpatialRepresentationType in org.opengis.metadata.quality
Modifier and TypeMethodDescriptionCoverageResult.getSpatialRepresentationType()
Method used to spatially represent the coverage result. -
Uses of SpatialRepresentationType in org.opengis.metadata.spatial
Modifier and TypeFieldDescriptionstatic final SpatialRepresentationType
SpatialRepresentationType.GRID
Grid data is used to represent geographic data.static final SpatialRepresentationType
SpatialRepresentationType.STEREO_MODEL
Three-dimensional view formed by the intersecting homologous rays of an overlapping pair of images.static final SpatialRepresentationType
SpatialRepresentationType.TEXT_TABLE
Textual or tabular data is used to represent geographic data.static final SpatialRepresentationType
SpatialRepresentationType.TIN
Triangulated irregular network.static final SpatialRepresentationType
SpatialRepresentationType.VECTOR
Vector data is used to represent geographic data.static final SpatialRepresentationType
SpatialRepresentationType.VIDEO
Scene from a video recording.Modifier and TypeMethodDescriptionSpatialRepresentationType.family()
Returns the list of enumerations of the same kind as this enum.static SpatialRepresentationType
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 ofSpatialRepresentationType
s.