Uses of Class
org.apache.sis.metadata.iso.spatial.AbstractSpatialRepresentation
-
Packages that use AbstractSpatialRepresentation Package Description org.apache.sis.metadata.iso.spatial Information about the mechanisms (grid or vector) used to represent spatial data. -
-
Uses of AbstractSpatialRepresentation in org.apache.sis.metadata.iso.spatial
Subclasses of AbstractSpatialRepresentation 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.class
DefaultGridSpatialRepresentation
Method used to represent geographic information in the dataset.class
DefaultVectorSpatialRepresentation
Information about the vector spatial objects in the dataset.Methods in org.apache.sis.metadata.iso.spatial that return AbstractSpatialRepresentation Modifier and Type Method Description static AbstractSpatialRepresentation
AbstractSpatialRepresentation. castOrCopy(SpatialRepresentation object)
Returns a SIS metadata implementation with the values of the given arbitrary implementation.
-