Click or drag to resize

Dfs2ReprojectorSetTarget Method

Overload List
  NameDescription
Public methodSetTarget(String, Double)
Define target projection string, and orientation (towards projection north).

All other properties of the target GridInfo is calculated from the bounding box of source grid in the target local grid coordinate system.

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 from the bounding box of source grid in the target local grid coordinate sysetm.

Public methodSetTarget(String, Double, Double, Double, Int32, Double, Double, Int32, Double, Double)
Fully specify the target gridinfo.
Public methodSetTarget(String, Double, Double, Double, Int32, Double, Double, Int32, Double, Double, Boolean, Boolean)
Fully specify the target gridinfo, including whether grid is node-based or element/cell-center based and where the origin of the projection is.
Top
See Also