GeoAPI 2.0
Build 2005-06-08

org.opengis.metadata.spatial
Class PixelOrientation

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

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

Point in a pixel corresponding to the Earth location of the pixel.

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

Field Summary
static PixelOrientation CENTER
          Point in a pixel corresponding to the Earth location of the pixel.
static PixelOrientation LOWER_LEFT
          The corner in the pixel closest to the origin of the SRS; if two are at the same distance from the origin, the one with the smallest x-value.
static PixelOrientation LOWER_RIGHT
          Next corner counterclockwise from the lower left.
static PixelOrientation UPPER_LEFT
          Next corner counterclockwise from the upper right.
static PixelOrientation UPPER_RIGHT
          Next corner counterclockwise from the lower right.
 
Constructor Summary
PixelOrientation(String name)
          Constructs an enum with the given name.
 
Method Summary
 PixelOrientation[] family()
          Returns the list of enumerations of the same kind than this enum.
static PixelOrientation[] values()
          Returns the list of PixelOrientations.
 
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

CENTER

@UML(identifier="center",
     obligation=CONDITIONAL,
     specification=ISO_19115)
public static final PixelOrientation CENTER
Point in a pixel corresponding to the Earth location of the pixel.


LOWER_LEFT

@UML(identifier="lowerLeft",
     obligation=CONDITIONAL,
     specification=ISO_19115)
public static final PixelOrientation LOWER_LEFT
The corner in the pixel closest to the origin of the SRS; if two are at the same distance from the origin, the one with the smallest x-value.


LOWER_RIGHT

@UML(identifier="lowerRight",
     obligation=CONDITIONAL,
     specification=ISO_19115)
public static final PixelOrientation LOWER_RIGHT
Next corner counterclockwise from the lower left.


UPPER_RIGHT

@UML(identifier="upperRight",
     obligation=CONDITIONAL,
     specification=ISO_19115)
public static final PixelOrientation UPPER_RIGHT
Next corner counterclockwise from the lower right.


UPPER_LEFT

@UML(identifier="upperLeft",
     obligation=CONDITIONAL,
     specification=ISO_19115)
public static final PixelOrientation UPPER_LEFT
Next corner counterclockwise from the upper right.

Constructor Detail

PixelOrientation

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


family

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

Specified by:
family in class CodeList<PixelOrientation>

GeoAPI 2.0
Build 2005-06-08

Symbols, terms and definitions
Copyright OpenGIS® Consortium