Reprojector.SetDatumShiftParameters Method (Reprojector.Side, Double, Double, Double) |
Sets the 3-parameter datum shift parameters of either the source or the target map projection.
This call will reset the BypassDatumConversions() flag
Namespace:
DHI.Projections
Assembly:
DHI.Projections (in DHI.Projections.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic void SetDatumShiftParameters(
Reprojector.Side side,
double dx,
double dy,
double dz
)
Public Sub SetDatumShiftParameters (
side As Reprojector.Side,
dx As Double,
dy As Double,
dz As Double
)
public:
void SetDatumShiftParameters(
Reprojector.Side side,
double dx,
double dy,
double dz
)
member SetDatumShiftParameters :
side : Reprojector.Side *
dx : float *
dy : float *
dz : float -> unit
Parameters
- side
- Type: DHI.Projections.Reprojector.Side
Side to apply to, source or target - dx
- Type: System.Double
dx in meters - dy
- Type: System.Double
dy in meters - dz
- Type: System.Double
dz in meters
See Also