Interface GridContainerOverlay

All Known Implementing Classes:
BitmaskOverlay, ExpressionMaskOverlay, JavaExpressionMaskOverlay, MultilayerBitmaskOverlay

public interface GridContainerOverlay
The GridContainerOverlay interface marks overlays that use one or more Grid objects to display their graphics.
Since:
3.1.8
Author:
Peter Hollemans
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the active list of grid variables.
    void
    setDataSource(EarthDataReader reader, List variableList)
    Sets the data source for grid data.
  • Method Details

    • getGridList

      List<Grid> getGridList()
      Gets the active list of grid variables.
    • setDataSource

      void setDataSource(EarthDataReader reader, List variableList)
      Sets the data source for grid data.
      Parameters:
      reader - the reader to use for data variables.
      variableList - the list of allowed data variable names.