public enum SRM_SRFS_Code extends Enum<SRM_SRFS_Code>
| Enum Constant and Description |
|---|
SRFSCOD_ALABAMA_SPCS
Alabama (US) state plane coordinate system.
|
SRFSCOD_GTRS_GLOBAL_COORDINATE_SYSTEM
GTRS global coordinate system (GCS) (Earth).
|
SRFSCOD_JAPAN_RECTANGULAR_PLANE_CS
Japan plane coordinate system
|
SRFSCOD_LAMBERT_NTF
Lambert NTF.
|
SRFSCOD_UNIVERSAL_POLAR_STEREOGRAPHIC
Universal polar stereographic (UPS) (Earth).
|
SRFSCOD_UNIVERSAL_TRANSVERSE_MERCATOR
Universal transverse Mercator (UTM) (Earth).
|
SRFSCOD_UNSPECIFIED
Unspecified
|
SRFSCOD_WISCONSIN_SPCS
Wisconsin (US) state plane coordinate system.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
_totalEnum |
| Modifier and Type | Method and Description |
|---|---|
static SRM_SRFS_Code |
getEnum(int item) |
int |
toInt()
returns the integer code value for the enumerant
|
static SRM_SRFS_Code |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SRM_SRFS_Code[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SRM_SRFS_Code SRFSCOD_UNSPECIFIED
public static final SRM_SRFS_Code SRFSCOD_ALABAMA_SPCS
public static final SRM_SRFS_Code SRFSCOD_GTRS_GLOBAL_COORDINATE_SYSTEM
public static final SRM_SRFS_Code SRFSCOD_JAPAN_RECTANGULAR_PLANE_CS
public static final SRM_SRFS_Code SRFSCOD_LAMBERT_NTF
public static final SRM_SRFS_Code SRFSCOD_UNIVERSAL_POLAR_STEREOGRAPHIC
public static final SRM_SRFS_Code SRFSCOD_UNIVERSAL_TRANSVERSE_MERCATOR
public static final SRM_SRFS_Code SRFSCOD_WISCONSIN_SPCS
public static final int _totalEnum
public static SRM_SRFS_Code[] values()
for (SRM_SRFS_Code c : SRM_SRFS_Code.values()) System.out.println(c);
public static SRM_SRFS_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_SRFS_Code getEnum(int item) throws SrmException
SrmExceptionCopyright © 2013 SEDRIS. All Rights Reserved.