GeoAPI 2.0
Build 2005-06-08

org.opengis.metadata.spatial
Class DimensionNameType

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

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

Name of the dimension.

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

Field Summary
static DimensionNameType COLUMN
          Abscissa (x) axis.
static DimensionNameType CROSS_TRACK
          Perpendicular to the direction of motion of the scan point.
static DimensionNameType LINE
          Scan line of a sensor.
static DimensionNameType ROW
          Ordinate (y) axis.
static DimensionNameType SAMPLE
          Element along a scan line.
static DimensionNameType TIME
          Duration.
static DimensionNameType TRACK
          Along the direction of motion of the scan point
static DimensionNameType VERTICAL
          Vertical (z) axis.
 
Constructor Summary
DimensionNameType(String name)
          Constructs an enum with the given name.
 
Method Summary
 DimensionNameType[] family()
          Returns the list of enumerations of the same kind than this enum.
static DimensionNameType[] values()
          Returns the list of DimensionNameTypes.
 
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

ROW

@UML(identifier="row",
     obligation=CONDITIONAL,
     specification=ISO_19115)
public static final DimensionNameType ROW
Ordinate (y) axis.


COLUMN

@UML(identifier="column",
     obligation=CONDITIONAL,
     specification=ISO_19115)
public static final DimensionNameType COLUMN
Abscissa (x) axis.


VERTICAL

@UML(identifier="vertical",
     obligation=CONDITIONAL,
     specification=ISO_19115)
public static final DimensionNameType VERTICAL
Vertical (z) axis.


TRACK

@UML(identifier="track",
     obligation=CONDITIONAL,
     specification=ISO_19115)
public static final DimensionNameType TRACK
Along the direction of motion of the scan point


CROSS_TRACK

@UML(identifier="crossTrack",
     obligation=CONDITIONAL,
     specification=ISO_19115)
public static final DimensionNameType CROSS_TRACK
Perpendicular to the direction of motion of the scan point.


LINE

@UML(identifier="line",
     obligation=CONDITIONAL,
     specification=ISO_19115)
public static final DimensionNameType LINE
Scan line of a sensor.


SAMPLE

@UML(identifier="sample",
     obligation=CONDITIONAL,
     specification=ISO_19115)
public static final DimensionNameType SAMPLE
Element along a scan line.


TIME

@UML(identifier="time",
     obligation=CONDITIONAL,
     specification=ISO_19115)
public static final DimensionNameType TIME
Duration.

Constructor Detail

DimensionNameType

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


family

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

Specified by:
family in class CodeList<DimensionNameType>

GeoAPI 2.0
Build 2005-06-08

Symbols, terms and definitions
Copyright OpenGIS® Consortium