Uses of Interface
org.opengis.metadata.spatial.SpatialRepresentation
- 
Packages that use SpatialRepresentation Package Description org.opengis.metadata The metadata root entity.org.opengis.metadata.quality org.opengis.metadata.spatial Information concerning the mechanisms used to represent spatial information in a dataset. - 
- 
Uses of SpatialRepresentation in org.opengis.metadata
Methods in org.opengis.metadata that return types with arguments of type SpatialRepresentation Modifier and Type Method Description default Collection<? extends SpatialRepresentation>Metadata. getSpatialRepresentationInfo()Digital representation of spatial information in the dataset. - 
Uses of SpatialRepresentation in org.opengis.metadata.quality
Methods in org.opengis.metadata.quality that return SpatialRepresentation Modifier and Type Method Description SpatialRepresentationCoverageResult. getResultSpatialRepresentation()Provides the digital representation of data quality measures composing the coverage result. - 
Uses of SpatialRepresentation in org.opengis.metadata.spatial
Subinterfaces of SpatialRepresentation in org.opengis.metadata.spatial Modifier and Type Interface Description interfaceGeorectifiedGrid whose cells are regularly spaced in a geographic or projected coordinate reference system.interfaceGeoreferenceableGrid with cells irregularly spaced in any given geographic/projected coordinate reference system.interfaceGridSpatialRepresentationBasic information required to uniquely identify a resource or resources.interfaceVectorSpatialRepresentationInformation about the vector spatial objects in the dataset. 
 -