Uses of Class
org.opengis.metadata.spatial.CellGeometry
-
Packages that use CellGeometry Package Description org.opengis.metadata.spatial Spatial representation information (includes grid and vector representation). -
-
Uses of CellGeometry in org.opengis.metadata.spatial
Fields in org.opengis.metadata.spatial declared as CellGeometry Modifier and Type Field Description static CellGeometry
CellGeometry. AREA
Each cell represents an area.static CellGeometry
CellGeometry. POINT
Each cell represents a point.Fields in org.opengis.metadata.spatial with type parameters of type CellGeometry Modifier and Type Field Description private static java.util.List<CellGeometry>
CellGeometry. VALUES
List of all enumerations of this type.Methods in org.opengis.metadata.spatial that return CellGeometry Modifier and Type Method Description CellGeometry[]
CellGeometry. family()
Returns the list of enumerations of the same kind than this enum.CellGeometry
GridSpatialRepresentation. getCellGeometry()
Identification of grid data as point or cell.static CellGeometry
CellGeometry. valueOf(java.lang.String code)
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.
-