public static enum EPSG_OGC_CF_Helper.ProjectionStandardsInfo extends Enum<EPSG_OGC_CF_Helper.ProjectionStandardsInfo>
Modifier and Type | Method and Description |
---|---|
String |
getCfName() |
int |
getEpsgCode() |
String |
getEpsgName() |
String |
getOgcName() |
static EPSG_OGC_CF_Helper.ProjectionStandardsInfo |
getProjectionByCfName(String cfName) |
static EPSG_OGC_CF_Helper.ProjectionStandardsInfo |
getProjectionByEpsgCode(int epsgCode) |
static EPSG_OGC_CF_Helper.ProjectionStandardsInfo |
getProjectionByEpsgName(String epsgName) |
static EPSG_OGC_CF_Helper.ProjectionStandardsInfo |
getProjectionByOgcName(String ogcName) |
String |
toString() |
static EPSG_OGC_CF_Helper.ProjectionStandardsInfo |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EPSG_OGC_CF_Helper.ProjectionStandardsInfo[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EPSG_OGC_CF_Helper.ProjectionStandardsInfo Unknown
public static final EPSG_OGC_CF_Helper.ProjectionStandardsInfo Albers_Conic_Equal_Area
public static final EPSG_OGC_CF_Helper.ProjectionStandardsInfo Azimuthal_Equidistant
public static final EPSG_OGC_CF_Helper.ProjectionStandardsInfo Lambert_Azimuthal_Equal_Area
public static final EPSG_OGC_CF_Helper.ProjectionStandardsInfo Lambert_Conformal_Conic_2SP
public static final EPSG_OGC_CF_Helper.ProjectionStandardsInfo Polar_Stereographic
public static final EPSG_OGC_CF_Helper.ProjectionStandardsInfo Rotated_Pole
public static final EPSG_OGC_CF_Helper.ProjectionStandardsInfo Stereographic
public static final EPSG_OGC_CF_Helper.ProjectionStandardsInfo Transverse_Mercator
public static final EPSG_OGC_CF_Helper.ProjectionStandardsInfo Latitude_Longitude
public static final EPSG_OGC_CF_Helper.ProjectionStandardsInfo Vertical_Perspective
public static final EPSG_OGC_CF_Helper.ProjectionStandardsInfo Lambert_Cylindrical_Equal_Area
public static final EPSG_OGC_CF_Helper.ProjectionStandardsInfo Mercator
public static final EPSG_OGC_CF_Helper.ProjectionStandardsInfo Orthographic
public static EPSG_OGC_CF_Helper.ProjectionStandardsInfo[] values()
for (EPSG_OGC_CF_Helper.ProjectionStandardsInfo c : EPSG_OGC_CF_Helper.ProjectionStandardsInfo.values()) System.out.println(c);
public static EPSG_OGC_CF_Helper.ProjectionStandardsInfo 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 String getOgcName()
public int getEpsgCode()
public String getEpsgName()
public String getCfName()
public String toString()
toString
in class Enum<EPSG_OGC_CF_Helper.ProjectionStandardsInfo>
public static EPSG_OGC_CF_Helper.ProjectionStandardsInfo getProjectionByOgcName(String ogcName)
public static EPSG_OGC_CF_Helper.ProjectionStandardsInfo getProjectionByEpsgCode(int epsgCode)
public static EPSG_OGC_CF_Helper.ProjectionStandardsInfo getProjectionByEpsgName(String epsgName)
public static EPSG_OGC_CF_Helper.ProjectionStandardsInfo getProjectionByCfName(String cfName)