|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AreaFile | |
|---|---|
| edu.wisc.ssec.mcidas | |
| visad.data.mcidas | Provides for importing McIDAS AREA files and McIDAS base map (OUTL) files into VisAD. |
| Uses of AreaFile in edu.wisc.ssec.mcidas |
|---|
| Methods in edu.wisc.ssec.mcidas that return AreaFile | |
|---|---|
static AreaFile |
McIDASUtil.getAreaFile(String filename)
De-serialize an AreaFile object from disk |
static AreaFile |
AreaFileFactory.getAreaFileInstance(String src)
Create an initialized AreaFile instance. |
static AreaFile |
AreaFileFactory.getAreaFileInstance(String fpath,
int startLine,
int numLines,
int lineMag,
int startElem,
int numEles,
int eleMag,
int band)
See AreaFile(String, int, int, int, int, int, int, int) |
static AreaFile |
AreaFileFactory.getAreaFileInstance(URL url)
Create an initialized AreaFile instance. |
| Methods in edu.wisc.ssec.mcidas with parameters of type AreaFile | |
|---|---|
static boolean |
McIDASUtil.putAreaFile(String filename,
AreaFile af)
Serialize an AreaFile object to disk |
| Uses of AreaFile in visad.data.mcidas |
|---|
| Methods in visad.data.mcidas that return AreaFile | |
|---|---|
AreaFile |
AreaAdapter.getAreaFile()
Get the instance of the AreaFile used herein. |
| Constructors in visad.data.mcidas with parameters of type AreaFile | |
|---|---|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||