GridReprojectorSetTarget Method (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 (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.
Compared to SetTarget(String, Double), this version will change the resolution
of the target grid in the x and y direction.
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,
int targetXCount,
int targetYCount
)
Public Sub SetTarget (
targetProjectionString As String,
targetOrientationProj As Double,
targetXCount As Integer,
targetYCount As Integer
)
public:
void SetTarget(
String^ targetProjectionString,
double targetOrientationProj,
int targetXCount,
int targetYCount
)
member SetTarget :
targetProjectionString : string *
targetOrientationProj : float *
targetXCount : int *
targetYCount : int -> unit
Parameters
- targetProjectionString
- Type: SystemString
- targetOrientationProj
- Type: SystemDouble
- targetXCount
- Type: SystemInt32
- targetYCount
- Type: SystemInt32
See Also