public abstract class AbstractLayerContentResolver extends FileContentResolver
| Modifier and Type | Field and Description | 
|---|---|
protected MapView | 
_mapView  | 
protected LocalRasterDataStore | 
_rasterDB  | 
_handlers, _validExts| Constructor and Description | 
|---|
AbstractLayerContentResolver(MapView mapView,
                            LocalRasterDataStore rasterDB)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected abstract FileContentHandler | 
createHandler(java.io.File file,
             DatasetDescriptor desc)  | 
void | 
dispose()  | 
void | 
onDataStoreContentChanged(RasterDataStore ds)  | 
protected void | 
refresh()
Refresh file handlers by scanning the database 
 | 
addHandler, addHandler, getHandler, getHandler, getHandlers, onVisibilityConditions, query, removeHandlerprotected final MapView _mapView
protected final LocalRasterDataStore _rasterDB
public AbstractLayerContentResolver(MapView mapView, LocalRasterDataStore rasterDB)
public void dispose()
dispose in class FileContentResolverprotected void refresh()
protected abstract FileContentHandler createHandler(java.io.File file, DatasetDescriptor desc)
public void onDataStoreContentChanged(RasterDataStore ds)