Uses of Interface
org.compass.gps.CompassGps

Packages that use CompassGps
org.compass.gps   
org.compass.gps.device   
org.compass.gps.impl   
org.compass.spring.web.mvc   
 

Uses of CompassGps in org.compass.gps
 

Subinterfaces of CompassGps in org.compass.gps
 interface CompassGpsInterfaceDevice
          An extension to the CompassGps interface which should be used by devices.
 

Methods in org.compass.gps that return CompassGps
 CompassGps CompassGpsDevice.getGps()
          Returns the CompassGps that manages the device.
 

Uses of CompassGps in org.compass.gps.device
 

Methods in org.compass.gps.device that return CompassGps
 CompassGps AbstractGpsDeviceWrapper.getGps()
           
 CompassGps AbstractGpsDevice.getGps()
           
 

Uses of CompassGps in org.compass.gps.impl
 

Classes in org.compass.gps.impl that implement CompassGps
 class AbstractCompassGps
          A simple base class for CompassGps implementations.
 class DualCompassGps
          A CompassGps implementation that holds two Compass instances.
 class SingleCompassGps
          A CompassGps implementation that holds a single Compass instance.
 

Uses of CompassGps in org.compass.spring.web.mvc
 

Methods in org.compass.spring.web.mvc that return CompassGps
 CompassGps AbstractCompassGpsCommandController.getCompassGps()
          Returns the CompassGps.
 

Methods in org.compass.spring.web.mvc with parameters of type CompassGps
 void AbstractCompassGpsCommandController.setCompassGps(CompassGps compassGps)
          Sets the CompassGps.
 



Copyright (c) 2004-2006 The Compass Project.