|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectFormattableObject
AbstractIdentifiedObject
DefaultOperationMethod
MathTransformProvider
PositionVector7Param
CoordinateFrameRotation
@Immutable public class CoordinateFrameRotation
The provider for "Coordinate Frame Rotation" (EPSG:9607). This is the same transformation than "Position Vector 7-param." except that the rotation angles have the opposite sign.
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:
"src_*" parameter is present, then an EllipsoidToGeocentric
transform will be concatenated before the geocentric operation."tgt_*" parameter is present, then an GeocentricToEllipsoid
transform will be concatenated after the geocentric operation.The following table summarizes the parameters recognized by this provider.
For a more detailed parameter list, see the PARAMETERS constant.
Operation name:
Coordinate Frame Rotation (geog2D domain)
Parameter name Default value dx0 metres dy0 metres dz0 metres ex0 '' ey0 '' ez0 '' ppm0 src_semi_majorsrc_semi_minortgt_semi_majortgt_semi_minorsrc_dim2 tgt_dim2
| referencing/geotk-referencing (download) | View source code for this class |
| Field Summary | |
|---|---|
static ParameterDescriptorGroup |
PARAMETERS
The parameters group. |
| 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 | |
|---|---|
CoordinateFrameRotation()
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 |
|---|
public static final ParameterDescriptorGroup PARAMETERS
PositionVector7Param.PARAMETERS except for the operation name.
The following table lists the operation names and the parameters recognized by Geotk:
| |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
| ||||||||||||||
|
| ||||||||||||||
|
| ||||||||||||||
|
| ||||||||||||||
|
| ||||||||||||||
|
| ||||||||||||||
|
| ||||||||||||||
|
| ||||||||||||||
|
| ||||||||||||||
|
| ||||||||||||||
|
| ||||||||||||||
|
| ||||||||||||||
|
| ||||||||||||||
| Constructor Detail |
|---|
public CoordinateFrameRotation()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||