GridInterpolatorSetupReprojection Method (Cartography) |
Enable reprojection, i.e. conversion from a target coordinate system
to the coordinate system of the grid.
The returned Reprojector object can be used for specifying datum shift
parameters. The Reprojector is 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
handling datum shifts only.
Namespace: DHI.ProjectionsAssembly: DHI.Projections (in DHI.Projections.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public Reprojector SetupReprojection(
Cartography targetCartography
)
Public Function SetupReprojection (
targetCartography As Cartography
) As Reprojector
public:
Reprojector^ SetupReprojection(
Cartography^ targetCartography
)
member SetupReprojection :
targetCartography : Cartography -> Reprojector
Parameters
- targetCartography
- Type: DHI.ProjectionsCartography
Cartography object, using target projection
Return Value
Type:
ReprojectorReprojector. Set datum shift parameters if necessary.
See Also