Click or drag to resize

GridInterpolatorSetupReprojection Method

Overload List
  NameDescription
Public methodSetupReprojection(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.

Public methodSetupReprojection(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.

Top
See Also