public enum SRM_SRF_Code extends Enum<SRM_SRF_Code>
| Enum Constant and Description |
|---|
SRFCOD_BRITISH_NATIONAL_GRID_AIRY
British national grid.
|
SRFCOD_BRITISH_OSGRS80_GRID
UK ordnance survey GRS80 grid.
|
SRFCOD_DELAWARE_SPCS_1983
Delaware (US) state plane coordinate system
|
SRFCOD_GEOCENTRIC_WGS_1984
Geocentric WGS 1984
|
SRFCOD_GEODETIC_AUSTRALIA_1984
Geodetic Australia 1984
|
SRFCOD_GEODETIC_N_AMERICAN_1983
Geodetic north american 1983
|
SRFCOD_GEODETIC_WGS_1984
Geodetic WGS 1984
|
SRFCOD_IRISH_GRID_1965
Irish grid
|
SRFCOD_IRISH_TRANSVERSE_MERCATOR_1989
Irish transverse Mercator
|
SRFCOD_LAMBERT_93
Lambert-93
|
SRFCOD_LAMBERT_II_WIDE
Lambert II etendu (Lambert II wide)
|
SRFCOD_MARS_PLANETOCENTRIC_2000
Mars planetocentric
|
SRFCOD_MARS_PLANETOGRAPHIC_2000
Mars planetodetic
|
SRFCOD_MARYLAND_SPCS_1983
Maryland (US) state plane coordinate system
|
SRFCOD_UNSPECIFIED
Unspecified
|
| Modifier and Type | Field and Description |
|---|---|
static int |
_totalEnum |
| Modifier and Type | Method and Description |
|---|---|
static SRM_SRF_Code |
getEnum(int item) |
int |
toInt()
returns the integer code value for the enumerant
|
static SRM_SRF_Code |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SRM_SRF_Code[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SRM_SRF_Code SRFCOD_UNSPECIFIED
public static final SRM_SRF_Code SRFCOD_BRITISH_NATIONAL_GRID_AIRY
public static final SRM_SRF_Code SRFCOD_BRITISH_OSGRS80_GRID
public static final SRM_SRF_Code SRFCOD_DELAWARE_SPCS_1983
public static final SRM_SRF_Code SRFCOD_GEOCENTRIC_WGS_1984
public static final SRM_SRF_Code SRFCOD_GEODETIC_AUSTRALIA_1984
public static final SRM_SRF_Code SRFCOD_GEODETIC_WGS_1984
public static final SRM_SRF_Code SRFCOD_GEODETIC_N_AMERICAN_1983
public static final SRM_SRF_Code SRFCOD_IRISH_GRID_1965
public static final SRM_SRF_Code SRFCOD_IRISH_TRANSVERSE_MERCATOR_1989
public static final SRM_SRF_Code SRFCOD_LAMBERT_93
public static final SRM_SRF_Code SRFCOD_LAMBERT_II_WIDE
public static final SRM_SRF_Code SRFCOD_MARS_PLANETOCENTRIC_2000
public static final SRM_SRF_Code SRFCOD_MARS_PLANETOGRAPHIC_2000
public static final SRM_SRF_Code SRFCOD_MARYLAND_SPCS_1983
public static final int _totalEnum
public static SRM_SRF_Code[] values()
for (SRM_SRF_Code c : SRM_SRF_Code.values()) System.out.println(c);
public static SRM_SRF_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_SRF_Code getEnum(int item) throws SrmException
SrmExceptionCopyright © 2013 SEDRIS. All Rights Reserved.