|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectCodeList<CellGeometry>
CellGeometry
@UML(identifier="MD_CellGeometryCode", specification=ISO_19115) public final class CellGeometry
Code indicating whether grid data is point or area.
Field Summary | |
---|---|
static CellGeometry |
AREA
Each cell represents an area. |
static CellGeometry |
POINT
Each cell represents a point. |
Method Summary | |
---|---|
CodeList[] |
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 CellGeometry s. |
Methods inherited from class CodeList |
---|
compareTo, name, ordinal, readResolve, toString |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
@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
Method Detail |
---|
public static CellGeometry[] values()
CellGeometry
s.
public CodeList[] family()
family
in class CodeList<CellGeometry>
public static CellGeometry valueOf(String code)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |