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

SRM.SRM_Polar_Aspect Class Reference

Definition of the Polar Aspect enumeration. More...

Inheritance diagram for SRM.SRM_Polar_Aspect:

Inheritance graph
[legend]
List of all members.

Static Public Member Functions

SRM_Polar_Aspect getEnum (int item) throws SrmException
SRM_Polar_Aspect getEnum (String name) throws SrmException

Static Public Attributes

final int _NORTH = 1
final int _SOUTH = 2
final int _totalEnum = 2
final SRM_Polar_Aspect NORTH = new SRM_Polar_Aspect(_NORTH, "NORTH")
final SRM_Polar_Aspect SOUTH = new SRM_Polar_Aspect(_SOUTH, "SOUTH")

Static Protected Attributes

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

Detailed Description

Definition of the Polar Aspect enumeration.

Author:
David Shen


Member Function Documentation

SRM_Polar_Aspect SRM.SRM_Polar_Aspect.getEnum String  name  )  throws SrmException [static]
 

Returns:
the SRM_Polar_Aspect from its string name

SRM_Polar_Aspect SRM.SRM_Polar_Aspect.getEnum int  item  )  throws SrmException [static]
 

Returns:
the Polar Aspect object from its enumerant value


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