Uses of Interface
org.opengis.metadata.spatial.GridSpatialRepresentation
Packages that use GridSpatialRepresentation
Package
Description
Information about the mechanisms (grid or vector) used to represent spatial data.
Spatial representation information
(includes grid and vector representation).
-
Uses of GridSpatialRepresentation in org.apache.sis.metadata.iso.spatial
Classes in org.apache.sis.metadata.iso.spatial that implement GridSpatialRepresentationModifier and TypeClassDescriptionclassGrid whose cells are regularly spaced in a geographic or projected coordinate reference system.classGrid with cells irregularly spaced in any given geographic/map projection coordinate reference system.classMethod used to represent geographic information in the dataset.Methods in org.apache.sis.metadata.iso.spatial with parameters of type GridSpatialRepresentationModifier and TypeMethodDescriptionDefaultGridSpatialRepresentation.castOrCopy(GridSpatialRepresentation object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.Constructors in org.apache.sis.metadata.iso.spatial with parameters of type GridSpatialRepresentationModifierConstructorDescriptionConstructs a new instance initialized with the values from the specified metadata object. -
Uses of GridSpatialRepresentation in org.opengis.metadata.spatial
Subinterfaces of GridSpatialRepresentation in org.opengis.metadata.spatialModifier and TypeInterfaceDescriptioninterfaceGrid whose cells are regularly spaced in a geographic (i.e., lat / long) or map coordinate system defined in the Spatial Referencing System (SRS) so that any cell in the grid can be geolocated given its grid coordinate and the grid origin, cell spacing, and orientation indication of whether or not geographic.interfaceGrid with cells irregularly spaced in any given geographic/map projection coordinate system, whose individual cells can be geolocated using geolocation information supplied with the data but cannot be geolocated from the grid properties alone.