org.geotoolkit.referencing.operation.provider
Class GeocentricTranslation
Object
FormattableObject
AbstractIdentifiedObject
DefaultOperationMethod
MathTransformProvider
PositionVector7Param
GeocentricTranslation
- All Implemented Interfaces:
- Serializable, Formattable, 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.
- Since:
- 2.2
- Version:
- 3.07
- Author:
- Martin Desruisseaux (IRD, Geomatys)
- See Also:
- Serialized Form
- Module:
| 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 |
| Methods inherited from class AbstractIdentifiedObject |
equals, equals, equals, equals, getAlias, getIdentifier, getIdentifier, getIdentifiers, getName, getName, getName, getProperties, getProperties, getRemarks, hashCode, nameMatches, nameMatches, nameMatches |
PARAMETERS
public static final ParameterDescriptorGroup PARAMETERS
- The parameters group. This is the same group than
PositionVector7Param.PARAMETERS
minus the ex, ey, ez and
ppm parameters.
GeocentricTranslation
public GeocentricTranslation()
- Constructs the provider.
Copyright © 2009-2011 Geotoolkit.org. All Rights Reserved.