public class RpfTocEntry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
RpfTocEntry(BinaryFile binFile,
int entryNumber) |
RpfTocEntry(BinaryFile binFile,
int TOCNumber,
int entryNumber) |
Modifier and Type | Method and Description |
---|---|
protected RpfFrameEntry |
getFrame(int row,
int column) |
protected RpfFrameEntry[][] |
getFrames() |
protected boolean |
isFramesLoaded() |
void |
read(BinaryFile binFile) |
void |
setInfo(java.lang.String seriesCode) |
java.lang.String |
toString() |
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
public RpfTocEntry(BinaryFile binFile, int entryNumber) throws java.io.EOFException, FormatException
java.io.EOFException
FormatException
public RpfTocEntry(BinaryFile binFile, int TOCNumber, int entryNumber) throws java.io.EOFException, FormatException
java.io.EOFException
FormatException
public void setInfo(java.lang.String seriesCode)
public void read(BinaryFile binFile) throws java.io.EOFException, FormatException
java.io.EOFException
FormatException
protected boolean isFramesLoaded()
protected RpfFrameEntry[][] getFrames()
protected RpfFrameEntry getFrame(int row, int column)
public java.lang.String toString()
toString
in class java.lang.Object
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details