|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<AbstractCRSProvider.SupportedProjections>
org.deegree.crs.configuration.AbstractCRSProvider.SupportedProjections
public static enum AbstractCRSProvider.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 AbstractCRSProvider.SupportedProjections |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AbstractCRSProvider.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 AbstractCRSProvider.SupportedProjections TRANSVERSE_MERCATOR
TransverseMercator projection
public static final AbstractCRSProvider.SupportedProjections LAMBERT_CONFORMAL
LambertConformalConic projection
public static final AbstractCRSProvider.SupportedProjections LAMBERT_AZIMUTHAL_EQUAL_AREA
LambertAzimuthalEqualArea projection
public static final AbstractCRSProvider.SupportedProjections STEREOGRAPHIC_AZIMUTHAL
StereographicAzimuthal implementation of the stereographic azimuthal projection
public static final AbstractCRSProvider.SupportedProjections STEREOGRAPHIC_AZIMUTHAL_ALTERNATIVE
StereographicAlternative implementation of the Stereographic azimuthal projection
public static final AbstractCRSProvider.SupportedProjections NOT_SUPPORTED
| Method Detail |
|---|
public static AbstractCRSProvider.SupportedProjections[] values()
for (AbstractCRSProvider.SupportedProjections c : AbstractCRSProvider.SupportedProjections.values()) System.out.println(c);
public static AbstractCRSProvider.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 null
|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||