HelmertDatumShift.HelmertDatumShift Constructors
Initializes a new instance of the HelmertDatumShift class.
Overload List
HelmertDatumShift(System.Double dX, System.Double dY, System.Double dZ)
Initializes a new 3-parameter instance of the HelmertDatumShift class, transforming to Wgs84.Syntax
public HelmertDatumShift (
System.Double dX,
System.Double dY,
System.Double dZ
)
Parameters
dX
Type: System.Double
Parallel translation along the X axis, in meters.
Parallel translation along the X axis, in meters.
dY
Type: System.Double
Parallel translation along the Y axis, in meters.
Parallel translation along the Y axis, in meters.
dZ
Type: System.Double
Parallel translation along the Z axis, in meters.
Parallel translation along the Z axis, in meters.
HelmertDatumShift(System.Double dX, System.Double dY, System.Double dZ, DatumShiftDirection direction)
Initializes a new 3-parameter instance of the HelmertDatumShift class, transforming to or from Wgs84.Syntax
public HelmertDatumShift (
System.Double dX,
System.Double dY,
System.Double dZ,
DatumShiftDirection direction
)
Parameters
dX
Type: System.Double
Parallel translation along the X axis, in meters.
Parallel translation along the X axis, in meters.
dY
Type: System.Double
Parallel translation along the Y axis, in meters.
Parallel translation along the Y axis, in meters.
dZ
Type: System.Double
Parallel translation along the Z axis, in meters.
Parallel translation along the Z axis, in meters.
direction
Type: DatumShiftDirection
Tells whether the forward direction goes to or from Wgs84.
Tells whether the forward direction goes to or from Wgs84.
HelmertDatumShift(System.Double dX, System.Double dY, System.Double dZ, DatumShiftDirection direction, GeodeticDatum knownDatum)
Initializes a new 3-parameter instance of the HelmertDatumShift class, transforming to or from a given datum.Syntax
public HelmertDatumShift (
System.Double dX,
System.Double dY,
System.Double dZ,
DatumShiftDirection direction,
GeodeticDatum knownDatum
)
Parameters
dX
Type: System.Double
Parallel translation along the X axis, in meters.
Parallel translation along the X axis, in meters.
dY
Type: System.Double
Parallel translation along the Y axis, in meters.
Parallel translation along the Y axis, in meters.
dZ
Type: System.Double
Parallel translation along the Z axis, in meters.
Parallel translation along the Z axis, in meters.
direction
Type: DatumShiftDirection
Tells whether the forward direction goes to or from the known datum.
Tells whether the forward direction goes to or from the known datum.
knownDatum
HelmertDatumShift(System.Double dX, System.Double dY, System.Double dZ, System.Double rotationX, System.Double rotationY, System.Double rotationZ, System.Double scaleDifference, HelmertRotationSignConvention rotationSignConvention)
Initializes a new 7-parameter instance of the HelmertDatumShift class, transforming to Wgs84.Syntax
public HelmertDatumShift (
System.Double dX,
System.Double dY,
System.Double dZ,
System.Double rotationX,
System.Double rotationY,
System.Double rotationZ,
System.Double scaleDifference,
HelmertRotationSignConvention rotationSignConvention
)
Parameters
dX
Type: System.Double
Parallel translation along the X axis, in meters.
Parallel translation along the X axis, in meters.
dY
Type: System.Double
Parallel translation along the Y axis, in meters.
Parallel translation along the Y axis, in meters.
dZ
Type: System.Double
Parallel translation along the Z axis, in meters.
Parallel translation along the Z axis, in meters.
rotationX
Type: System.Double
Rotation about the X axis, in arc seconds.
Rotation about the X axis, in arc seconds.
rotationY
Type: System.Double
Rotation about the Y axis, in arc seconds.
Rotation about the Y axis, in arc seconds.
rotationZ
Type: System.Double
Rotation about the Z axis, in arc seconds.
Rotation about the Z axis, in arc seconds.
scaleDifference
Type: System.Double
Scale difference, in ppm (parts per million).
Scale difference, in ppm (parts per million).
rotationSignConvention
Type: HelmertRotationSignConvention
The convention for the sign of the rotations.
The convention for the sign of the rotations.
HelmertDatumShift(System.Double dX, System.Double dY, System.Double dZ, System.Double rotationX, System.Double rotationY, System.Double rotationZ, System.Double scaleDifference, HelmertRotationSignConvention rotationSignConvention, DatumShiftDirection direction)
Initializes a new 7-parameter instance of the HelmertDatumShift class, transforming to or from Wgs84.Syntax
public HelmertDatumShift (
System.Double dX,
System.Double dY,
System.Double dZ,
System.Double rotationX,
System.Double rotationY,
System.Double rotationZ,
System.Double scaleDifference,
HelmertRotationSignConvention rotationSignConvention,
DatumShiftDirection direction
)
Parameters
dX
Type: System.Double
Parallel translation along the X axis, in meters.
Parallel translation along the X axis, in meters.
dY
Type: System.Double
Parallel translation along the Y axis, in meters.
Parallel translation along the Y axis, in meters.
dZ
Type: System.Double
Parallel translation along the Z axis, in meters.
Parallel translation along the Z axis, in meters.
rotationX
Type: System.Double
Rotation about the X axis, in arc seconds.
Rotation about the X axis, in arc seconds.
rotationY
Type: System.Double
Rotation about the Y axis, in arc seconds.
Rotation about the Y axis, in arc seconds.
rotationZ
Type: System.Double
Rotation about the Z axis, in arc seconds.
Rotation about the Z axis, in arc seconds.
scaleDifference
Type: System.Double
Scale difference, in ppm (parts per million).
Scale difference, in ppm (parts per million).
rotationSignConvention
Type: HelmertRotationSignConvention
The convention for the sign of the rotations.
The convention for the sign of the rotations.
direction
Type: DatumShiftDirection
Tells whether the forward direction goes to or from Wgs84.
Tells whether the forward direction goes to or from Wgs84.
HelmertDatumShift(System.Double dX, System.Double dY, System.Double dZ, System.Double rotationX, System.Double rotationY, System.Double rotationZ, System.Double scaleDifference, HelmertRotationSignConvention rotationSignConvention, DatumShiftDirection direction, GeodeticDatum knownDatum)
Initializes a new 7-parameter instance of the HelmertDatumShift class, transforming to or from a given datum.Syntax
public HelmertDatumShift (
System.Double dX,
System.Double dY,
System.Double dZ,
System.Double rotationX,
System.Double rotationY,
System.Double rotationZ,
System.Double scaleDifference,
HelmertRotationSignConvention rotationSignConvention,
DatumShiftDirection direction,
GeodeticDatum knownDatum
)
Parameters
dX
Type: System.Double
Parallel translation along the X axis, in meters.
Parallel translation along the X axis, in meters.
dY
Type: System.Double
Parallel translation along the Y axis, in meters.
Parallel translation along the Y axis, in meters.
dZ
Type: System.Double
Parallel translation along the Z axis, in meters.
Parallel translation along the Z axis, in meters.
rotationX
Type: System.Double
Rotation about the X axis, in arc seconds.
Rotation about the X axis, in arc seconds.
rotationY
Type: System.Double
Rotation about the Y axis, in arc seconds.
Rotation about the Y axis, in arc seconds.
rotationZ
Type: System.Double
Rotation about the Z axis, in arc seconds.
Rotation about the Z axis, in arc seconds.
scaleDifference
Type: System.Double
Scale difference, in ppm (parts per million).
Scale difference, in ppm (parts per million).
rotationSignConvention
Type: HelmertRotationSignConvention
The convention for the sign of the rotations.
The convention for the sign of the rotations.
direction
Type: DatumShiftDirection
Tells whether the forward direction goes to or from the known datum.
Tells whether the forward direction goes to or from the known datum.
knownDatum
HelmertDatumShift(System.Double dX, System.Double dY, System.Double dZ, System.Double rotationX, System.Double rotationY, System.Double rotationZ, System.Double scaleDifference, HelmertRotationSignConvention rotationSignConvention, DatumShiftDirection direction, GeodeticDatum knownDatum, System.String authority, System.String authorityCode)
Initializes a new 7-parameter instance of the HelmertDatumShift class, transforming to or from a given datum. Authority and code can be given.Syntax
public HelmertDatumShift (
System.Double dX,
System.Double dY,
System.Double dZ,
System.Double rotationX,
System.Double rotationY,
System.Double rotationZ,
System.Double scaleDifference,
HelmertRotationSignConvention rotationSignConvention,
DatumShiftDirection direction,
GeodeticDatum knownDatum,
System.String authority,
System.String authorityCode
)
Parameters
dX
Type: System.Double
Parallel translation along the X axis, in meters.
Parallel translation along the X axis, in meters.
dY
Type: System.Double
Parallel translation along the Y axis, in meters.
Parallel translation along the Y axis, in meters.
dZ
Type: System.Double
Parallel translation along the Z axis, in meters.
Parallel translation along the Z axis, in meters.
rotationX
Type: System.Double
Rotation about the X axis, in arc seconds.
Rotation about the X axis, in arc seconds.
rotationY
Type: System.Double
Rotation about the Y axis, in arc seconds.
Rotation about the Y axis, in arc seconds.
rotationZ
Type: System.Double
Rotation about the Z axis, in arc seconds.
Rotation about the Z axis, in arc seconds.
scaleDifference
Type: System.Double
Scale difference, in ppm (parts per million).
Scale difference, in ppm (parts per million).
rotationSignConvention
Type: HelmertRotationSignConvention
The convention for the sign of the rotations.
The convention for the sign of the rotations.
direction
Type: DatumShiftDirection
Tells whether the forward direction goes to or from the known datum.
Tells whether the forward direction goes to or from the known datum.
knownDatum
authority
Type: System.String
The name of the authority that has assigned a unique code to the datum shift.
The name of the authority that has assigned a unique code to the datum shift.
authorityCode
Type: System.String
The unique code for the datum shift, assigned by the authority.
The unique code for the datum shift, assigned by the authority.
HelmertDatumShift(System.Double dX, System.Double dY, System.Double dZ, System.Double rotationX, System.Double rotationY, System.Double rotationZ, System.Double scaleDifference, HelmertRotationSignConvention rotationSignConvention, DatumShiftDirection direction, GeodeticDatum knownDatum, System.String authority, System.String authorityCode, DatumShiftInfo info)
Initializes a new 7-parameter instance of the HelmertDatumShift class, transforming to or from a given datum. Authority, code and documentation can be given.Syntax
public HelmertDatumShift (
System.Double dX,
System.Double dY,
System.Double dZ,
System.Double rotationX,
System.Double rotationY,
System.Double rotationZ,
System.Double scaleDifference,
HelmertRotationSignConvention rotationSignConvention,
DatumShiftDirection direction,
GeodeticDatum knownDatum,
System.String authority,
System.String authorityCode,
DatumShiftInfo info
)
Parameters
dX
Type: System.Double
Parallel translation along the X axis, in meters.
Parallel translation along the X axis, in meters.
dY
Type: System.Double
Parallel translation along the Y axis, in meters.
Parallel translation along the Y axis, in meters.
dZ
Type: System.Double
Parallel translation along the Z axis, in meters.
Parallel translation along the Z axis, in meters.
rotationX
Type: System.Double
Rotation about the X axis, in arc seconds.
Rotation about the X axis, in arc seconds.
rotationY
Type: System.Double
Rotation about the Y axis, in arc seconds.
Rotation about the Y axis, in arc seconds.
rotationZ
Type: System.Double
Rotation about the Z axis, in arc seconds.
Rotation about the Z axis, in arc seconds.
scaleDifference
Type: System.Double
Scale difference, in ppm (parts per million).
Scale difference, in ppm (parts per million).
rotationSignConvention
Type: HelmertRotationSignConvention
The convention for the sign of the rotations.
The convention for the sign of the rotations.
direction
Type: DatumShiftDirection
Tells whether the forward direction goes to or from the known datum.
Tells whether the forward direction goes to or from the known datum.
knownDatum
authority
Type: System.String
The name of the authority that has assigned a unique code to the datum shift.
The name of the authority that has assigned a unique code to the datum shift.
authorityCode
Type: System.String
The unique code for the datum shift, assigned by the authority.
The unique code for the datum shift, assigned by the authority.
info
Type: DatumShiftInfo
Documentation of the datum shift.
Documentation of the datum shift.
Platforms
Windows, Linux, Android