Click or drag to resize

TerrainProviderInGlobalBounds Method

Returns if the coordinates are in global bounds which is: [-π, π] for longitude and [-π/2, π/2] for latitude.

Namespace:  AGI.Foundation.Terrain
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
protected bool InGlobalBounds(
	double longitude,
	double latitude
)

Parameters

longitude
Type: SystemDouble
The longitude to check.
latitude
Type: SystemDouble
The latitude to check.

Return Value

Type: Boolean
A boolean value indicating if the coordinates are in global bounds.
See Also