Main Page | Packages | Class Hierarchy | Alphabetical List | Compound List | Compound Members | Related Pages

SRM.SRM_Axis_Direction Class Reference

Definition of the Axis Direction enumeration. More...

Inheritance diagram for SRM.SRM_Axis_Direction:

Inheritance graph
[legend]
List of all members.

Static Public Member Functions

SRM_Axis_Direction getEnum (int item) throws SrmException
 returns the Axis Direction object from its enumerant value

SRM_Axis_Direction getEnum (String name) throws SrmException
 returns the SRM_Axis_Direction from its string name


Static Public Attributes

final int _POS_PRIMARY_AXIS = 1
final int _POS_SECONDARY_AXIS = 2
final int _POS_TERTIARY_AXIS = 3
final int _NEG_PRIMARY_AXIS = 4
final int _NEG_SECONDARY_AXIS = 5
final int _NEG_TERTIARY_AXIS = 6
final int _totalEnum = 6
final SRM_Axis_Direction POS_PRIMARY_AXIS = new SRM_Axis_Direction(_POS_PRIMARY_AXIS, "POS_PRIMARY_AXIS")
final SRM_Axis_Direction POS_SECONDARY_AXIS = new SRM_Axis_Direction(_POS_SECONDARY_AXIS, "POS_SECONDARY_AXIS")
final SRM_Axis_Direction POS_TERTIARY_AXIS = new SRM_Axis_Direction(_POS_TERTIARY_AXIS, "POS_TERTIARY_AXIS")
final SRM_Axis_Direction NEG_PRIMARY_AXIS = new SRM_Axis_Direction(_NEG_PRIMARY_AXIS, "NEG_PRIMARY_AXIS")
final SRM_Axis_Direction NEG_SECONDARY_AXIS = new SRM_Axis_Direction(_NEG_SECONDARY_AXIS, "NEG_SECONDARY_AXIS")
final SRM_Axis_Direction NEG_TERTIARY_AXIS = new SRM_Axis_Direction(_NEG_TERTIARY_AXIS, "NEG_TERTIARY_AXIS")

Static Protected Attributes

final int _UNDEFINED = 0
final SRM_Axis_Direction UNDEFINED = new SRM_Axis_Direction(_UNDEFINED, "UNDEFINED")

Detailed Description

Definition of the Axis Direction enumeration.

Author:
David Shen


The documentation for this class was generated from the following file:
Spatial Reference Model Java API Version 4.1.4 - July 1, 2011
Copyright © 2011 SEDRIS Docs by Doxygen 1.3.2