Package noaa.coastwatch.render
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 TypeMethodDescriptionGets the active list of grid variables.voidsetDataSource(EarthDataReader reader, List variableList) Sets the data source for grid data.
-
Method Details
-
getGridList
Gets the active list of grid variables. -
setDataSource
Sets the data source for grid data.- Parameters:
reader- the reader to use for data variables.variableList- the list of allowed data variable names.
-