|
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<AbstractCRSProvider.SupportedProjectionParameters> org.deegree.crs.configuration.AbstractCRSProvider.SupportedProjectionParameters
public static enum AbstractCRSProvider.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 AbstractCRSProvider.SupportedProjectionParameters |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AbstractCRSProvider.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 AbstractCRSProvider.SupportedProjectionParameters LATITUDE_OF_NATURAL_ORIGIN
public static final AbstractCRSProvider.SupportedProjectionParameters LONGITUDE_OF_NATURAL_ORIGIN
public static final AbstractCRSProvider.SupportedProjectionParameters FALSE_EASTING
public static final AbstractCRSProvider.SupportedProjectionParameters FALSE_NORTHING
public static final AbstractCRSProvider.SupportedProjectionParameters SCALE_AT_NATURAL_ORIGIN
public static final AbstractCRSProvider.SupportedProjectionParameters TRUE_SCALE_LATITUDE
public static final AbstractCRSProvider.SupportedProjectionParameters FIRST_PARALLEL_LATITUDE
public static final AbstractCRSProvider.SupportedProjectionParameters SECOND_PARALLEL_LATITUDE
public static final AbstractCRSProvider.SupportedProjectionParameters NOT_SUPPORTED
Method Detail |
---|
public static AbstractCRSProvider.SupportedProjectionParameters[] values()
for (AbstractCRSProvider.SupportedProjectionParameters c : AbstractCRSProvider.SupportedProjectionParameters.values()) System.out.println(c);
public static AbstractCRSProvider.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 null
|
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org