public interface GridContainerOverlay
GridContainerOverlay
interface marks overlays
that use one or more Grid
objects to display their
graphics.Modifier and Type | Method and Description |
---|---|
java.util.List<Grid> |
getGridList()
Gets the active list of grid variables.
|
void |
setDataSource(EarthDataReader reader,
java.util.List variableList)
Sets the data source for grid data.
|
java.util.List<Grid> getGridList()
void setDataSource(EarthDataReader reader, java.util.List variableList)
reader
- the reader to use for data variables.variableList
- the list of allowed data variable names.