Click or drag to resize

GridReprojectorSetTarget Method

Overload List
  NameDescription
Public methodSetTarget(GridReprojectorGridInfo)
Fully specify the target gridinfo
Public methodSetTarget(String, Double)
Define target projection string, and orientation (towards projection north).

All other properties of the target GridInfo is calculated (during Initialize) from the bounding box of source grid in the target local grid coordinate system, such that the target contains the entire area defined by the source GridInfo.

Public methodSetTarget(String, Double, Int32, Int32)
Define target projection string, orientation (towards projection north), and number of grid points in the x and y direction in the target.

All other properties of the target GridInfo is calculated (during Initialize) from the bounding box of source grid in the target local grid coordinate system such that the target contains the entire area defined by the source GridInfo.

Compared to SetTarget(String, Double), this version will change the resolution of the target grid in the x and y direction.

Top
See Also