Uses of Class
org.opengis.metadata.spatial.CellGeometry
Packages that use CellGeometry
Package
Description
Information about the mechanisms (grid or vector) used to represent spatial data.
Spatial representation information
(includes grid and vector representation).
-
Uses of CellGeometry in org.apache.sis.metadata.iso.spatial
Methods in org.apache.sis.metadata.iso.spatial that return CellGeometryModifier and TypeMethodDescriptionDefaultGridSpatialRepresentation.getCellGeometry()Returns the identification of grid data as point or cell.Methods in org.apache.sis.metadata.iso.spatial with parameters of type CellGeometryModifier and TypeMethodDescriptionvoidDefaultGridSpatialRepresentation.setCellGeometry(CellGeometry newValue) Sets identification of grid data as point or cell. -
Uses of CellGeometry in org.opengis.metadata.spatial
Subclasses with type arguments of type CellGeometry in org.opengis.metadata.spatialModifier and TypeClassDescriptionfinal classCode indicating whether grid data is point or area.Fields in org.opengis.metadata.spatial declared as CellGeometryModifier and TypeFieldDescriptionstatic final CellGeometryCellGeometry.AREAEach cell represents an area.static final CellGeometryCellGeometry.POINTEach cell represents a point.Methods in org.opengis.metadata.spatial that return CellGeometryModifier and TypeMethodDescriptionCellGeometry.family()Returns the list of enumerations of the same kind as this enum.GridSpatialRepresentation.getCellGeometry()Identification of grid data as point or cell.static CellGeometryReturns the CellGeometry that matches the given string, or returns a new one if none match it.static CellGeometry[]CellGeometry.values()Returns the list ofCellGeometrys.