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 BasicLocationHandler.layer
          The parent layer.
protected  LocationLayer LocationCBMenuItem.layer
           
protected  LocationLayer LocationMenuItem.layer
          the layer the item is for
protected  LocationLayer AbstractLocationHandler.zLayer
          The parent layer.
 

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

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

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



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