Uses of Interface
com.graphhopper.reader.dem.ElevationProvider
Packages that use ElevationProvider
-
Uses of ElevationProvider in com.graphhopper
Methods in com.graphhopper that return ElevationProviderMethods in com.graphhopper with parameters of type ElevationProviderModifier and TypeMethodDescriptionGraphHopper.setElevationProvider
(ElevationProvider eleProvider) -
Uses of ElevationProvider in com.graphhopper.reader.dem
Classes in com.graphhopper.reader.dem that implement ElevationProviderModifier and TypeClassDescriptionclass
Common functionality used when working with SRTM hgt data.class
Provides basic methods that are usually used in an ElevationProvider that reads tiff files.class
Elevation data from CGIAR project http://srtm.csi.cgiar.org/ 'PROCESSED SRTM DATA VERSION 4.1'.class
Elevation data from Global Multi-resolution Terrain Elevation Data 2010 (GMTED2010).class
class
The MultiSourceElevationProvider mixes different elevation providers to provide the best available elevation data for a certain area.class
Skadi contains elevation data for the entire world with 1 arc second (~30m) accuracy in SRTM format stitched together from many sources (https://github.com/tilezen/joerd/blob/master/docs/data-sources.md).class
SRTMGL1 contains elevation data for most of the world with 1 arc second (~30m) accuracy.class
Elevation data from NASA (SRTM).class
Provides basic methods that are usually used in an ElevationProvider using tiles from files.Fields in com.graphhopper.reader.dem declared as ElevationProviderMethods in com.graphhopper.reader.dem with parameters of type ElevationProviderModifier and TypeMethodDescriptionstatic PointList
EdgeSampling.sample
(PointList input, double maxDistance, DistanceCalc distCalc, ElevationProvider elevation) -
Uses of ElevationProvider in com.graphhopper.reader.osm
Methods in com.graphhopper.reader.osm with parameters of type ElevationProviderModifier and TypeMethodDescriptionOSMReader.setElevationProvider
(ElevationProvider eleProvider) WaySegmentParser.Builder.setElevationProvider
(ElevationProvider elevationProvider)