Class HeightmapElevationSampler
public sealed class HeightmapElevationSampler : IElevationSampler
- Inheritance
-
objectHeightmapElevationSampler
- Implements
Constructors
HeightmapElevationSampler(HeightmapSampler)
public HeightmapElevationSampler(HeightmapSampler sampler)
Parameters
samplerHeightmapSampler
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
atLatLon