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 NEDTileSourcepublic void setCacheDirectory(File cacheDirectory)
NEDTileSourcesetCacheDirectory in interface NEDTileSourcepublic static double floor(double value,
double step)
public static double ceil(double value,
double step)
public List<File> getNEDTiles()
NEDTileSourcegetNEDTiles in interface NEDTileSourceCopyright © 2018. All rights reserved.