ReprojectorSetDatumShiftParameters Method (ReprojectorSide, 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.ProjectionsAssembly: DHI.Projections (in DHI.Projections.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public void SetDatumShiftParameters(
ReprojectorSide side,
double dx,
double dy,
double dz
)
Public Sub SetDatumShiftParameters (
side As ReprojectorSide,
dx As Double,
dy As Double,
dz As Double
)
public:
void SetDatumShiftParameters(
ReprojectorSide side,
double dx,
double dy,
double dz
)
member SetDatumShiftParameters :
side : ReprojectorSide *
dx : float *
dy : float *
dz : float -> unit
Parameters
- side
- Type: DHI.ProjectionsReprojectorSide
Side to apply to, source or target - dx
- Type: SystemDouble
dx in meters - dy
- Type: SystemDouble
dy in meters - dz
- Type: SystemDouble
dz in meters
See Also