Package | Description |
---|---|
ucar.unidata.data |
The data package.
|
ucar.unidata.data.imagery |
DataSource classes and utilities for imagery (e.g., satellite,
Level III radar) data.
|
ucar.unidata.data.point |
DataSource classes and utilities for point (e.g., surface) data.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<DataSelectionComponent> |
DataSourceImpl.getDataSelectionComponents(DataChoice dataChoice)
A hook to allow this data source to add data selection components
to the IDV field selector
|
java.util.List<DataSelectionComponent> |
DataSource.getDataSelectionComponents(DataChoice dataChoice)
Returns a list of DataSelectionComponents that are shown in the field selector
|
Modifier and Type | Method and Description |
---|---|
protected void |
DataSourceImpl.initDataSelectionComponents(java.util.List<DataSelectionComponent> components,
DataChoice dataChoice)
Add any data selection components
|
Modifier and Type | Class and Description |
---|---|
class |
AddeImageAdvancedPanel
Created with IntelliJ IDEA.
|
class |
AddeImageDataSelection.AddeImageAdvancedPanel
Class description
|
class |
AddeImageDataSelection.AddeImagePreviewPanel
Class description
|
class |
AddeImagePreviewPanel
Created with IntelliJ IDEA.
|
class |
AddeImageSelection
The Class SatImageSelection.
|
Modifier and Type | Class and Description |
---|---|
static class |
PointDataSource.PlotModelSelectionComponent
Class PlotModelSelectionComponent holds plot (layout) model.
|
Modifier and Type | Method and Description |
---|---|
protected void |
PointDataSource.initDataSelectionComponents(java.util.List<DataSelectionComponent> components,
DataChoice dataChoice)
Add the GridParameters for the field selector
|