Uses of Class
com.bbn.openmap.plugin.AbstractPlugIn

Packages that use AbstractPlugIn
com.bbn.openmap.plugin Provides support for writing OpenMap PlugIns. 
com.bbn.openmap.plugin.earthImage This package contains a plugin that can read in an image, assumed to be in the Mercator projection and covering the entire Earth, and warp it to any OpenMap projection. 
com.bbn.openmap.plugin.esri A PlugIn package that handles ESRI shape files. 
com.bbn.openmap.plugin.graphicLoader The GraphicLoader PlugIn package is designed to provide support for GraphicLoaders, which in turn are objects that need to drive changes in OMGraphics over a map. 
com.bbn.openmap.plugin.shis This package contains a plugin that can fetch images from a com.bbn.openmap.image.SimpleHttpImageServer. 
com.bbn.openmap.plugin.wms This package contains a plugin that can contact, retrieve and display the image received from an OpenGIS Web Map Server (WMS). 
 

Uses of AbstractPlugIn in com.bbn.openmap.plugin
 

Subclasses of AbstractPlugIn in com.bbn.openmap.plugin
 class BeanContextAbstractPlugIn
          This class is an abstract implementation of the PlugIn.
 class CSVTiledImagePlugIn
          This PlugIn can be used to load image files for background use.
 class OMGraphicHandlerPlugIn
          A PlugIn that implements the OMGraphicHandler interface.
 class UTMGridPlugIn
          The UTMGridPlugIn renders UTM Zone areas, and renders a grid marking equal-distance areas around the center of the current projection.
 class WebImagePlugIn
          This class asks for an image from a web server.
 

Uses of AbstractPlugIn in com.bbn.openmap.plugin.earthImage
 

Subclasses of AbstractPlugIn in com.bbn.openmap.plugin.earthImage
 class EarthImagePlugIn
          This class takes an image of the earth, and creates a background image from it that matches an OpenMap projection.
 

Uses of AbstractPlugIn in com.bbn.openmap.plugin.esri
 

Subclasses of AbstractPlugIn in com.bbn.openmap.plugin.esri
 class EsriPlugIn
          EsriPlugIn loads Esri shape file sets from web servers or local file systems, and it enables the creation of shape file sets.
 

Uses of AbstractPlugIn in com.bbn.openmap.plugin.graphicLoader
 

Subclasses of AbstractPlugIn in com.bbn.openmap.plugin.graphicLoader
 class GraphicLoaderPlugIn
          A GraphicLoaderPlugIn is a PlugIn that receives its OMGraphics from some other source, at any time.
 

Uses of AbstractPlugIn in com.bbn.openmap.plugin.shis
 

Subclasses of AbstractPlugIn in com.bbn.openmap.plugin.shis
 class SHISPlugIn
          This class asks for an image from a SimpleHttpImageServer.
 

Uses of AbstractPlugIn in com.bbn.openmap.plugin.wms
 

Subclasses of AbstractPlugIn in com.bbn.openmap.plugin.wms
 class WMSPlugIn
          This class asks for an image from an OpenGIS compliant Web Map Server (WMS).
 



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