Uses of Package
com.bbn.openmap.io

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.dataAccess.shape This package provides read and write access to ESRI shape files, including the .shp, .dbf and .shx 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.dted Provides a layer that displays DTED (Digital Terrain Elevation Data) data. 
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.dted
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.
 

Classes in com.bbn.openmap.io used by com.bbn.openmap.dataAccess.iso8211
BinaryFile
          The BinaryFile is the standard object used to access data files.
 

Classes in com.bbn.openmap.io used by com.bbn.openmap.dataAccess.shape
BinaryBufferedFile
          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.
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.io
BinaryBufferedFile
          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.dted
Closable
          Objects that implement this interface can be registered with BinaryFile to have associated file resources closed when file limits are hit.
 

Classes in com.bbn.openmap.io used by com.bbn.openmap.layer.nitf
BinaryFile
          The BinaryFile is the standard object used to access data files.
 

Classes in com.bbn.openmap.io used by com.bbn.openmap.layer.rpf
BinaryFile
          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.shape
BinaryFile
          The BinaryFile is the standard object used to access data files.
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.vpf
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.
 

Classes in com.bbn.openmap.io used by com.bbn.openmap.plugin
CSVFile
          The CSVFile holds on to the contents of a CSV file.
 

Classes in com.bbn.openmap.io used by com.bbn.openmap.tools.symbology.milStd2525
FormatException
          This class is used for exceptions that result from some format errors of the data when using the BinaryFile.
 



Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details