Click or drag to resize

GridReprojector.Convert 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:System.Single[]
Source data array
target
Type:System.Single[]
Target data array
undefinedValue
Type: System.Single
Undefined/delete value in source/target grid
outsideValue
Type: System.Single
Value specified for points outside the source grid
See Also