Dfs2ReprojectorSetTarget Method (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.
Namespace: DHI.Generic.MikeZero.DFS.dfs123Assembly: DHI.Generic.MikeZero.DFS (in DHI.Generic.MikeZero.DFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntaxpublic void SetTarget(
string targetProjectionString,
double targetOrientationProj
)
Public Sub SetTarget (
targetProjectionString As String,
targetOrientationProj As Double
)
public:
void SetTarget(
String^ targetProjectionString,
double targetOrientationProj
)
member SetTarget :
targetProjectionString : string *
targetOrientationProj : float -> unit
Parameters
- targetProjectionString
- Type: SystemString
- targetOrientationProj
- Type: SystemDouble
See Also