GridInterpolatorSetupReprojection Method (Reprojector, Cartography) |
Enable reprojection, i.e. conversion from a target coordinate system
to the coordinate system of the grid.
The Reprojector object is used for datum shift conversions only.
The Reprojector must be set up using the grid projection
as the source projection and the projection provided in this method as the
target projection. It must always have the convertion type
Geo2Geo,
i.e. handling datum shifts only.
Namespace: DHI.ProjectionsAssembly: DHI.Projections (in DHI.Projections.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public void SetupReprojection(
Reprojector reprojector,
Cartography targetCartography
)
Public Sub SetupReprojection (
reprojector As Reprojector,
targetCartography As Cartography
)
public:
void SetupReprojection(
Reprojector^ reprojector,
Cartography^ targetCartography
)
member SetupReprojection :
reprojector : Reprojector *
targetCartography : Cartography -> unit
Parameters
- reprojector
- Type: DHI.ProjectionsReprojector
Reprojector object - targetCartography
- Type: DHI.ProjectionsCartography
Cartography object, using target projection
See Also