Uses of Class
org.opengis.metadata.spatial.CellGeometry
Packages that use CellGeometry
Package
Description
Information concerning the mechanisms used to represent spatial information in a dataset.
-
Uses of CellGeometry in org.opengis.metadata.spatial
Fields in org.opengis.metadata.spatial declared as CellGeometryModifier and TypeFieldDescriptionstatic final CellGeometry
CellGeometry.AREA
Each cell represents an area.static final CellGeometry
CellGeometry.POINT
Each cell represents a point.static final CellGeometry
CellGeometry.STRATUM
Height range for a single point vertical profile.static final CellGeometry
CellGeometry.VOXEL
Each cell represents a volumetric measurement on a regular grid in three dimensional space.Methods in org.opengis.metadata.spatial that return CellGeometryModifier and TypeMethodDescriptionCellGeometry.family()
Returns the list of codes of the same kind as this code list element.GridSpatialRepresentation.getCellGeometry()
Identification of grid data as point or cell.static CellGeometry
Returns the CellGeometry that matches the given string, or returns a new one if none match it.static CellGeometry[]
CellGeometry.values()
Returns the list ofCellGeometry
s.