Uses of Class
com.bbn.openmap.omGraphics.OMAction

Packages that use OMAction
com.bbn.openmap.dataAccess.mapTile   
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.graphicLoader The GraphicLoader package is designed to provide support for components that need to drive changes in OMGraphics over a map. 
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.editor This package provides the infrastructure to create layers that provide a Tool interface that controls their content. 
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.test Provides a test layer for OpenMap. 
com.bbn.openmap.omGraphics Provides geographically based graphics classes. 
com.bbn.openmap.plugin Provides support for writing OpenMap PlugIns. 
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.tools.drawing Provides classes to implement a drawing tool. 
 

Uses of OMAction in com.bbn.openmap.dataAccess.mapTile
 

Methods in com.bbn.openmap.dataAccess.mapTile with parameters of type OMAction
 void MapTileMakerComponent.drawingComplete(OMGraphic omg, OMAction action)
          Called by the drawing tool when editing is complete.
 void ZoomLevelMakerFace.handleBoundary(OMGraphic omg, OMAction action)
          Called from MapTileMakerComponent if this is the active ZLIF when the drawing tool completes, assigning the boundary to this ZLIF (or whatever action is provided).
 

Uses of OMAction in com.bbn.openmap.dataAccess.shape
 

Methods in com.bbn.openmap.dataAccess.shape with parameters of type OMAction
 void DbfTableModel.doAction(OMGraphicList list, OMGraphic graphic, OMAction action, DbfTableModelFactory dbfFactory)
           
 

Uses of OMAction in com.bbn.openmap.graphicLoader
 

Methods in com.bbn.openmap.graphicLoader with parameters of type OMAction
 void LOSGraphicLoader.drawingComplete(OMGraphic omg, OMAction action)
          The method where a graphic, and an action to take on the graphic, arrives.
 

Uses of OMAction in com.bbn.openmap.gui.time
 

Methods in com.bbn.openmap.gui.time with parameters of type OMAction
 void TimelineLayer.drawingComplete(OMGraphic omg, OMAction action)
           
 

Uses of OMAction in com.bbn.openmap.layer
 

Methods in com.bbn.openmap.layer with parameters of type OMAction
 boolean OMGraphicHandlerLayer.doAction(OMGraphic graphic, OMAction action)
          Perform the OMAction on the OMGraphic, within the OMGraphicList contained in the layer.
 void DrawingToolLayer.drawingComplete(OMGraphic omg, OMAction action)
          DrawingToolRequestor method.
 void DemoLayer.drawingComplete(OMGraphic omg, OMAction action)
          Called when the DrawingTool is complete, providing the layer with the modified OMGraphic.
 

Uses of OMAction in com.bbn.openmap.layer.editor
 

Methods in com.bbn.openmap.layer.editor with parameters of type OMAction
 void EditorTool.drawingComplete(OMGraphic omg, OMAction action)
          Method where the EditorLayer lets the tool know that the editing function has come full circle, so the user interface can be adjusted.
 void EditorLayer.drawingComplete(OMGraphic omg, OMAction action)
          DrawingToolRequestor method.
 void DrawingEditorTool.drawingComplete(OMGraphic omg, OMAction action)
          When a graphic is complete, the drawing tool gets ready to make another.
 void AbstractEditorTool.drawingComplete(OMGraphic omg, OMAction action)
          Method where the EditorLayer lets the tool know that the editing function has come full circle, so the user interface can be adjusted.
 

Uses of OMAction in com.bbn.openmap.layer.link
 

Methods in com.bbn.openmap.layer.link with parameters of type OMAction
 void LinkLayer.drawingComplete(OMGraphic omg, OMAction action)
           
 

Uses of OMAction in com.bbn.openmap.layer.link.amp
 

Methods in com.bbn.openmap.layer.link.amp with parameters of type OMAction
 void AmpLinkLayer.drawingComplete(OMGraphic omg, OMAction action)
           
 

Uses of OMAction in com.bbn.openmap.layer.test
 

Methods in com.bbn.openmap.layer.test with parameters of type OMAction
 void GeoIntersectionLayer.drawingComplete(OMGraphic omg, OMAction action)
           
 void GeoCrossDemoLayer.drawingComplete(OMGraphic omg, OMAction action)
           
 void BoundsTestLayer.drawingComplete(OMGraphic omg, OMAction action)
           
 

Uses of OMAction in com.bbn.openmap.omGraphics
 

Methods in com.bbn.openmap.omGraphics with parameters of type OMAction
 boolean OMGraphicHandler.doAction(OMGraphic graphic, OMAction action)
          Allows the OMGraphicHandler to receive graphics or take some action on one.
 boolean FilterSupport.doAction(OMGraphic graphic, OMAction action)
          Allows the OMGraphicHandler to receive graphics or take some action on one.
 void OMList.doAction(T graphic, OMAction action)
          Perform an action on the provided geometry.
 

Uses of OMAction in com.bbn.openmap.plugin
 

Methods in com.bbn.openmap.plugin with parameters of type OMAction
 boolean OMGraphicHandlerPlugIn.doAction(OMGraphic graphic, OMAction action)
           
 

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

Methods in com.bbn.openmap.plugin.graphicLoader with parameters of type OMAction
 boolean GraphicLoaderPlugIn.doAction(OMGraphic graphic, OMAction action)
          OMGraphicHandler method.
 

Uses of OMAction in com.bbn.openmap.tools.drawing
 

Methods in com.bbn.openmap.tools.drawing with parameters of type OMAction
 void DrawingToolRequestorList.drawingComplete(OMGraphic omg, OMAction action)
          The method where a graphic, and an action to take on the graphic, arrives.
 void DrawingToolRequestor.drawingComplete(OMGraphic omg, OMAction action)
          The method where a graphic, and an action to take on the graphic, arrives.
 void OMDrawingTool.notifyListener(OMGraphic graphic, OMAction action)
          Notify the listener of an action to a graphic.
 



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