Click or drag to resize

GridReprojectorConvert Method

Convert source data to target data

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

Parameters

source
Type: SystemSingle
Source data array
target
Type: SystemSingle
Target data array
undefinedValue
Type: SystemSingle
Undefined/delete value in source/target grid
outsideValue
Type: SystemSingle
Value specified for points outside the source grid
See Also