public interface ElevationModelDescriptor
ElevationModel
is used to obtain an elevation above a
specified geographical datum for a given geographical position.Modifier and Type | Method and Description |
---|---|
boolean |
canBeDownloaded()
Returns true if the DEM can be automatically downloaded
|
ElevationModel |
createDem(Resampling resampling)
Creates the elevation model instance.
|
File |
getDemInstallDir()
Returns the directory (if any) where the DEM files shall be located.
|
String |
getName()
The name of this elevation source, e.g.
|
float |
getNoDataValue()
Gets the no-data value for this elevation map.
|
int |
getNumXTiles()
Gets the number of tiles in x direction
|
int |
getNumYTiles()
Gets the number of tiles in y direction
|
int |
getRasterHeight()
Gets the (raster) height of this elevation map.
|
int |
getRasterWidth()
Gets the (raster) width of this elevation map.
|
int |
getTileWidth()
Gets the width of a tile in pixels.
|
int |
getTileWidthInDegrees()
Gets the width of a tile in degrees.
|
String getName()
float getNoDataValue()
int getRasterWidth()
int getRasterHeight()
int getTileWidthInDegrees()
int getTileWidth()
int getNumXTiles()
int getNumYTiles()
ElevationModel createDem(Resampling resampling)
resampling
- The resampling method to be used.boolean canBeDownloaded()
File getDemInstallDir()
Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.