GridReprojectorSetTarget Method (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.
Namespace: DHI.ProjectionsAssembly: DHI.Projections (in DHI.Projections.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public 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