public class NEDDownloader extends Object implements NEDTileSource
| Constructor and Description |
|---|
NEDDownloader() |
| Modifier and Type | Method and Description |
|---|---|
static double |
ceil(double value,
double step) |
void |
fetchData(Graph graph,
File cacheDirectory)
Fetches all of the required data and stores it in the specified cache directory.
|
static double |
floor(double value,
double step) |
List<File> |
getNEDTiles()
Download all the NED tiles into the cache.
|
public static double floor(double value,
double step)
public static double ceil(double value,
double step)
public List<File> getNEDTiles()
NEDTileSourcegetNEDTiles in interface NEDTileSourcepublic void fetchData(Graph graph, File cacheDirectory)
NEDTileSourcefetchData in interface NEDTileSourceCopyright © 2020. All rights reserved.