Uses of Class
com.bbn.openmap.event.ProjectionEvent

Packages that use ProjectionEvent
com.bbn.openmap The com.bbn.openmap package contains the core OpenMap classes. 
com.bbn.openmap.dataAccess.mapTile   
com.bbn.openmap.event Provides the various event object and listener interfaces for using the MapBean. 
com.bbn.openmap.gui This package contains the main OpenMap Swing GUI components. 
com.bbn.openmap.gui.menu This package contains OpenMap Swing GUI components that can be used in menus. 
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.beanbox Provides a sample openmap application that uses the openmap beanbox. 
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.policy Contains policy objects that affect the behavior of OMGraphicHandlerLayers. 
com.bbn.openmap.layer.shape Provides an OpenMap layer for dealing with shape files. 
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.proj Provides projection classes. 
com.bbn.openmap.tools.dnd This package contains classes to support Java Drag and Drop functionality on the map. 
com.bbn.openmap.tools.drawing Provides classes to implement a drawing tool. 
com.bbn.openmap.tools.roads Provides classes to determine routes given a set of roads and intersections. 
 

Uses of ProjectionEvent in com.bbn.openmap
 

Methods in com.bbn.openmap with parameters of type ProjectionEvent
 void MapBean.projectionChanged(ProjectionEvent e)
          ProjectionListener interface method.
 Projection Layer.setProjection(ProjectionEvent projEvent)
          This method lets you take the ProjectionEvent received from the MapBean, and lets you know if you should do something with it.
 

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

Methods in com.bbn.openmap.dataAccess.mapTile with parameters of type ProjectionEvent
 void MapTileMakerComponent.projectionChanged(ProjectionEvent e)
           
 

Uses of ProjectionEvent in com.bbn.openmap.event
 

Fields in com.bbn.openmap.event declared as ProjectionEvent
protected  ProjectionEvent ProjectionSupport.ProjectionChangeNotifier.nextEvent
           
protected  ProjectionEvent ProjectionSupport.ProjectionChangeNotifier.projEvent
           
 

Methods in com.bbn.openmap.event with parameters of type ProjectionEvent
 void ProjectionSupport.ProjectionChangeNotifier.fireProjectionEvent(ProjectionEvent event)
           
 void ProjectionListener.projectionChanged(ProjectionEvent e)
          Invoked when there has been a fundamental change to the Map.
 void PanMouseMode.projectionChanged(ProjectionEvent e)
           
 

Uses of ProjectionEvent in com.bbn.openmap.gui
 

Methods in com.bbn.openmap.gui with parameters of type ProjectionEvent
 void ScaleTextPanel.projectionChanged(ProjectionEvent e)
          ProjectionListener interface method.
 void OverviewMapHandler.projectionChanged(ProjectionEvent projEvent)
          Part of the ProjectionListener interface.
 void EmbeddedScaleDisplayPanel.projectionChanged(ProjectionEvent e)
           
 void EmbeddedNavPanel.projectionChanged(ProjectionEvent event)
           
 void DistQuickTool.MouseMode.projectionChanged(ProjectionEvent e)
           
 

Uses of ProjectionEvent in com.bbn.openmap.gui.menu
 

Methods in com.bbn.openmap.gui.menu with parameters of type ProjectionEvent
 void ProjectionMenu.projectionChanged(ProjectionEvent e)
          The Map projection has changed, in order to baseline new changes as a result of menu options being selected.
 

Uses of ProjectionEvent in com.bbn.openmap.layer
 

Methods in com.bbn.openmap.layer with parameters of type ProjectionEvent
 void SinkLayer.projectionChanged(ProjectionEvent e)
          ProjectionListener interface method.
 void ScaleFilterLayer.projectionChanged(ProjectionEvent ev)
          Handles projection change notification events.
 void OverviewMapAreaLayer.projectionChanged(ProjectionEvent pEvent)
           
 void OMGraphicHandlerLayer.projectionChanged(ProjectionEvent pe)
          From the ProjectionListener interface.
 void GraticuleLayer.projectionChanged(ProjectionEvent e)
          Invoked when the projection has changed or this Layer has been added to the MapBean.
 void CacheLayer.projectionChanged(ProjectionEvent e)
          Handler for ProjectionEvents.
 void BufferedLayer.projectionChanged(ProjectionEvent pevent)
          We don't want a projection change policy called here, because that will call for a repaint.
 

Uses of ProjectionEvent in com.bbn.openmap.layer.beanbox
 

Methods in com.bbn.openmap.layer.beanbox with parameters of type ProjectionEvent
 void SimpleBeanLayer.projectionChanged(ProjectionEvent event)
          Implement ProjectionListener method inherited from Layer.
 

Uses of ProjectionEvent in com.bbn.openmap.layer.location
 

Methods in com.bbn.openmap.layer.location with parameters of type ProjectionEvent
 void TimerLocationLayer.projectionChanged(ProjectionEvent e)
           
 

Uses of ProjectionEvent in com.bbn.openmap.layer.policy
 

Methods in com.bbn.openmap.layer.policy with parameters of type ProjectionEvent
 void StandardPCPolicy.projectionChanged(ProjectionEvent pe)
          When the projection changes, the StandardPCPolicy sets the current projection on the layer, and calls prepare() on the layer.
 void ProjectionChangePolicy.projectionChanged(ProjectionEvent pe)
          The method that is called when the projection changes.
 void NullProjectionChangePolicy.projectionChanged(ProjectionEvent pe)
           
 void ListResetPCPolicy.projectionChanged(ProjectionEvent pe)
          The method that is called when the projection changes.
 

Uses of ProjectionEvent in com.bbn.openmap.layer.shape
 

Methods in com.bbn.openmap.layer.shape with parameters of type ProjectionEvent
 void MultiRoadLayer.projectionChanged(ProjectionEvent e)
          Implemented for ProjectionListener
 

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

Methods in com.bbn.openmap.layer.test with parameters of type ProjectionEvent
 void HelloWorldLayer.projectionChanged(ProjectionEvent e)
          Invoked when the projection has changed or this Layer has been added to the MapBean.
 

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

Methods in com.bbn.openmap.layer.vpf with parameters of type ProjectionEvent
 void VPFRoadLayer.projectionChanged(ProjectionEvent e)
          Implemented for ProjectionListener
 

Uses of ProjectionEvent in com.bbn.openmap.proj
 

Methods in com.bbn.openmap.proj with parameters of type ProjectionEvent
protected  ProjectionFactory ProjectionStack.getProjectionFactory(ProjectionEvent e)
           
 void ProjectionStack.projectionChanged(ProjectionEvent e)
          The Map projection has changed.
 

Uses of ProjectionEvent in com.bbn.openmap.tools.dnd
 

Methods in com.bbn.openmap.tools.dnd with parameters of type ProjectionEvent
 void DefaultDnDCatcher.projectionChanged(ProjectionEvent e)
          Invoked when there has been a fundamental change to the Map.
 Projection DefaultDnDCatcher.setProjection(ProjectionEvent projEvent)
          This method lets you take the ProjectionEvent received from the MapBean, and lets you know if you should do something with it.
 

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

Methods in com.bbn.openmap.tools.drawing with parameters of type ProjectionEvent
 void OMDrawingTool.projectionChanged(ProjectionEvent e)
          ProjectionListener method.
 

Uses of ProjectionEvent in com.bbn.openmap.tools.roads
 

Methods in com.bbn.openmap.tools.roads with parameters of type ProjectionEvent
 void RoadFinder.projectionChanged(ProjectionEvent e)
          Implemented for ProtectionListener
 



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