Click or drag to resize

AGIWorldTerrain.ProcessCoordinates 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 true.

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

Parameters

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