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()
NEDTileSource
getNEDTiles
in interface NEDTileSource
public void fetchData(Graph graph, File cacheDirectory)
NEDTileSource
fetchData
in interface NEDTileSource
Copyright © 2020. All rights reserved.