Uses of Class
com.bbn.openmap.layer.location.LocationLayer

Packages that use LocationLayer
com.bbn.openmap.layer.location Provides a layer that can display location data - data that represents a location with a graphic and a name. 
 

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

Subclasses of LocationLayer in com.bbn.openmap.layer.location
 class TimerLocationLayer
          The TimerLocationLayer is a LocationLayer that has a timer to automatically relod data at specified interval.
 

Fields in com.bbn.openmap.layer.location declared as LocationLayer
protected  LocationLayer LocationMenuItem.layer
          the layer the item is for
protected  LocationLayer LocationCBMenuItem.layer
           
protected  LocationLayer BasicLocationHandler.layer
          The parent layer.
protected  LocationLayer AbstractLocationHandler.zLayer
          The parent layer.
 

Methods in com.bbn.openmap.layer.location that return LocationLayer
 LocationLayer LocationMenuItem.getLayer()
           
 LocationLayer LocationHandler.getLayer()
          Return the layer that the handler is responding to.
 LocationLayer LocationCBMenuItem.getLayer()
           
 LocationLayer BasicLocationHandler.getLayer()
          Get the layer the handler is serving.
 LocationLayer AbstractLocationHandler.getLayer()
          Get the layer the handler is serving.
 

Methods in com.bbn.openmap.layer.location with parameters of type LocationLayer
 void LocationMenuItem.setLayer(LocationLayer aLayer)
           
 void LocationHandler.setLayer(LocationLayer layer)
          Set the layer the handler is responding to.
 void LocationCBMenuItem.setLayer(LocationLayer aLayer)
           
 void BasicLocationHandler.setLayer(LocationLayer l)
          Set the layer this handler is serving.
 void AbstractLocationHandler.setLayer(LocationLayer l)
          Set the layer the handler is responding to.
 

Constructors in com.bbn.openmap.layer.location with parameters of type LocationLayer
LocationMenuItem(java.lang.String text, LocationPopupMenu aCLP, LocationLayer aLayer)
           
LocationCBMenuItem(java.lang.String text, LocationPopupMenu aCLP, LocationLayer aLayer)
           
 



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