org.geotoolkit.referencing.operation.provider
Class PositionVector7Param

Object
  extended by FormattableObject
      extended by AbstractIdentifiedObject
          extended by DefaultOperationMethod
              extended by MathTransformProvider
                  extended by PositionVector7Param
All Implemented Interfaces:
Serializable, Formattable, LenientComparable, IdentifiedObject, OperationMethod
Direct Known Subclasses:
CoordinateFrameRotation, GeocentricTranslation

@Immutable
public class PositionVector7Param
extends MathTransformProvider

The provider for "Position Vector 7-parameters transformation" (EPSG:9606).

Since:
2.2
Version:
3.07
Author:
Martin Desruisseaux (IRD, Geomatys)
See Also:
Serialized Form
Module:
referencing/geotk-referencing (download)    View source code for this class

Field Summary
static ParameterDescriptor<Double> DX
          The operation parameter descriptor for the X-axis translation (dx) parameter value.
static ParameterDescriptor<Double> DY
          The operation parameter descriptor for the Y-axis translation (dy) parameter value.
static ParameterDescriptor<Double> DZ
          The operation parameter descriptor for the Z-axis translation (dz) parameter value.
static ParameterDescriptor<Double> EX
          The operation parameter descriptor for the X-axis rotation (ex) parameter value.
static ParameterDescriptor<Double> EY
          The operation parameter descriptor for the Y-axis rotation (ey) parameter value.
static ParameterDescriptor<Double> EZ
          The operation parameter descriptor for the Z-axis rotation (ez) parameter value.
static ParameterDescriptorGroup PARAMETERS
          The parameters group.
static ParameterDescriptor<Double> PPM
          The operation parameter descriptor for the Scale difference (ppm) parameter value.
static ParameterDescriptor<Integer> SRC_DIM
          The operation parameter descriptor for the number of source geographic dimension (2 or 3).
static ParameterDescriptor<Double> SRC_SEMI_MAJOR
          The operation parameter descriptor for the "src_semi_major" optional parameter value.
static ParameterDescriptor<Double> SRC_SEMI_MINOR
          The operation parameter descriptor for the "src_semi_minor" optional parameter value.
static ParameterDescriptor<Integer> TGT_DIM
          The operation parameter descriptor for the number of target geographic dimension (2 or 3).
static ParameterDescriptor<Double> TGT_SEMI_MAJOR
          The operation parameter descriptor for the "tgt_semi_major" optional parameter value.
static ParameterDescriptor<Double> TGT_SEMI_MINOR
          The operation parameter descriptor for the "tgt_semi_minor" optional parameter value.
 
Fields inherited from class DefaultOperationMethod
sourceDimension, targetDimension
 
Fields inherited from class AbstractIdentifiedObject
EMPTY_ALIAS_ARRAY, EMPTY_IDENTIFIER_ARRAY, IDENTIFIER_COMPARATOR, NAME_COMPARATOR, REMARKS_COMPARATOR
 
Fields inherited from class FormattableObject
EPSG, GEOTIFF, INTERNAL, OGC, SINGLE_LINE
 
Fields inherited from interface OperationMethod
FORMULA_KEY
 
Fields inherited from interface IdentifiedObject
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY
 
Constructor Summary
PositionVector7Param()
          Constructs the provider.
 
Method Summary
protected  MathTransform createMathTransform(ParameterValueGroup values)
          Creates a math transform from the specified group of parameter values.
 Class<Transformation> getOperationType()
          Returns the operation type, which is a transformation.
 
Methods inherited from class MathTransformProvider
ensureValidValues, formatWKT
 
Methods inherited from class DefaultOperationMethod
checkDimensions, computeHashCode, equals, getFormula, getParameters, getSourceDimensions, getTargetDimensions
 
Methods inherited from class AbstractIdentifiedObject
equals, equals, equals, equals, getAlias, getIdentifier, getIdentifier, getIdentifiers, getName, getName, getName, getProperties, getProperties, getRemarks, hashCode, nameMatches, nameMatches, nameMatches
 
Methods inherited from class FormattableObject
getDefaultIndentation, print, setDefaultIndentation, toString, toWKT, toWKT, toWKT
 
Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface IdentifiedObject
getAlias, getIdentifiers, getName, getRemarks, toWKT
 

Field Detail

SRC_DIM

public static final ParameterDescriptor<Integer> SRC_DIM
The operation parameter descriptor for the number of source geographic dimension (2 or 3). This is a Geotk-specific argument. If presents, an "Ellipsoid_To_Geocentric" transform will be concatenated before the geocentric translation.


TGT_DIM

public static final ParameterDescriptor<Integer> TGT_DIM
The operation parameter descriptor for the number of target geographic dimension (2 or 3). This is a Geotk-specific argument. If presents, a "Geocentric_To_Ellipsoid" transform will be concatenated after the geocentric translation.


SRC_SEMI_MAJOR

public static final ParameterDescriptor<Double> SRC_SEMI_MAJOR
The operation parameter descriptor for the "src_semi_major" optional parameter value. This is a Geotk-specific argument. If presents, an "Ellipsoid_To_Geocentric" transform will be concatenated before the geocentric translation.

Valid values range from 0 to infinity. Units are metres.


SRC_SEMI_MINOR

public static final ParameterDescriptor<Double> SRC_SEMI_MINOR
The operation parameter descriptor for the "src_semi_minor" optional parameter value. This is a Geotk-specific argument. If presents, an "Ellipsoid_To_Geocentric" transform will be concatenated before the geocentric translation.

Valid values range from 0 to infinity. Units are metres.


TGT_SEMI_MAJOR

public static final ParameterDescriptor<Double> TGT_SEMI_MAJOR
The operation parameter descriptor for the "tgt_semi_major" optional parameter value. This is a Geotk-specific argument. If presents, a "Geocentric_To_Ellipsoid" transform will be concatenated after the geocentric translation.

Valid values range from 0 to infinity. Units are metres.


TGT_SEMI_MINOR

public static final ParameterDescriptor<Double> TGT_SEMI_MINOR
The operation parameter descriptor for the "tgt_semi_minor" optional parameter value. This is a Geotk-specific argument. If presents, a "Geocentric_To_Ellipsoid" transform will be concatenated after the geocentric translation.

Valid values range from 0 to infinity. Units are metres.


DX

public static final ParameterDescriptor<Double> DX
The operation parameter descriptor for the X-axis translation (dx) parameter value. Valid values range from negative to positive infinity. Units are metres.


DY

public static final ParameterDescriptor<Double> DY
The operation parameter descriptor for the Y-axis translation (dy) parameter value. Valid values range from negative to positive infinity. Units are metres.


DZ

public static final ParameterDescriptor<Double> DZ
The operation parameter descriptor for the Z-axis translation (dz) parameter value. Valid values range from negative to positive infinity. Units are metres.


EX

public static final ParameterDescriptor<Double> EX
The operation parameter descriptor for the X-axis rotation (ex) parameter value. Units are arc-seconds.


EY

public static final ParameterDescriptor<Double> EY
The operation parameter descriptor for the Y-axis rotation (ey) parameter value. Units are arc-seconds.


EZ

public static final ParameterDescriptor<Double> EZ
The operation parameter descriptor for the Z-axis rotation (ez) parameter value. Units are arc-seconds.


PPM

public static final ParameterDescriptor<Double> PPM
The operation parameter descriptor for the Scale difference (ppm) parameter value. Valid values range from negative to positive infinity. Units are parts per million.


PARAMETERS

public static final ParameterDescriptorGroup PARAMETERS
The parameters group.

Constructor Detail

PositionVector7Param

public PositionVector7Param()
Constructs the provider.

Method Detail

getOperationType

public Class<Transformation> getOperationType()
Returns the operation type, which is a transformation.

Overrides:
getOperationType in class MathTransformProvider
Returns:
The GeoAPI interface implemented by this operation.

createMathTransform

protected MathTransform createMathTransform(ParameterValueGroup values)
                                     throws ParameterNotFoundException
Creates a math transform from the specified group of parameter values.

Specified by:
createMathTransform in class MathTransformProvider
Parameters:
values - The group of parameter values.
Returns:
The created math transform.
Throws:
ParameterNotFoundException - if a required parameter was not found.


Copyright © 2009-2011 Geotoolkit.org. All Rights Reserved.