Uses of Class
org.opengis.metadata.spatial.SpatialRepresentationType
-
Packages that use SpatialRepresentationType 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). -
-
Uses of SpatialRepresentationType in org.opengis.metadata.identification
Methods in org.opengis.metadata.identification that return types with arguments of type SpatialRepresentationType Modifier and Type Method Description java.util.Collection<SpatialRepresentationType>DataIdentification. getSpatialRepresentationTypes()Method used to spatially represent geographic information. -
Uses of SpatialRepresentationType in org.opengis.metadata.quality
Methods in org.opengis.metadata.quality that return SpatialRepresentationType Modifier and Type Method Description SpatialRepresentationTypeCoverageResult. getSpatialRepresentationType()Method used to spatially represent the coverage result. -
Uses of SpatialRepresentationType in org.opengis.metadata.spatial
Fields in org.opengis.metadata.spatial declared as SpatialRepresentationType Modifier and Type Field Description static SpatialRepresentationTypeSpatialRepresentationType. GRIDGrid data is used to represent geographic data.static SpatialRepresentationTypeSpatialRepresentationType. STEREO_MODELThree-dimensional view formed by the intersecting homologous rays of an overlapping pair of images.static SpatialRepresentationTypeSpatialRepresentationType. TEXT_TABLETextual or tabular data is used to represent geographic data.static SpatialRepresentationTypeSpatialRepresentationType. TINTriangulated irregular network.static SpatialRepresentationTypeSpatialRepresentationType. VECTORVector data is used to represent geographic data.static SpatialRepresentationTypeSpatialRepresentationType. VIDEOScene from a video recording.Fields in org.opengis.metadata.spatial with type parameters of type SpatialRepresentationType Modifier and Type Field Description private static java.util.List<SpatialRepresentationType>SpatialRepresentationType. VALUESList of all enumerations of this type.Methods in org.opengis.metadata.spatial that return SpatialRepresentationType Modifier and Type Method Description SpatialRepresentationType[]SpatialRepresentationType. family()Returns the list of enumerations of the same kind than this enum.static SpatialRepresentationTypeSpatialRepresentationType. valueOf(java.lang.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 ofSpatialRepresentationTypes.
-