getEstimatedLevelZeroGeometricErrorForAHeightmap

fun getEstimatedLevelZeroGeometricErrorForAHeightmap(ellipsoid: Ellipsoid, tileImageWidth: Double, numberOfTilesAtLevelZero: Int): Double(source)

Determines an appropriate geometric error estimate when the geometry comes from a heightmap.

Return

An estimated geometric error.

Parameters

ellipsoid

The ellipsoid to which the terrain is attached.

tileImageWidth

The width, in pixels, of the heightmap associated with a single tile.

numberOfTilesAtLevelZero

The number of tiles in the horizontal direction at tile level zero.

See also