|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.bbn.openmap.layer.rpf.RpfTocEntry
Reads and holds an entry in the RPF table of contents file.
| Field Summary | |
boolean |
Cib
|
java.lang.String |
compressionRatio
|
RpfCoverageBox |
coverage
|
RpfFrameEntry[][] |
frames
|
int |
horizFrames
|
double |
horizInterval
Degrees/pixel. |
double |
horizResolution
meters/pixel. |
RpfProductInfo |
info
Not determined at readtime. |
java.lang.String |
producer
|
java.lang.String |
scale
|
char |
version
|
int |
vertFrames
|
double |
vertInterval
Degrees/pixel. |
double |
vertResolution
meters/pixel. |
char |
zone
|
| Constructor Summary | |
RpfTocEntry(BinaryFile binFile,
int entryNumber)
|
|
RpfTocEntry(BinaryFile binFile,
int TOCNumber,
int entryNumber)
|
|
| Method Summary | |
void |
read(BinaryFile binFile)
|
void |
setInfo(java.lang.String seriesCode)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public double vertInterval
public double horizInterval
public double vertResolution
public double horizResolution
public int horizFrames
public int vertFrames
public RpfFrameEntry[][] frames
public char zone
public char version
public boolean Cib
public java.lang.String compressionRatio
public java.lang.String producer
public java.lang.String scale
public RpfCoverageBox coverage
public RpfProductInfo info
| Constructor Detail |
public RpfTocEntry(BinaryFile binFile,
int entryNumber)
throws java.io.EOFException,
FormatException
public RpfTocEntry(BinaryFile binFile,
int TOCNumber,
int entryNumber)
throws java.io.EOFException,
FormatException
| Method Detail |
public void setInfo(java.lang.String seriesCode)
public void read(BinaryFile binFile)
throws java.io.EOFException,
FormatException
java.io.EOFException
FormatExceptionpublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||