|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ElevationModelDescriptor
An ElevationModel is used to obtain an elevation above a
specified geographical datum for a given geographical position.
| Field Summary | |
|---|---|
static int |
DEM_INSTALLATION_CANCELED
|
static int |
DEM_INSTALLATION_ERROR
|
static int |
DEM_INSTALLATION_IN_PROGRESS
|
static int |
DEM_INSTALLED
|
| Method Summary | |
|---|---|
ElevationModel |
createDem(Resampling resampling)
Creates the elevation model instance. |
Datum |
getDatum()
Gets the datum for geographical coordinates interpreted by this elevation source, e.g. |
URL |
getDemArchiveUrl()
Gets the URL of the DEM (ZIP) archive to be used for on-line installaion. |
File |
getDemInstallDir()
Returns the directory (if any) where the DEM files shall be located. |
int |
getInstallationStatus()
Currently not used. |
String |
getName()
The name of this elevation source, e.g. |
float |
getNoDataValue()
Gets the no-data value for this elevation map. |
boolean |
installDemFiles(Object uiComponent)
Asynchronously installs the files required to use the DEM if not already done or in progress. |
boolean |
isDemInstalled()
Tests whether or not the DEM and associated files are installed. |
boolean |
isInstallingDem()
Tests whether or not the DEM is currently being installed. |
| Field Detail |
|---|
static final int DEM_INSTALLED
static final int DEM_INSTALLATION_IN_PROGRESS
static final int DEM_INSTALLATION_CANCELED
static final int DEM_INSTALLATION_ERROR
| Method Detail |
|---|
String getName()
Datum getDatum()
Datum.WGS_84float getNoDataValue()
ElevationModel createDem(Resampling resampling)
resampling - The resampling method to be used.
File getDemInstallDir()
URL getDemArchiveUrl()
boolean isDemInstalled()
boolean isInstallingDem()
boolean installDemFiles(Object uiComponent)
uiComponent - an optional UI component which serves as parent for progress monitoring
int getInstallationStatus()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||