public class NEDGridCoverageFactoryImpl extends Object implements ElevationGridCoverageFactory
NEDDownloader.| Modifier and Type | Field and Description |
|---|---|
NEDTileSource |
tileSource |
| Constructor and Description |
|---|
NEDGridCoverageFactoryImpl(File cacheDirectory) |
NEDGridCoverageFactoryImpl(File cacheDirectory,
NEDTileSource tileSource) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkInputs() |
void |
fetchData(Graph graph)
Verify that the needed elevation data exists in the cache and if it does not exist, try to download it.
|
org.opengis.coverage.Coverage |
getGridCoverage()
Creates a new thread-specific UnifiedGridCoverage instance with new Interpolator2D instances that wrap the
underlying shared elevation tile data.
|
public final NEDTileSource tileSource
public NEDGridCoverageFactoryImpl(File cacheDirectory)
public NEDGridCoverageFactoryImpl(File cacheDirectory, NEDTileSource tileSource)
public org.opengis.coverage.Coverage getGridCoverage()
getGridCoverage in interface ElevationGridCoverageFactorypublic void checkInputs()
checkInputs in interface ElevationGridCoverageFactorypublic void fetchData(Graph graph)
fetchData in interface ElevationGridCoverageFactoryCopyright © 2020. All rights reserved.