Interface DataProducer

  • All Known Subinterfaces:
    GeoDataProducer
    All Known Implementing Classes:
    AbstractDataSetProducer

    public interface DataProducer
    A generic interface for all types of data producers. A data producer produces data, and notifies all interested layer once data is available, or if an exception occurred while loading data. Data consumers (Layers) typically listens
    • Method Detail

      • setLayer

        void setLayer​(Layer layer)
        Sets the layer that should be notified when data is ready.
        Parameters:
        layer -
      • getLayer

        Layer getLayer()
        Gets the layer that is currently consuming data from this producer.