Package | Description |
---|---|
gov.nasa.worldwind.data |
This package provides classes for converting raw data sources into a form which can be used by standard WorldWind
components, such as
Layer and ElevationModel . |
Modifier and Type | Method and Description |
---|---|
static CachedDataRaster.ErrorHandlerMode |
CachedDataRaster.ErrorHandlerMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CachedDataRaster.ErrorHandlerMode[] |
CachedDataRaster.ErrorHandlerMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
CachedDataRaster.hasRequiredMetadata(AVList params,
CachedDataRaster.ErrorHandlerMode throwException)
Validates if params (AVList) has all required keys.
|