Uses of Class
org.apache.sis.metadata.iso.spatial.DefaultGridSpatialRepresentation
-
Packages that use DefaultGridSpatialRepresentation Package Description org.apache.sis.metadata.iso.spatial Information about the mechanisms (grid or vector) used to represent spatial data. -
-
Uses of DefaultGridSpatialRepresentation in org.apache.sis.metadata.iso.spatial
Subclasses of DefaultGridSpatialRepresentation in org.apache.sis.metadata.iso.spatial Modifier and Type Class Description class
DefaultGeorectified
Grid whose cells are regularly spaced in a geographic or projected coordinate reference system.class
DefaultGeoreferenceable
Grid with cells irregularly spaced in any given geographic/map projection coordinate reference system.Methods in org.apache.sis.metadata.iso.spatial that return DefaultGridSpatialRepresentation Modifier and Type Method Description static DefaultGridSpatialRepresentation
DefaultGridSpatialRepresentation. castOrCopy(GridSpatialRepresentation object)
Returns a SIS metadata implementation with the values of the given arbitrary implementation.
-