|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<SupportedProjectionParameters>
org.deegree.cs.projections.SupportedProjectionParameters
public enum SupportedProjectionParameters
The SupportedProjectionParameters enumeration defines currently supported projection parameters
| Enum Constant Summary | |
|---|---|
FALSE_EASTING
The false easting of the projection. |
|
FALSE_NORTHING
The false northing of the projection. |
|
FIRST_PARALLEL_LATITUDE
The first parallel latitude of conic projections. |
|
LATITUDE_OF_NATURAL_ORIGIN
The latitude of natural origin of a given projection, aka. projectionLatitude, central-latitude or latitude-of-origin, in Snyder referenced as phi_1 for azimuthal, phi_0 for other projections. |
|
LONGITUDE_OF_NATURAL_ORIGIN
The longitude of natural origin of a given projection, aka. projectionLongitude, projection-meridian, central-meridian, in Snyder referenced as lambda_0 |
|
NOT_SUPPORTED
A not supported projection parameter. |
|
SCALE_AT_NATURAL_ORIGIN
The scale at the natural origin of the projection. |
|
SECOND_PARALLEL_LATITUDE
The second parallel latitude of conic projections. |
|
TRUE_SCALE_LATITUDE
The latitude which the scale is 1 of a stereographic azimuthal projection. |
|
| Method Summary | |
|---|---|
static SupportedProjectionParameters |
fromCodes(CRSCodeType[] codes)
|
static SupportedProjectionParameters |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SupportedProjectionParameters[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final SupportedProjectionParameters LATITUDE_OF_NATURAL_ORIGIN
public static final SupportedProjectionParameters LONGITUDE_OF_NATURAL_ORIGIN
public static final SupportedProjectionParameters FALSE_EASTING
public static final SupportedProjectionParameters FALSE_NORTHING
public static final SupportedProjectionParameters SCALE_AT_NATURAL_ORIGIN
public static final SupportedProjectionParameters TRUE_SCALE_LATITUDE
public static final SupportedProjectionParameters FIRST_PARALLEL_LATITUDE
public static final SupportedProjectionParameters SECOND_PARALLEL_LATITUDE
public static final SupportedProjectionParameters NOT_SUPPORTED
| Method Detail |
|---|
public static SupportedProjectionParameters[] values()
for (SupportedProjectionParameters c : SupportedProjectionParameters.values()) System.out.println(c);
public static SupportedProjectionParameters 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 name
java.lang.NullPointerException - if the argument is nullpublic static SupportedProjectionParameters fromCodes(CRSCodeType[] codes)
codes - to check for.
NOT_SUPPORTED, never
null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||