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 AbstractLocationHandler.zLayer
          The parent layer.
 

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

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



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