Interface DataLoaderProvider
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
CacheManager
Deprecated.
Use methods based on OptimizedMapLayers instead. Since SDK 2.54.
-
Method Summary
Modifier and TypeMethodDescription<T> DataLoader<String,T> getDataLoader(Catalog catalog, String layer, Decoder<T> decoder) Deprecated.Creates aDataLoaderfor a given catalog and layer.<T> TileLoader<T>getTileLoader(Catalog catalog, String layer, Decoder<T> decoder) Deprecated.Creates aTileLoaderfor a given catalog and layer.
-
Method Details
-
getDataLoader
Deprecated.Creates aDataLoaderfor a given catalog and layer.Please note that you can not use different decoders for the same layer for each instance of
DataLoaderProvider. -
getTileLoader
Deprecated.Creates aTileLoaderfor a given catalog and layer.Please note that you can not use different
Decoders for the same layer for each instance ofDataLoaderProvider.
-