Package | Description |
---|---|
ucar.unidata.data.imagery |
DataSource classes and utilities for imagery (e.g., satellite,
Level III radar) data.
|
ucar.unidata.idv.chooser.adde |
Modifier and Type | Method and Description |
---|---|
static int |
BandInfo.findIndexByName(java.lang.String desc,
java.util.List<BandInfo> bandinfos)
Find the index in the list of the first band with the band description.
|
static int |
BandInfo.findIndexByNumber(int band,
java.util.List<BandInfo> bandinfos)
Find the index in the list of the first band with the band number.
|
Constructor and Description |
---|
BandInfo(BandInfo that)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
java.util.List<BandInfo> |
AddeImageChooser.getSelectedBandInfos()
Get the list of BandInfos for the current selected images
|