GridReprojectorConvert Method |
Convert source data to target data
Namespace: DHI.ProjectionsAssembly: DHI.Projections (in DHI.Projections.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public void Convert(
float[] source,
float[] target,
float undefinedValue,
float outsideValue
)
Public Sub Convert (
source As Single(),
target As Single(),
undefinedValue As Single,
outsideValue As Single
)
public:
void Convert(
array<float>^ source,
array<float>^ target,
float undefinedValue,
float outsideValue
)
member Convert :
source : float32[] *
target : float32[] *
undefinedValue : float32 *
outsideValue : float32 -> unit
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