deegree 2.3 (2010/04/09 10:10 build-4-official)

org.deegree.crs.configuration
Enum AbstractCRSProvider.SupportedTransformationParameters

java.lang.Object
  extended by java.lang.Enum<AbstractCRSProvider.SupportedTransformationParameters>
      extended by org.deegree.crs.configuration.AbstractCRSProvider.SupportedTransformationParameters
All Implemented Interfaces:
Serializable, Comparable<AbstractCRSProvider.SupportedTransformationParameters>
Enclosing class:
AbstractCRSProvider<T>

public static enum AbstractCRSProvider.SupportedTransformationParameters
extends Enum<AbstractCRSProvider.SupportedTransformationParameters>

The SupportedTransformationParameters enumeration defines currently supported transformation parameters

Version:
$Revision: 18309 $, $Date: 2009-07-02 14:44:55 +0200 (Do, 02. Jul 2009) $
Author:
Rutger Bezema, last edited by: $Author: rbezema $

Enum Constant Summary
GENERIC_POLYNOMIAL_PARAM
          GENERIC transformation parameters are not yet supported.
LONGITUDE_OFFSET
          The longitude offset of a longitude rotation
NOT_SUPPORTED
          A not supported projection parameter.
SCALE_DIFFERENCE
          The Difference of scale of a (3/7) helmert transformation.
X_AXIS_ROTATION
          The X Rotation of a (3/7) helmert transformation.
X_AXIS_TRANSLATION
          The X TRANSLATION of a (3/7) helmert transformation.
Y_AXIS_ROTATION
          The Y Rotation of a (3/7) helmert transformation.
Y_AXIS_TRANSLATION
          The Y TRANSLATION of a (3/7) helmert transformation.
Z_AXIS_ROTATION
          The Z Rotation of a (3/7) helmert transformation.
Z_AXIS_TRANSLATION
          The Z TRANSLATION of a (3/7) helmert transformation.
 
Method Summary
static AbstractCRSProvider.SupportedTransformationParameters valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AbstractCRSProvider.SupportedTransformationParameters[] values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

X_AXIS_TRANSLATION

public static final AbstractCRSProvider.SupportedTransformationParameters X_AXIS_TRANSLATION
The X TRANSLATION of a (3/7) helmert transformation.


Y_AXIS_TRANSLATION

public static final AbstractCRSProvider.SupportedTransformationParameters Y_AXIS_TRANSLATION
The Y TRANSLATION of a (3/7) helmert transformation.


Z_AXIS_TRANSLATION

public static final AbstractCRSProvider.SupportedTransformationParameters Z_AXIS_TRANSLATION
The Z TRANSLATION of a (3/7) helmert transformation.


X_AXIS_ROTATION

public static final AbstractCRSProvider.SupportedTransformationParameters X_AXIS_ROTATION
The X Rotation of a (3/7) helmert transformation.


Y_AXIS_ROTATION

public static final AbstractCRSProvider.SupportedTransformationParameters Y_AXIS_ROTATION
The Y Rotation of a (3/7) helmert transformation.


Z_AXIS_ROTATION

public static final AbstractCRSProvider.SupportedTransformationParameters Z_AXIS_ROTATION
The Z Rotation of a (3/7) helmert transformation.


SCALE_DIFFERENCE

public static final AbstractCRSProvider.SupportedTransformationParameters SCALE_DIFFERENCE
The Difference of scale of a (3/7) helmert transformation.


LONGITUDE_OFFSET

public static final AbstractCRSProvider.SupportedTransformationParameters LONGITUDE_OFFSET
The longitude offset of a longitude rotation


GENERIC_POLYNOMIAL_PARAM

public static final AbstractCRSProvider.SupportedTransformationParameters GENERIC_POLYNOMIAL_PARAM
GENERIC transformation parameters are not yet supported.


NOT_SUPPORTED

public static final AbstractCRSProvider.SupportedTransformationParameters NOT_SUPPORTED
A not supported projection parameter.

Method Detail

values

public static final AbstractCRSProvider.SupportedTransformationParameters[] values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants as follows:
for(AbstractCRSProvider.SupportedTransformationParameters c : AbstractCRSProvider.SupportedTransformationParameters.values())
        System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they're declared

valueOf

public static AbstractCRSProvider.SupportedTransformationParameters valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name

deegree 2.3 (2010/04/09 10:10 build-4-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org