Click or drag to resize

RasterTerrainProviderProcessCoordinates Method

Performs any additional processing of coordinate values prior to using them to load sets of posts or for interpolating heights. This method is only called if NeedsSpecialCoordinateProcessing is .

Namespace:  AGI.Foundation.Terrain
Assembly:  AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
protected virtual void ProcessCoordinates(
	ref double longitude,
	ref double latitude
)

Parameters

longitude
Type: SystemDouble
The longitude in the native units of the terrain provider.
latitude
Type: SystemDouble
The latitude in the native units of the terrain provider.
See Also