| Dfs2ReprojectorSetTarget Method | 
| Name | Description | |
|---|---|---|
| SetTarget(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.  | |
| SetTarget(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.  | |
| SetTarget(String, Double, Double, Double, Int32, Double, Double, Int32, Double, Double) | 
            Fully specify the target gridinfo.
              | |
| SetTarget(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.
              |