GeoAPI 2.0
Build 2005-06-08

org.opengis.metadata.spatial
Class CellGeometry

Object
  extended by CodeList<CellGeometry>
      extended by CellGeometry
All Implemented Interfaces:
Serializable, Comparable<CellGeometry>

@UML(identifier="MD_CellGeometryCode",
     specification=ISO_19115)
public final class CellGeometry
extends CodeList<CellGeometry>

Code indicating whether grid data is point or area.

Since:
GeoAPI 2.0
Version:
Abstract specification 5.0
See Also:
Serialized Form

Field Summary
static CellGeometry AREA
          Each cell represents an area.
static CellGeometry POINT
          Each cell represents a point.
 
Constructor Summary
CellGeometry(String name)
          Constructs an enum with the given name.
 
Method Summary
 CellGeometry[] family()
          Returns the list of enumerations of the same kind than this enum.
static CellGeometry[] values()
          Returns the list of CellGeometrys.
 
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

POINT

@UML(identifier="point",
     obligation=CONDITIONAL,
     specification=ISO_19115)
public static final CellGeometry POINT
Each cell represents a point.


AREA

@UML(identifier="area",
     obligation=CONDITIONAL,
     specification=ISO_19115)
public static final CellGeometry AREA
Each cell represents an area.

Constructor Detail

CellGeometry

public CellGeometry(String name)
Constructs an enum with the given name. The new enum is automatically added to the list returned by values().

Parameters:
name - The enum name. This name must not be in use by an other enum of this type.
Method Detail

values

public static CellGeometry[] values()
Returns the list of CellGeometrys.


family

public CellGeometry[] family()
Returns the list of enumerations of the same kind than this enum.

Specified by:
family in class CodeList<CellGeometry>

GeoAPI 2.0
Build 2005-06-08

Symbols, terms and definitions
Copyright OpenGIS® Consortium