Click or drag to resize

AGIWorldTerrainProcessCoordinates 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 override 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