| Package | Description |
|---|---|
| com.graphhopper | |
| com.graphhopper.reader.dem | |
| com.graphhopper.reader.osm |
| Modifier and Type | Method and Description |
|---|---|
ElevationProvider |
GraphHopper.getElevationProvider() |
| Modifier and Type | Method and Description |
|---|---|
GraphHopper |
GraphHopper.setElevationProvider(ElevationProvider eleProvider) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSRTMElevationProvider
Common functionality used when working with SRTM hgt data.
|
class |
AbstractTiffElevationProvider
Provides basic methods that are usually used in an ElevationProvider that reads tiff files.
|
class |
CGIARProvider
Elevation data from CGIAR project http://srtm.csi.cgiar.org/ 'PROCESSED SRTM DATA VERSION 4.1'.
|
class |
GMTEDProvider
Elevation data from Global Multi-resolution Terrain Elevation Data 2010 (GMTED2010).
|
class |
HGTProvider |
class |
MultiSourceElevationProvider
The MultiSourceElevationProvider mixes different elevation providers to provide the best available elevation data
for a certain area.
|
class |
SkadiProvider
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 |
SRTMGL1Provider
SRTMGL1 contains elevation data for most of the world with 1 arc second (~30m) accuracy.
|
class |
SRTMProvider
Elevation data from NASA (SRTM).
|
class |
TileBasedElevationProvider
Provides basic methods that are usually used in an ElevationProvider using tiles from files.
|
| Modifier and Type | Field and Description |
|---|---|
static ElevationProvider |
ElevationProvider.NOOP |
| Modifier and Type | Method and Description |
|---|---|
static PointList |
EdgeSampling.sample(PointList input,
double maxDistance,
DistanceCalc distCalc,
ElevationProvider elevation) |
| Modifier and Type | Method and Description |
|---|---|
WaySegmentParser.Builder |
WaySegmentParser.Builder.setElevationProvider(ElevationProvider elevationProvider) |
OSMReader |
OSMReader.setElevationProvider(ElevationProvider eleProvider) |
Copyright © 2012–2022. All rights reserved.