Table of Contents

Class HeightmapElevationSampler

public sealed class HeightmapElevationSampler : IElevationSampler
Inheritance
object
HeightmapElevationSampler
Implements

Constructors

HeightmapElevationSampler(HeightmapSampler)

public HeightmapElevationSampler(HeightmapSampler sampler)

Parameters

sampler HeightmapSampler

Methods

GetElevationMeters(LatLon)

Ground height at the given coordinate, in meters. Never NaN or infinite - implementations return their best estimate (0 for unknown terrain) rather than a sentinel a caller must check for.

public double GetElevationMeters(LatLon at)

Parameters

at LatLon

Returns

double