GridReprojectorSetTarget(String, Double) Method

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.

Definition

Namespace: DHI.Projections
Assembly: DHI.Projections (in DHI.Projections.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public void SetTarget(
	string targetProjectionString,
	double targetOrientationProj
)

Parameters

targetProjectionString  String
 
targetOrientationProj  Double
 

See Also