public enum SRM_DSS_Code extends Enum<SRM_DSS_Code>
| Enum Constant and Description |
|---|
DSSCOD_EGM84_GEOID
WGS 84 EGM 84 geoid
|
DSSCOD_EGM96_GEOID
WGS 84 EGM 96 geoid
|
DSSCOD_IGLD_1955
International Great Lakes datum (IGLD) 1955
|
DSSCOD_IGLD_1985
International Great Lakes datum (IGLD) 1985
|
DSSCOD_MSL
Mean sea level (MSL)
|
DSSCOD_NAVD_1988
North American vertical datum (NAVD) 1988
|
DSSCOD_NGVD_1929
National Geodetic Vertical Datum (NGVD) 1929
|
DSSCOD_OSGM_2002
Ordnance survey geoid model (OSGM) 2002
|
DSSCOD_UNSPECIFIED
Unspecified
|
DSSCOD_WGS84_ELLIPSOID
WGS 84 ellipsoid
|
| Modifier and Type | Field and Description |
|---|---|
static int |
_totalEnum |
| Modifier and Type | Method and Description |
|---|---|
static SRM_DSS_Code |
getEnum(int item) |
int |
toInt()
returns the integer code value for the enumerant
|
static SRM_DSS_Code |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SRM_DSS_Code[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SRM_DSS_Code DSSCOD_UNSPECIFIED
public static final SRM_DSS_Code DSSCOD_EGM96_GEOID
public static final SRM_DSS_Code DSSCOD_IGLD_1955
public static final SRM_DSS_Code DSSCOD_IGLD_1985
public static final SRM_DSS_Code DSSCOD_MSL
public static final SRM_DSS_Code DSSCOD_NAVD_1988
public static final SRM_DSS_Code DSSCOD_NGVD_1929
public static final SRM_DSS_Code DSSCOD_OSGM_2002
public static final SRM_DSS_Code DSSCOD_WGS84_ELLIPSOID
public static final SRM_DSS_Code DSSCOD_EGM84_GEOID
public static final int _totalEnum
public static SRM_DSS_Code[] values()
for (SRM_DSS_Code c : SRM_DSS_Code.values()) System.out.println(c);
public static SRM_DSS_Code valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic int toInt()
public static SRM_DSS_Code getEnum(int item) throws SrmException
SrmExceptionCopyright © 2013 SEDRIS. All Rights Reserved.