|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectucar.nc2.iosp.adde.AreaFile3
public class AreaFile3
AreaFile interface with McIDAS 'area' file format image data. The data is made into an ucar.ma2.Array object. This will allow 'area' format data to be read from disk; the navigation block is made available (see GVARnav for example). This implementation does not do calibration (other than accounting for its presence in the data). Also, the 'valcode' is not checked on each line.
Constructor Summary | |
---|---|
AreaFile3(String urlString)
Creates an AreaFile object that allows reading of McIDAS 'area' file format image data from a URL |
Method Summary | |
---|---|
edu.wisc.ssec.mcidas.AreaDirectory |
getAreaDirectory()
Returns the AreaDirectory object for this AreaFile |
edu.wisc.ssec.mcidas.AREAnav |
getAreaNavigation()
Return an AREAnav based on the input nav block. |
int[] |
getAux()
Returns AUX block |
Rectangle2D |
getBoundingBox()
|
int[] |
getCal()
Returns calibration block |
Array |
getData()
|
int[] |
getDir()
Returns the directory block |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AreaFile3(String urlString) throws IOException, MalformedURLException
urlString
- - the adde url String
IOException
MalformedURLException
Method Detail |
---|
public Array getData()
public int[] getDir()
public edu.wisc.ssec.mcidas.AreaDirectory getAreaDirectory()
public int[] getCal() throws edu.wisc.ssec.mcidas.AreaFileException
edu.wisc.ssec.mcidas.AreaFileException
- if there is a problem
reading the calibrationpublic int[] getAux() throws edu.wisc.ssec.mcidas.AreaFileException
edu.wisc.ssec.mcidas.AreaFileException
- if there is a problem
reading the aux blockpublic edu.wisc.ssec.mcidas.AREAnav getAreaNavigation() throws edu.wisc.ssec.mcidas.AreaFileException
edu.wisc.ssec.mcidas.AreaFileException
public Rectangle2D getBoundingBox() throws edu.wisc.ssec.mcidas.AreaFileException
edu.wisc.ssec.mcidas.AreaFileException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |