|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<SupportedProjections>
org.deegree.cs.projections.SupportedProjections
public enum SupportedProjections
The SupportedProjections enumeration defines currently supported projections
| Enum Constant Summary | |
|---|---|
LAMBERT_AZIMUTHAL_EQUAL_AREA
The LambertAzimuthalEqualArea projection |
|
LAMBERT_CONFORMAL
The LambertConformalConic projection |
|
NOT_SUPPORTED
A not supported projection |
|
STEREOGRAPHIC_AZIMUTHAL
Snyders StereographicAzimuthal implementation of the stereographic azimuthal projection |
|
STEREOGRAPHIC_AZIMUTHAL_ALTERNATIVE
EPSG StereographicAlternative implementation of the Stereographic azimuthal projection |
|
TRANSVERSE_MERCATOR
The TransverseMercator projection |
|
| Method Summary | |
|---|---|
static SupportedProjections |
fromCodes(CRSCodeType[] codes)
|
static SupportedProjections |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SupportedProjections[] |
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 SupportedProjections TRANSVERSE_MERCATOR
TransverseMercator projection
public static final SupportedProjections LAMBERT_CONFORMAL
LambertConformalConic projection
public static final SupportedProjections LAMBERT_AZIMUTHAL_EQUAL_AREA
LambertAzimuthalEqualArea projection
public static final SupportedProjections STEREOGRAPHIC_AZIMUTHAL
StereographicAzimuthal implementation of the stereographic azimuthal projection
public static final SupportedProjections STEREOGRAPHIC_AZIMUTHAL_ALTERNATIVE
StereographicAlternative implementation of the Stereographic azimuthal projection
public static final SupportedProjections NOT_SUPPORTED
| Method Detail |
|---|
public static SupportedProjections[] values()
for (SupportedProjections c : SupportedProjections.values()) System.out.println(c);
public static SupportedProjections valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic static SupportedProjections 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 | |||||||||