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

SRM.SRM_DSS_Code Class Reference

Declaration of SRM Designated spatial surface enumeration class. More...

Inheritance diagram for SRM.SRM_DSS_Code:

Inheritance graph
[legend]
List of all members.

Static Public Member Functions

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

Static Public Attributes

final int _totalEnum = 9
final int _DSS_UNDEFINED = 0
 Undefined.

final int _DSS_EGM96_GEOID = 1
 WGS 84 EGM 96 geoid.

final int _DSS_IGLD_1955 = 2
 International Great Lakes datum (IGLD) 1955.

final int _DSS_IGLD_1985 = 3
 International Great Lakes datum (IGLD) 1985.

final int _DSS_MSL = 4
 Mean sea level (MSL).

final int _DSS_NAVD_1988 = 5
 North American vertical datum (NAVD) 1988.

final int _DSS_NGVD_1929 = 6
 National Geodetic Vertical Datum (NGVD) 1929.

final int _DSS_OSGM_2002 = 7
 Ordnance survey geoid model (OSGM) 2002.

final int _DSS_WGS84_ELLIPSOID = 8
 WGS 84 ellipsoid.

final int _DSS_EGM84_GEOID = 9
 WGS 84 EGM 84 geoid.

final SRM_DSS_Code DSS_UNDEFINED = new SRM_DSS_Code( _DSS_UNDEFINED, "DSS_UNDEFINED" )
final SRM_DSS_Code DSS_EGM96_GEOID = new SRM_DSS_Code( _DSS_EGM96_GEOID, "DSS_EGM96_GEOID" )
final SRM_DSS_Code DSS_IGLD_1955 = new SRM_DSS_Code( _DSS_IGLD_1955, "DSS_IGLD_1955" )
final SRM_DSS_Code DSS_IGLD_1985 = new SRM_DSS_Code( _DSS_IGLD_1985, "DSS_IGLD_1985" )
final SRM_DSS_Code DSS_MSL = new SRM_DSS_Code( _DSS_MSL, "DSS_MSL" )
final SRM_DSS_Code DSS_NAVD_1988 = new SRM_DSS_Code( _DSS_NAVD_1988, "DSS_NAVD_1988" )
final SRM_DSS_Code DSS_NGVD_1929 = new SRM_DSS_Code( _DSS_NGVD_1929, "DSS_NGVD_1929" )
final SRM_DSS_Code DSS_OSGM_2002 = new SRM_DSS_Code( _DSS_OSGM_2002, "DSS_OSGM_2002" )
final SRM_DSS_Code DSS_WGS84_ELLIPSOID = new SRM_DSS_Code( _DSS_WGS84_ELLIPSOID, "DSS_WGS84_ELLIPSOID" )
final SRM_DSS_Code DSS_EGM84_GEOID = new SRM_DSS_Code( _DSS_EGM84_GEOID, "DSS_EGM84_GEOID" )

Detailed Description

Declaration of SRM Designated spatial surface enumeration class.

Author:
David Shen


Member Function Documentation

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

Returns:
the SRM_DSS_Code object from its string name

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

Returns:
the SRM_DSS_Code 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