GeoAPI 2.0
Build 2005-06-08

org.opengis.referencing.datum
Class PixelInCell

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

@UML(identifier="CD_PixelInCell",
     specification=ISO_19111)
public final class PixelInCell
extends CodeList<PixelInCell>

Specification of the way the image grid is associated with the image data attributes.

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

Field Summary
static PixelInCell CELL_CENTER
          The origin of the image coordinate system is the centre of a grid cell or image pixel.
static PixelInCell CELL_CORNER
          The origin of the image coordinate system is the corner of a grid cell, or half-way between the centres of adjacent image pixels.
 
Constructor Summary
PixelInCell(String name)
          Constructs an enum with the given name.
 
Method Summary
 PixelInCell[] family()
          Returns the list of enumerations of the same kind than this enum.
static PixelInCell[] values()
          Returns the list of PixelInCells.
 
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

CELL_CENTER

@UML(identifier="cell center",
     obligation=CONDITIONAL,
     specification=ISO_19111)
public static final PixelInCell CELL_CENTER
The origin of the image coordinate system is the centre of a grid cell or image pixel.


CELL_CORNER

@UML(identifier="cell corner",
     obligation=CONDITIONAL,
     specification=ISO_19111)
public static final PixelInCell CELL_CORNER
The origin of the image coordinate system is the corner of a grid cell, or half-way between the centres of adjacent image pixels.

Constructor Detail

PixelInCell

public PixelInCell(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 PixelInCell[] values()
Returns the list of PixelInCells.


family

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

Specified by:
family in class CodeList<PixelInCell>

GeoAPI 2.0
Build 2005-06-08

Symbols, terms and definitions
Copyright OpenGIS® Consortium