org.geotoolkit.referencing.operation.provider
Class GeocentricTranslation

Object
  extended by FormattableObject
      extended by AbstractIdentifiedObject
          extended by DefaultOperationMethod
              extended by MathTransformProvider
                  extended by PositionVector7Param
                      extended by GeocentricTranslation
All Implemented Interfaces:
Serializable, Formattable, Deprecable, LenientComparable, IdentifiedObject, OperationMethod

@Immutable
public class GeocentricTranslation
extends PositionVector7Param

The provider for "Geocentric translation" (EPSG:9603). This is a special case of "Position Vector 7-param. transformation" where only the translation terms can be set to a non-null value.

In addition to the EPSG parameters, this provider defines some OGC/Geotk-specific parameters. Those parameters begin with the "src_" or "tgt_" prefix, and modify the math transform as below:

The following table summarizes the parameters recognized by this provider. For a more detailed parameter list, see the PARAMETERS constant.

Operation name: Geocentric translations (geog2D domain)

Parameter nameDefault value
dx0 metres
dy0 metres
dz0 metres
src_semi_major
src_semi_minor
tgt_semi_major
tgt_semi_minor
src_dim2
tgt_dim2

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

Field Summary
static ParameterDescriptorGroup PARAMETERS
          The group of all parameters expected by this coordinate operation.
 
Fields inherited from class PositionVector7Param
DX, DY, DZ, EX, EY, EZ, PPM, SRC_DIM, SRC_SEMI_MAJOR, SRC_SEMI_MINOR, TGT_DIM, TGT_SEMI_MAJOR, TGT_SEMI_MINOR
 
Fields inherited from class DefaultOperationMethod
sourceDimension, targetDimension
 
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
GeocentricTranslation()
          Constructs the provider.
 
Method Summary
 
Methods inherited from class PositionVector7Param
createMathTransform, getOperationType
 
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, getAlias, getIdentifier, getIdentifiers, getName, getName, getRemarks, hashCode, isDeprecated, nameMatches
 
Methods inherited from class FormattableObject
getDefaultIndentation, print, setDefaultIndentation, toString, toWKT, 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

PARAMETERS

public static final ParameterDescriptorGroup PARAMETERS
The group of all parameters expected by this coordinate operation. The following table lists the operation names and the parameters recognized by Geotk: This is the same group than PositionVector7Param.PARAMETERS minus the ex, ey, ez and ppm parameters.

Name:EPSG:Geocentric translations (geog2D domain)
Alias:EPSG:Geocentric Translations
Identifier:EPSG:9603
Name:OGC:dx
Alias:EPSG:X-axis translation
Type:Double
Obligation:mandatory
Value range:(-∞ … ∞) metres
Default value:0 metres
Name:OGC:dy
Alias:EPSG:Y-axis translation
Type:Double
Obligation:mandatory
Value range:(-∞ … ∞) metres
Default value:0 metres
Name:OGC:dz
Alias:EPSG:Z-axis translation
Type:Double
Obligation:mandatory
Value range:(-∞ … ∞) metres
Default value:0 metres
Name:OGC:src_semi_major
Type:Double
Obligation:optional
Value range:[0…∞) metres
Name:OGC:src_semi_minor
Type:Double
Obligation:optional
Value range:[0…∞) metres
Name:OGC:tgt_semi_major
Type:Double
Obligation:optional
Value range:[0…∞) metres
Name:OGC:tgt_semi_minor
Type:Double
Obligation:optional
Value range:[0…∞) metres
Name:Geotk:src_dim
Type:Integer
Obligation:optional
Value range:[2…3]
Default value:2
Name:Geotk:tgt_dim
Type:Integer
Obligation:optional
Value range:[2…3]
Default value:2

Constructor Detail

GeocentricTranslation

public GeocentricTranslation()
Constructs the provider.



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