Table of Contents

Method ExtractHeightData

Namespace
Pinwheel.Vista.RealWorldData
Assembly
Pinwheel.Vista.RealWorldData.Runtime.dll

ExtractHeightData(ProgressiveTask, float[], int, int, GeoRect, GeoRect, float[])

public static IEnumerator ExtractHeightData(ProgressiveTask taskHandle, float[] sourceData, int sourceWidth, int sourceHeight, GeoRect sourceGPS, GeoRect extractGPS, float[] extractedData)

Parameters

taskHandle ProgressiveTask
sourceData float[]
sourceWidth int
sourceHeight int
sourceGPS GeoRect
extractGPS GeoRect
extractedData float[]

Returns

IEnumerator