Click or drag to resize

Dfs2Reprojector Methods

The Dfs2Reprojector type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodProcess
Process the dfs2 source file, creating target dfs2 file
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.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also