public static enum EPSG_OGC_CF_Helper.ProjectionStandardsInfo extends java.lang.Enum<EPSG_OGC_CF_Helper.ProjectionStandardsInfo>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCfName() |
int |
getEpsgCode() |
java.lang.String |
getEpsgName() |
java.lang.String |
getOgcName() |
static EPSG_OGC_CF_Helper.ProjectionStandardsInfo |
getProjectionByCfName(java.lang.String cfName) |
static EPSG_OGC_CF_Helper.ProjectionStandardsInfo |
getProjectionByEpsgCode(int epsgCode) |
static EPSG_OGC_CF_Helper.ProjectionStandardsInfo |
getProjectionByEpsgName(java.lang.String epsgName) |
static EPSG_OGC_CF_Helper.ProjectionStandardsInfo |
getProjectionByOgcName(java.lang.String ogcName) |
java.lang.String |
toString() |
static EPSG_OGC_CF_Helper.ProjectionStandardsInfo |
valueOf(java.lang.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(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getOgcName()
public int getEpsgCode()
public java.lang.String getEpsgName()
public java.lang.String getCfName()
public java.lang.String toString()
toString
in class java.lang.Enum<EPSG_OGC_CF_Helper.ProjectionStandardsInfo>
public static EPSG_OGC_CF_Helper.ProjectionStandardsInfo getProjectionByOgcName(java.lang.String ogcName)
public static EPSG_OGC_CF_Helper.ProjectionStandardsInfo getProjectionByEpsgCode(int epsgCode)
public static EPSG_OGC_CF_Helper.ProjectionStandardsInfo getProjectionByEpsgName(java.lang.String epsgName)
public static EPSG_OGC_CF_Helper.ProjectionStandardsInfo getProjectionByCfName(java.lang.String cfName)