public class GeotiffGridCoverageFactoryImpl extends Object implements ElevationGridCoverageFactory
Constructor and Description |
---|
GeotiffGridCoverageFactoryImpl(File path) |
Modifier and Type | Method and Description |
---|---|
void |
checkInputs() |
void |
fetchData(Graph graph)
Nothing to do here.
|
org.geotools.coverage.grid.GridCoverage2D |
getGridCoverage()
Wraps the underlying grid coverage instance with an interpolator that can be used in a specific thread.
|
org.geotools.coverage.grid.GridCoverage2D |
getUninterpolatedGridCoverage()
Lazy-creates a GridCoverage2D instance by loading the specific elevation file into memory.
|
public GeotiffGridCoverageFactoryImpl(File path)
public org.geotools.coverage.grid.GridCoverage2D getGridCoverage()
getGridCoverage
in interface ElevationGridCoverageFactory
public org.geotools.coverage.grid.GridCoverage2D getUninterpolatedGridCoverage()
public void checkInputs()
checkInputs
in interface ElevationGridCoverageFactory
public void fetchData(Graph graph)
fetchData
in interface ElevationGridCoverageFactory
Copyright © 2020. All rights reserved.