@UML(identifier="MD_CellGeometryCode", specification=ISO_19115) public final class CellGeometry extends CodeList<CellGeometry>
| Modifier and Type | Field and Description |
|---|---|
static CellGeometry |
AREA
Each cell represents an area.
|
static CellGeometry |
POINT
Each cell represents a point.
|
| Modifier and Type | Method and Description |
|---|---|
CellGeometry[] |
family()
Returns the list of enumerations of the same kind than this enum.
|
static CellGeometry |
valueOf(String code)
Returns the CellGeometry that matches the given string, or returns a new one if none match
it.
|
static CellGeometry[] |
values()
Returns the list of
CellGeometrys. |
compareTo, equals, identifier, matches, name, ordinal, readResolve, toString, valueOf@UML(identifier="point", obligation=CONDITIONAL, specification=ISO_19115) public static final CellGeometry POINT
@UML(identifier="area", obligation=CONDITIONAL, specification=ISO_19115) public static final CellGeometry AREA
public static CellGeometry[] values()
CellGeometrys.public CellGeometry[] family()
family in class CodeList<CellGeometry>public static CellGeometry valueOf(String code)
code - The name of the code to fetch or to create.Copyright © 1996–2019 Geotools. All rights reserved.