|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.views.maps.format.cadrg.IlvCADRGTocReader
public class IlvCADRGTocReader
This reader reads the table of contents of a CADRG file.
The table of contents is usually located in a directory called
CADRG/RPF and is named A.TOC.
The table of contents of the CADRG product contains information about
the CADRG coverages stored in the data base.
| Constructor Summary | |
|---|---|
IlvCADRGTocReader(String fileName)
Creates an instance of IlvCADRGTocReader and reads the table
of contents. |
|
IlvCADRGTocReader(URL url)
Creates an instance of IlvCADRGTocReader for the specified
URL and reads the table of contents. |
|
| Method Summary | |
|---|---|
void |
dispose()
Releases the resources allocated by the reader. |
void |
finalize()
Enables the Java Garbage Collector to release the resources allocated by the reader. |
IlvCADRGCoverage[] |
getCoverages()
Returns the coverages of the CADRG data base. |
Enumeration |
getLegendFrames()
Returns the list of the frames that are located in the LEGEND directory. |
Enumeration |
getOverviewFrames()
Returns the list of overview frames that are located in the CADRG main directory. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IlvCADRGTocReader(String fileName)
throws FileNotFoundException,
IOException,
IlvMapFormatException
IlvCADRGTocReader and reads the table
of contents.
fileName - The name of the file containing the CADRG table of contents.
FileNotFoundException - if the file cannot be opened.
IOException - if an I/O error occurs.
IlvMapFormatException - if the file is not a CADRG file.
public IlvCADRGTocReader(URL url)
throws IOException,
IlvMapFormatException
IlvCADRGTocReader for the specified
URL and reads the table of contents.
url - The URL of the file containing the CADRG table of contents.
FileNotFoundException - if the file cannot be opened.
IOException - if an I/O error occurs.
IlvMapFormatException - if the file is not a CADRG file.| Method Detail |
|---|
public Enumeration getLegendFrames()
LEGEND directory.
IlvCADRGFrame.public Enumeration getOverviewFrames()
CADRG main directory.
IlvCADRGFrame .public IlvCADRGCoverage[] getCoverages()
public void dispose()
public void finalize()
finalize in class Object
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||