Uses of Class
campus.Location

Packages that use Location
campus Contains Solar sources, operators, and applications developed for campus-wide wireless network. 
campus.compass Contains Solar service for Compass application. 
org.doit.muffin.filter Contains some predefined Muffin filters used by Compass application. 
 

Uses of Location in campus
 

Subclasses of Location in campus
 class Building
          Contains information about a building.
 

Methods in campus that return Location
static Location Location.parseLogString(java.lang.String line)
           
 

Uses of Location in campus.compass
 

Methods in campus.compass that return Location
static Location CompassService.getLocationByIp(java.lang.String ip)
           
static Location GeobytesSource.getLocationByIp(java.lang.String ip)
           
static Location WhoisSource.getLocationByIp(java.lang.String ip)
           
 

Methods in campus.compass with parameters of type Location
private static void CompassService.addIpLocation(java.lang.String ip, Location loc)
           
 

Uses of Location in org.doit.muffin.filter
 

Fields in org.doit.muffin.filter declared as Location
protected  Location CompassFilter._clientLocation
           
 

Methods in org.doit.muffin.filter with parameters of type Location
private  java.lang.String CompassFilter.getLocationHtml(Location loc)