| Package | Description |
|---|---|
| edu.wisc.ssec.mcidas | |
| visad.data.mcidas |
Provides for importing McIDAS AREA files
and McIDAS base map (OUTL) files into VisAD.
|
| Modifier and Type | Method and Description |
|---|---|
static AreaFile |
McIDASUtil.getAreaFile(java.lang.String filename)
De-serialize an AreaFile object from disk
|
static AreaFile |
AreaFileFactory.getAreaFileInstance(java.lang.String src)
Create an initialized
AreaFile instance. |
static AreaFile |
AreaFileFactory.getAreaFileInstance(java.lang.String fpath,
int startLine,
int numLines,
int lineMag,
int startElem,
int numEles,
int eleMag,
int band)
|
static AreaFile |
AreaFileFactory.getAreaFileInstance(java.net.URL url)
Create an initialized
AreaFile instance. |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
McIDASUtil.putAreaFile(java.lang.String filename,
AreaFile af)
Serialize an AreaFile object to disk
|
| Modifier and Type | Method and Description |
|---|---|
AreaFile |
AreaAdapter.getAreaFile()
Get the instance of the AreaFile used herein.
|
| Constructor and Description |
|---|
AREACoordinateSystem(AreaFile af)
create a AREA coordinate system from the Area file's
directory and navigation blocks.
|
AREACoordinateSystem(RealTupleType ref,
AreaFile af)
create a AREA coordinate system from the Area file's
directory and navigation blocks.
|