Click or drag to resize

RasterTerrainProviderNeedsSpecialCoordinateProcessing 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 , 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: 24.1.418.0 (24.1.418.0)
Syntax
protected bool NeedsSpecialCoordinateProcessing { get; set; }

Property Value

Type: Boolean
See Also