Click or drag to resize

TerrainProviderGetLocalMinimumSampleSpacing Method

Gets the smallest distance between the successive height samples of the terrain data, in radians, at the specified coordinates. If the return value is 0.0, then the minimum sample spacing is unknown.

Namespace:  AGI.Foundation.Terrain
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public virtual double GetLocalMinimumSampleSpacing(
	double longitude,
	double latitude
)

Parameters

longitude
Type: SystemDouble
The longitude, in radians.
latitude
Type: SystemDouble
The latitude, in radians.

Return Value

Type: Double
The smallest distance between the successive height samples of the terrain data, in radians.
See Also