| Package | Description |
|---|---|
| edu.wisc.ssec.mcidas | |
| edu.wisc.ssec.mcidas.adde |
| Modifier and Type | Class and Description |
|---|---|
class |
AreaFileException
AreaFileException class is to handle exceptions when dealing
with McIDAS "AREA" files. |
class |
CalibratorException
CalibratorException class is to handle exceptions when calibrating
data. |
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList |
GridDirectoryList.getDirs()
returns the directory blocks for the requested grids.
|
static AREAnav |
AREAnav.makeAreaNav(int[] navBlock)
Return an AREAnav based on the input nav block.
|
static AREAnav |
AREAnav.makeAreaNav(int[] navBlock,
int[] auxBlock) |
| Constructor and Description |
|---|
EnhancementTable(java.io.File file)
Construct an enhancement table from a file object.
|
EnhancementTable(java.lang.String source)
Construct an enhancement table from a local disk file or
URL.
|
EnhancementTable(java.net.URL url)
Construct an enhancement table from a remote URL object.
|
GridDirectory(int[] dirblock)
Construct a GridDirectory from the grid directory block.
|
GridDirectoryList(java.lang.String gridSource)
Creates an GridDirectory object that allows reading
of McIDAS 'grids' from an ADDE server
|
GridDirectoryList(java.net.URL url)
creates an GridDirectory object that allows reading
of the directory of McIDAS 'grid' files from a URL
|
GRIDnav(int[] gridDirBlock)
Construct a new GRIDnav from a grid directory block
|
| Modifier and Type | Class and Description |
|---|---|
class |
AddeException
AddeException class is to handle exceptions when dealing
with ADDE access to data. |