Click or drag to resize

TerrainProvider.InGlobalBounds Method

Returns true 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: 25.1.421.0 (25.1.421.0)
Syntax
protected bool InGlobalBounds(
	double longitude,
	double latitude
)

Parameters

longitude
Type: System.Double
The longitude to check.
latitude
Type: System.Double
The latitude to check.

Return Value

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