Uses of Package
com.bbn.openmap.omGraphics.event

Packages that use com.bbn.openmap.omGraphics.event
com.bbn.openmap.gui This package contains the main OpenMap Swing GUI components. 
com.bbn.openmap.gui.time   
com.bbn.openmap.layer Contains OpenMap layers that read and display a variety of data formats, and a few that create their own data for display. 
com.bbn.openmap.layer.asrp   
com.bbn.openmap.layer.daynight Provides an OpenMap layer that displays day/night shading. 
com.bbn.openmap.layer.dted Provides a layer that displays DTED (Digital Terrain Elevation Data) data. 
com.bbn.openmap.layer.e00 This package contains a Layer that displays e00 data. 
com.bbn.openmap.layer.editor This package provides the infrastructure to create layers that provide a Tool interface that controls their content. 
com.bbn.openmap.layer.etopo Provides a layer that displays ETOPO data. 
com.bbn.openmap.layer.event   
com.bbn.openmap.layer.imageTile   
com.bbn.openmap.layer.learn   
com.bbn.openmap.layer.link Provide classes to handle the link protocol: a layer that displays link data, classes to assist in writing a link server, and methods that read and write in the link protocol format. 
com.bbn.openmap.layer.link.amp This package contains a Layer that can use the drawing tool to create certain OMGraphic shapes, which in turn are sent to a LinkServer. 
com.bbn.openmap.layer.link.draw   
com.bbn.openmap.layer.location Provides a layer that can display location data - data that represents a location with a graphic and a name. 
com.bbn.openmap.layer.mif This package contains a Layer that displays MapInfo data (.mif files). 
com.bbn.openmap.layer.mysql   
com.bbn.openmap.layer.nexrad Provides an OpenMap Layer that display Nexrad rainfall data. 
com.bbn.openmap.layer.plotLayer Provide a demo layer for displaying non-geographic data over a map. 
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.shape.areas Provides an extension to the ShapeLayer that deals with attributes files for shapefiles. 
com.bbn.openmap.layer.terrain This package contains the TerrainLayer, which lets you run LOS and path elevation profile queries over the map. 
com.bbn.openmap.layer.test Provides a test layer for OpenMap. 
com.bbn.openmap.layer.vpf This package contains code for dealing with NIMA data distributed in Vector Product Format. 
com.bbn.openmap.omGraphics Provides geographically based graphics classes. 
com.bbn.openmap.omGraphics.event Provides classes for event notification of OMGraphic changes. 
com.bbn.openmap.plugin Provides support for writing OpenMap PlugIns. 
com.bbn.openmap.plugin.esri A PlugIn package that handles ESRI shape files. 
com.bbn.openmap.tools.drawing Provides classes to implement a drawing tool. 
 

Classes in com.bbn.openmap.omGraphics.event used by com.bbn.openmap.gui
SelectionEvent
          An event that a SelectionProvider gives to a SelectionListener, in order to notify it of OMGraphics that have been selected and deselected.
SelectionListener
          An interface defining an object that is interested in receiving SelectionEvents.
 

Classes in com.bbn.openmap.omGraphics.event used by com.bbn.openmap.gui.time
GestureResponsePolicy
          The GestureResponsePolicy interface describes an object that receives interpreted events from a MapMouseInterpreter.
 

Classes in com.bbn.openmap.omGraphics.event used by com.bbn.openmap.layer
GestureResponsePolicy
          The GestureResponsePolicy interface describes an object that receives interpreted events from a MapMouseInterpreter.
MapMouseInterpreter
          A MapMouseInterpreter is an extension of the MapMouseListener that has some understanding how MouseEvents on a Map relate to an OMGraphicList, and what kind of actions should be taken on the OMGraphics on a list.
 

Classes in com.bbn.openmap.omGraphics.event used by com.bbn.openmap.layer.asrp
GestureResponsePolicy
          The GestureResponsePolicy interface describes an object that receives interpreted events from a MapMouseInterpreter.
 

Classes in com.bbn.openmap.omGraphics.event used by com.bbn.openmap.layer.daynight
GestureResponsePolicy
          The GestureResponsePolicy interface describes an object that receives interpreted events from a MapMouseInterpreter.
 

Classes in com.bbn.openmap.omGraphics.event used by com.bbn.openmap.layer.dted
GestureResponsePolicy
          The GestureResponsePolicy interface describes an object that receives interpreted events from a MapMouseInterpreter.
MapMouseInterpreter
          A MapMouseInterpreter is an extension of the MapMouseListener that has some understanding how MouseEvents on a Map relate to an OMGraphicList, and what kind of actions should be taken on the OMGraphics on a list.
 

Classes in com.bbn.openmap.omGraphics.event used by com.bbn.openmap.layer.e00
GestureResponsePolicy
          The GestureResponsePolicy interface describes an object that receives interpreted events from a MapMouseInterpreter.
 

Classes in com.bbn.openmap.omGraphics.event used by com.bbn.openmap.layer.editor
GestureResponsePolicy
          The GestureResponsePolicy interface describes an object that receives interpreted events from a MapMouseInterpreter.
MapMouseInterpreter
          A MapMouseInterpreter is an extension of the MapMouseListener that has some understanding how MouseEvents on a Map relate to an OMGraphicList, and what kind of actions should be taken on the OMGraphics on a list.
StandardMapMouseInterpreter
          The StandardMapMouseInterpreter is a basic implementation of the MapMouseInterpreter, working with an OMGraphicHandlerLayer to handle MouseEvents on it.
 

Classes in com.bbn.openmap.omGraphics.event used by com.bbn.openmap.layer.etopo
GestureResponsePolicy
          The GestureResponsePolicy interface describes an object that receives interpreted events from a MapMouseInterpreter.
 

Classes in com.bbn.openmap.omGraphics.event used by com.bbn.openmap.layer.event
GestureResponsePolicy
          The GestureResponsePolicy interface describes an object that receives interpreted events from a MapMouseInterpreter.
 

Classes in com.bbn.openmap.omGraphics.event used by com.bbn.openmap.layer.imageTile
GestureResponsePolicy
          The GestureResponsePolicy interface describes an object that receives interpreted events from a MapMouseInterpreter.
 

Classes in com.bbn.openmap.omGraphics.event used by com.bbn.openmap.layer.learn
GestureResponsePolicy
          The GestureResponsePolicy interface describes an object that receives interpreted events from a MapMouseInterpreter.
 

Classes in com.bbn.openmap.omGraphics.event used by com.bbn.openmap.layer.link
GestureResponsePolicy
          The GestureResponsePolicy interface describes an object that receives interpreted events from a MapMouseInterpreter.
 

Classes in com.bbn.openmap.omGraphics.event used by com.bbn.openmap.layer.link.amp
GestureResponsePolicy
          The GestureResponsePolicy interface describes an object that receives interpreted events from a MapMouseInterpreter.
 

Classes in com.bbn.openmap.omGraphics.event used by com.bbn.openmap.layer.link.draw
GestureResponsePolicy
          The GestureResponsePolicy interface describes an object that receives interpreted events from a MapMouseInterpreter.
 

Classes in com.bbn.openmap.omGraphics.event used by com.bbn.openmap.layer.location
GestureResponsePolicy
          The GestureResponsePolicy interface describes an object that receives interpreted events from a MapMouseInterpreter.
 

Classes in com.bbn.openmap.omGraphics.event used by com.bbn.openmap.layer.mif
GestureResponsePolicy
          The GestureResponsePolicy interface describes an object that receives interpreted events from a MapMouseInterpreter.
 

Classes in com.bbn.openmap.omGraphics.event used by com.bbn.openmap.layer.mysql
GestureResponsePolicy
          The GestureResponsePolicy interface describes an object that receives interpreted events from a MapMouseInterpreter.
 

Classes in com.bbn.openmap.omGraphics.event used by com.bbn.openmap.layer.nexrad
GestureResponsePolicy
          The GestureResponsePolicy interface describes an object that receives interpreted events from a MapMouseInterpreter.
 

Classes in com.bbn.openmap.omGraphics.event used by com.bbn.openmap.layer.plotLayer
GestureResponsePolicy
          The GestureResponsePolicy interface describes an object that receives interpreted events from a MapMouseInterpreter.
 

Classes in com.bbn.openmap.omGraphics.event used by com.bbn.openmap.layer.rpf
GestureResponsePolicy
          The GestureResponsePolicy interface describes an object that receives interpreted events from a MapMouseInterpreter.
 

Classes in com.bbn.openmap.omGraphics.event used by com.bbn.openmap.layer.shape
GestureResponsePolicy
          The GestureResponsePolicy interface describes an object that receives interpreted events from a MapMouseInterpreter.
 

Classes in com.bbn.openmap.omGraphics.event used by com.bbn.openmap.layer.shape.areas
GestureResponsePolicy
          The GestureResponsePolicy interface describes an object that receives interpreted events from a MapMouseInterpreter.
 

Classes in com.bbn.openmap.omGraphics.event used by com.bbn.openmap.layer.terrain
GestureResponsePolicy
          The GestureResponsePolicy interface describes an object that receives interpreted events from a MapMouseInterpreter.
 

Classes in com.bbn.openmap.omGraphics.event used by com.bbn.openmap.layer.test
GestureResponsePolicy
          The GestureResponsePolicy interface describes an object that receives interpreted events from a MapMouseInterpreter.
 

Classes in com.bbn.openmap.omGraphics.event used by com.bbn.openmap.layer.vpf
GestureResponsePolicy
          The GestureResponsePolicy interface describes an object that receives interpreted events from a MapMouseInterpreter.
 

Classes in com.bbn.openmap.omGraphics.event used by com.bbn.openmap.omGraphics
EOMGEvent
          The EOMGEvent describes a change in state of an EditableOMGraphic.
EOMGListener
           
EOMGListenerSupport
          This is a utility class that can be used by beans that need support for handling EOMGListeners and calling the EOMGListener method.
 

Classes in com.bbn.openmap.omGraphics.event used by com.bbn.openmap.omGraphics.event
EOMGEvent
          The EOMGEvent describes a change in state of an EditableOMGraphic.
GestureResponsePolicy
          The GestureResponsePolicy interface describes an object that receives interpreted events from a MapMouseInterpreter.
MapMouseInterpreter
          A MapMouseInterpreter is an extension of the MapMouseListener that has some understanding how MouseEvents on a Map relate to an OMGraphicList, and what kind of actions should be taken on the OMGraphics on a list.
SelectionEvent
          An event that a SelectionProvider gives to a SelectionListener, in order to notify it of OMGraphics that have been selected and deselected.
SelectionListener
          An interface defining an object that is interested in receiving SelectionEvents.
StandardMapMouseInterpreter
          The StandardMapMouseInterpreter is a basic implementation of the MapMouseInterpreter, working with an OMGraphicHandlerLayer to handle MouseEvents on it.
StandardMapMouseInterpreter.GeometryOfInterest
          Helper class used to keep track of OMGraphics of interest.
StandardMapMouseInterpreter.MouseTimerListener
          The definition of the listener that calls updateMouseMoved when the timer goes off.
 

Classes in com.bbn.openmap.omGraphics.event used by com.bbn.openmap.plugin
GestureResponsePolicy
          The GestureResponsePolicy interface describes an object that receives interpreted events from a MapMouseInterpreter.
 

Classes in com.bbn.openmap.omGraphics.event used by com.bbn.openmap.plugin.esri
GestureResponsePolicy
          The GestureResponsePolicy interface describes an object that receives interpreted events from a MapMouseInterpreter.
 

Classes in com.bbn.openmap.omGraphics.event used by com.bbn.openmap.tools.drawing
EOMGEvent
          The EOMGEvent describes a change in state of an EditableOMGraphic.
EOMGListener
           
SelectionListener
          An interface defining an object that is interested in receiving SelectionEvents.
SelectionProvider
          An interface to define an object that can generate SelectionEvents for OMGraphics.
SelectionSupport
          A class to help SelectionProviders manage SelectionListeners, and to help with firing SelectionEvents to those listeners.
 



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