| Package | Description |
|---|---|
| edu.wisc.ssec.mcidas | |
| visad.data.hrit | |
| visad.data.mcidas |
Provides for importing McIDAS AREA files
and McIDAS base map (OUTL) files into VisAD.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ABISnav
The ABISnav class creates the ability to navigate ABIS
image data.
|
class |
GEOSnav |
class |
GMSXnav
This class implements GMSX navigation.
|
class |
GOESnav
Navigation class for GOES (GOES D-H) type nav.
|
class |
GVARnav
The GVARnav class creates the ability to navigate GVAR
image data.
|
class |
KALPnav
The KALPnav class creates the ability to navigate KALP
image data.
|
class |
LALOnav
Navigation class for Radar (RECT) type nav.
|
class |
LAMBnav
Navigation class for Lambert Conformal (LAMB) type nav.
|
class |
MERCnav
Navigation class for Mercator (MERC) type nav.
|
class |
MOLLnav
Navigation class for Mollweide (MOLL) type nav.
|
class |
MSATnav
Navigation class for Meteosat (MSAT) type nav.
|
class |
MSGnav
Navigation class for MSG type nav.
|
class |
MSGTnav
Navigation class for MSG type nav.
|
class |
PSnav
Navigation class for Polar Stereographic (PS) type nav.
|
class |
RADRnav
Navigation class for Radar (RADR) type nav.
|
class |
RECTnav
Navigation class for Radar (RECT) type nav.
|
class |
SINUnav |
class |
TANCnav
Navigation class for tangent cone (TANC) type nav.
|
| Modifier and Type | Method and Description |
|---|---|
AREAnav |
AreaFile.getNavigation()
Get the navigation, and pre-set it
for the ImageStart and Res (from Directory block), and
the file start (0,0), and Mag (1,1).
|
static AREAnav |
AREAnav.makeAreaNav(int[] navBlock)
Return an AREAnav based on the input nav block.
|
static AREAnav |
AREAnav.makeAreaNav(int[] navBlock,
int[] auxBlock) |
| Modifier and Type | Field and Description |
|---|---|
protected AREAnav |
HRITCoordinateSystem.anav |
| Modifier and Type | Method and Description |
|---|---|
protected AREAnav |
HRITCoordinateSystem.getAreaNav()
This is used by the methods that do the work and can be overridden
by a derived class to do a lazy instantiation of the coordinate system.
|
| Modifier and Type | Field and Description |
|---|---|
protected AREAnav |
AREACoordinateSystem.anav |
| Modifier and Type | Method and Description |
|---|---|
protected AREAnav |
AREACoordinateSystem.getAreaNav()
This is used by the methods that do the work and can be overwritten
by a derived class to do a lazy instantiation of the coordinate system.
|