Click or drag to resize

RasterTerrainProvider.NeedsSpecialCoordinateProcessing Property

Gets or sets a value indicating whether or not special processing of longitude and latitude coordinates is required by this terrain provider. If this value is true, GetHeightNativeUnits(Double, Double, RasterTerrainInterpolator) will call ProcessCoordinates(Double, Double) before using the coordinates to load sets of posts or interpolate heights.

Namespace:  AGI.Foundation.Terrain
Assembly:  AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
protected bool NeedsSpecialCoordinateProcessing { get; set; }

Property Value

Type: Boolean
See Also