Uses of Interface
com.bbn.openmap.io.Closable

Packages that use Closable
com.bbn.openmap.dataAccess.dted   
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.vpf This package contains code for dealing with NIMA data distributed in Vector Product Format. 
 

Uses of Closable in com.bbn.openmap.dataAccess.dted
 

Classes in com.bbn.openmap.dataAccess.dted that implement Closable
 class DTEDFrame
          The DTEDFrame is the representation of the DTED (Digital Terrain Elevation Data) data from a single dted data file.
 

Uses of Closable in com.bbn.openmap.io
 

Methods in com.bbn.openmap.io with parameters of type Closable
static void BinaryFile.addClosable(Closable it)
          Add an object that can be closed if needed.
static void BinaryFile.removeClosable(Closable it)
          Remove an object from the closable list.
 

Uses of Closable in com.bbn.openmap.layer.dted
 

Classes in com.bbn.openmap.layer.dted that implement Closable
 class DTEDSubframedFrame
          The DTEDSubframedFrame is the representation of the DTED (Digital Terrain Elevation Data) data from a single dted data file.
 

Uses of Closable in com.bbn.openmap.layer.vpf
 

Classes in com.bbn.openmap.layer.vpf that implement Closable
 class FeatureClassInfo
          This class wraps a feature type file (potext.tft, polbndl.lft, etc) from VPF.
 



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