GridReprojectorConvert Method

Convert source data to target data

Definition

Namespace: DHI.Projections
Assembly: DHI.Projections (in DHI.Projections.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public void Convert(
	float[] source,
	float[] target,
	float undefinedValue,
	float outsideValue
)

Parameters

source  Single
Source data array
target  Single
Target data array
undefinedValue  Single
Undefined/delete value in source/target grid
outsideValue  Single
Value specified for points outside the source grid

See Also