|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.wisc.ssec.mcidasv.data.FrameDirectory
public class FrameDirectory
Class FrameDirectory holds information obtained from frame directory files, FRAMEn.p, from McIdas-X
Field Summary | |
---|---|
private int |
AREAnavGRAF
GRAF navigation type |
private int[] |
aux
Navigation block |
private int |
band
Band number |
private int |
cyd
Year and Julian day, ccyyddd |
private int |
eleMag
|
private int |
eleRes
|
private int |
hms
Time, hhmmss |
private int |
lineMag
Magnification factors |
private int |
lineRes
Resolution factors |
private int[] |
nav
Navigation block |
private Date |
nominalTime
time of data in frame |
private String |
sensorName
Sensor source name |
private int |
sensorNumber
Sensor source number |
private int |
uLEle
|
private int |
uLLine
Upper-left corner satellite coordinates |
Constructor Summary | |
---|---|
FrameDirectory()
Constructor |
|
FrameDirectory(FrameDirectory that)
Copy constructor |
|
FrameDirectory(int[] directory)
Constructor |
Method Summary | |
---|---|
int |
getBand()
Get band. |
int |
getCyd()
Get cyd. |
int |
getEleRes()
|
int[] |
getFrameAux()
|
int[] |
getFrameNav()
|
int |
getHms()
Get hms. |
int |
getLineRes()
|
Date |
getNominalTime()
Get the nominalTime. |
String |
getSensorName()
Get the sensorName. |
int |
getSensorNumber()
Get the sensorNumber. |
int |
getULEle()
|
int |
getULLine()
|
private String |
navIntToString(int navInt)
Print the nav type |
void |
setBand(int newBand)
Set band. |
void |
setCyd(int newCyd)
Set cyd. |
void |
setHms(int newHms)
Set hms. |
void |
setSensorName(String newName)
Set sensorName. |
String |
toString()
Get a String representation of this object |
private int[] |
transformGRAFIntoRECT(int[] nav)
Since GRAF is not a real data projection, try to munge it into RECT for VisAD |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private Date nominalTime
private String sensorName
private int sensorNumber
private int cyd
private int hms
private int band
private int uLLine
private int uLEle
private int lineMag
private int eleMag
private int lineRes
private int eleRes
private int[] nav
private int[] aux
private int AREAnavGRAF
Constructor Detail |
---|
public FrameDirectory()
public FrameDirectory(FrameDirectory that)
that
- The FrameDirectory to copypublic FrameDirectory(int[] directory)
directory
- frame directory from McIdax-XMethod Detail |
---|
public Date getNominalTime()
public String getSensorName()
public int getSensorNumber()
public int getCyd()
public int getHms()
public int getBand()
public void setSensorName(String newName)
newName
- The new vaue for sensorName.public void setCyd(int newCyd)
newCyd
- The new vaue for cyd.public void setHms(int newHms)
newHms
- The new vaue for hms.public void setBand(int newBand)
newBand
- The new vaue for band.public String toString()
toString
in class Object
public int[] getFrameNav()
public int[] getFrameAux()
public int getLineRes()
public int getEleRes()
public int getULLine()
public int getULEle()
private String navIntToString(int navInt)
private int[] transformGRAFIntoRECT(int[] nav)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |