|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use com.bbn.openmap.io | |
com.bbn.openmap.dataAccess.dted | |
com.bbn.openmap.dataAccess.iso8211 | This is a package containing classes that parse ISO 8211 files. |
com.bbn.openmap.io | This package provides classes that let you read data from local files, URLs and resources, using the BinaryFile and BinaryBufferedFile. |
com.bbn.openmap.layer.nitf | Provides utility code for dealing with data in NITF (National Imagery Transmission Format) data. |
com.bbn.openmap.layer.rpf | Provides a layer that displays RPF (Raster Product Format) data. |
com.bbn.openmap.layer.shape | Provides an OpenMap layer for dealing with shape files. |
com.bbn.openmap.layer.vpf | This package contains code for dealing with NIMA data distributed in Vector Product Format. |
com.bbn.openmap.plugin | Provides support for writing OpenMap PlugIns. |
com.bbn.openmap.tools.symbology.milStd2525 | This package provides a way to create MIL-STD-2525B compliant symbols. |
Classes in com.bbn.openmap.io used by com.bbn.openmap.dataAccess.dtedBinaryFile
|
The BinaryFile is the standard object used to access data files. Closable
|
Objects that implement this interface can be registered with BinaryFile to have associated file resources closed when file limits are hit. FormatException
|
This class is used for exceptions that result from some format errors of the data when using the BinaryFile. |
Classes in com.bbn.openmap.io used by com.bbn.openmap.dataAccess.iso8211BinaryFile
|
The BinaryFile is the standard object used to access data files. |
Classes in com.bbn.openmap.io used by com.bbn.openmap.ioBinaryBufferedFile
|
This class extends the BinaryFile class, doing buffered reads on the underlying input file. BinaryFile
|
The BinaryFile is the standard object used to access data files. Closable
|
Objects that implement this interface can be registered with BinaryFile to have associated file resources closed when file limits are hit. FormatException
|
This class is used for exceptions that result from some format errors of the data when using the BinaryFile. InputReader
|
The InputReader is an interface that isolates the data file source type from the BinaryFile. StreamInputReader
|
An Abstract InputReader to handle reading data from streams, where seeking to a place in the file in front of the current pointer involves closing the stream, and re-seeking from the beginning. |
Classes in com.bbn.openmap.io used by com.bbn.openmap.layer.nitfBinaryFile
|
The BinaryFile is the standard object used to access data files. |
Classes in com.bbn.openmap.io used by com.bbn.openmap.layer.rpfBinaryFile
|
The BinaryFile is the standard object used to access data files. FormatException
|
This class is used for exceptions that result from some format errors of the data when using the BinaryFile. |
Classes in com.bbn.openmap.io used by com.bbn.openmap.layer.shapeBinaryBufferedFile
|
This class extends the BinaryFile class, doing buffered reads on the underlying input file. CSVFile
|
The CSVFile holds on to the contents of a CSV file. FormatException
|
This class is used for exceptions that result from some format errors of the data when using the BinaryFile. |
Classes in com.bbn.openmap.io used by com.bbn.openmap.layer.vpfBinaryFile
|
The BinaryFile is the standard object used to access data files. Closable
|
Objects that implement this interface can be registered with BinaryFile to have associated file resources closed when file limits are hit. FormatException
|
This class is used for exceptions that result from some format errors of the data when using the BinaryFile. |
Classes in com.bbn.openmap.io used by com.bbn.openmap.pluginCSVFile
|
The CSVFile holds on to the contents of a CSV file. |
Classes in com.bbn.openmap.io used by com.bbn.openmap.tools.symbology.milStd2525FormatException
|
This class is used for exceptions that result from some format errors of the data when using the BinaryFile. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |