Uses of Class
org.opengis.metadata.spatial.CellGeometry
Packages that use CellGeometry
-
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.Fields in org.opengis.metadata.spatial with type parameters of type CellGeometryModifier and TypeFieldDescriptionprivate static final List<CellGeometry> CellGeometry.VALUESList of all enumerations of this type.Methods in org.opengis.metadata.spatial that return CellGeometryModifier and TypeMethodDescriptionCellGeometry.family()Returns the list of enumerations of the same kind than 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.