Uses of Class
gov.nasa.worldwind.data.CachedDataRaster.ErrorHandlerMode
- 
Packages that use CachedDataRaster.ErrorHandlerMode 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 asLayerandElevationModel.
- 
- 
Uses of CachedDataRaster.ErrorHandlerMode in gov.nasa.worldwind.dataMethods in gov.nasa.worldwind.data that return CachedDataRaster.ErrorHandlerMode Modifier and Type Method Description static CachedDataRaster.ErrorHandlerModeCachedDataRaster.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.Methods in gov.nasa.worldwind.data with parameters of type CachedDataRaster.ErrorHandlerMode Modifier and Type Method Description protected booleanCachedDataRaster. hasRequiredMetadata(AVList params, CachedDataRaster.ErrorHandlerMode throwException)Validates if params (AVList) has all required keys.
 
-