public class NEDDownloader extends Object implements NEDTileSource
Constructor and Description |
---|
NEDDownloader() |
Modifier and Type | Method and Description |
---|---|
static double |
ceil(double value,
double step) |
static double |
floor(double value,
double step) |
List<File> |
getNEDTiles()
Download all the NED tiles into the cache.
|
void |
setCacheDirectory(File cacheDirectory)
The cache directory stores NED tiles.
|
void |
setGraph(Graph graph) |
public void setGraph(Graph graph)
setGraph
in interface NEDTileSource
public void setCacheDirectory(File cacheDirectory)
NEDTileSource
setCacheDirectory
in interface NEDTileSource
public static double floor(double value, double step)
public static double ceil(double value, double step)
public List<File> getNEDTiles()
NEDTileSource
getNEDTiles
in interface NEDTileSource
Copyright © 2018. All rights reserved.