Interface DataLoaderProvider

All Superinterfaces:
Serializable, scala.Serializable
All Known Implementing Classes:
CacheManager

public interface DataLoaderProvider extends scala.Serializable
Deprecated.
Use methods based on OptimizedMapLayers instead. Since SDK 2.54.
  • Method Details

    • getDataLoader

      <T> DataLoader<String,T> getDataLoader(Catalog catalog, String layer, Decoder<T> decoder)
      Deprecated.
      Creates a DataLoader for a given catalog and layer.

      Please note that you can not use different decoders for the same layer for each instance of DataLoaderProvider.

    • getTileLoader

      <T> TileLoader<T> getTileLoader(Catalog catalog, String layer, Decoder<T> decoder)
      Deprecated.
      Creates a TileLoader for a given catalog and layer.

      Please note that you can not use different Decoders for the same layer for each instance of DataLoaderProvider.