Click or drag to resize

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.Projections
Assembly:  DHI.Projections (in DHI.Projections.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public void SetTarget(
	string targetProjectionString,
	double targetOrientationProj
)

Parameters

targetProjectionString
Type: SystemString
targetOrientationProj
Type: SystemDouble
See Also