Click or drag to resize

RasterTerrainProviderDefaultInterpolator Property

Gets or sets the default interpolator to use to interpolate heights when a specific interpolator is not specified in the call to GetHeight(Double, Double) or GetHeightNativeUnits(Double, Double).

Namespace:  AGI.Foundation.Terrain
Assembly:  AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public RasterTerrainInterpolator DefaultInterpolator { get; set; }

Property Value

Type: RasterTerrainInterpolator
See Also