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 TypeClassDescriptionclassCommon functionality used when working with SRTM hgt data.classProvides basic methods that are usually used in an ElevationProvider that reads tiff files.classElevation data from CGIAR project http://srtm.csi.cgiar.org/ 'PROCESSED SRTM DATA VERSION 4.1'.classElevation data from Global Multi-resolution Terrain Elevation Data 2010 (GMTED2010).classclassThe MultiSourceElevationProvider mixes different elevation providers to provide the best available elevation data for a certain area.classSkadi 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).classSRTMGL1 contains elevation data for most of the world with 1 arc second (~30m) accuracy.classElevation data from NASA (SRTM).classProvides 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 PointListEdgeSampling.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 ElevationProvider