Main Page | Packages | Class List | File List | Class Members

parser.NetStumblerObject Class Reference

List of all members.

Detailed Description

This class is a data representation of a single line in a NetStumbler file. Each tab delimited field in the original file has a corresponding property in this object.

Author:
Iain Robinson
Version:
1.0


Public Member Functions

double getLongitude ()
double getLatitude ()
String toString ()
char getLatitudeDir ()
char getLongitudeDir ()
int getBeaconInterval ()
String getBssid ()
String getChannelBits ()
int getDataRate ()
String getFlags ()
int getLastChannel ()
String getName ()
int getNoise ()
int getSignal ()
int getSNR ()
String getSsid ()
String getTimeSeen ()
String getType ()

Protected Member Functions

void setLatitudeDir (char latitudeDir)
void setLongitudeDir (char longitudeDir)
void setLatitude (double latitude)
void setLongitude (double longitude)
void setBeaconInterval (int beaconInterval)
void setBssid (String bssid)
void setChannelBits (String channelBits)
void setDataRate (int dataRate)
void setFlags (String flags)
void setLastChannel (int lastChannel)
void setName (String name)
void setNoise (int noise)
void setSignal (int signal)
void setSNR (int snr)
void setSsid (String ssid)
void setTimeSeen (String timeSeen)
void setType (String type)


Member Function Documentation

int parser.NetStumblerObject.getBeaconInterval  ) 
 

Returns the beacon interval of the object.

Returns:
Returns the beacon interval.

String parser.NetStumblerObject.getBssid  ) 
 

Returns the BSSID of the object.

Returns:
Returns the BSSID.

String parser.NetStumblerObject.getChannelBits  ) 
 

Returns the number of channel bits used by the object.

Returns:
Returns the number of channel bits.

int parser.NetStumblerObject.getDataRate  ) 
 

Returns the data rate of the object - this is the value in the parsed file / 10.

Returns:
Returns the data rate.

String parser.NetStumblerObject.getFlags  ) 
 

Returns the flags of the object.

Returns:
Returns the flags.

int parser.NetStumblerObject.getLastChannel  ) 
 

Returns the last channel field of the object.

Returns:
Returns the last channel.

double parser.NetStumblerObject.getLatitude  ) 
 

Returns the latitude of the object as a positive double if north of the equator or negative if south of the equator.

Returns:
The latitude of the object.

char parser.NetStumblerObject.getLatitudeDir  ) 
 

Returns the latitude direction of the object as a character- 'N' for north of the equator - 'S' for south of the equator.

Returns:
Returns the latitude direction of the object.

double parser.NetStumblerObject.getLongitude  ) 
 

Returns the longitude of the object as a positive double if east of GMT or negative if west of GMT.

Returns:
The longitude of the object.

char parser.NetStumblerObject.getLongitudeDir  ) 
 

Returns the longitude direction of the object as a character- 'E' for east of GMT or 'W' for west of GMT.

Returns:
Returns the longitude direction of the object.

String parser.NetStumblerObject.getName  ) 
 

Returns the name of the object.

Returns:
Returns the name.

int parser.NetStumblerObject.getNoise  ) 
 

Returns the noise component of the SNR.

Returns:
Returns the noise.

int parser.NetStumblerObject.getSignal  ) 
 

Returns the signal component of the SNR.

Returns:
Returns the signal.

int parser.NetStumblerObject.getSNR  ) 
 

Returns the SNR of the object.

Returns:
Returns the SNR.

String parser.NetStumblerObject.getSsid  ) 
 

Returns the SSID of the object.

Returns:
Returns the SSID.

String parser.NetStumblerObject.getTimeSeen  ) 
 

Returns the time the object was encountered by NetStumbler.

Returns:
Returns the time seen.

String parser.NetStumblerObject.getType  ) 
 

Returns the type of the object.

Returns:
Returns the type.

void parser.NetStumblerObject.setBeaconInterval int  beaconInterval  )  [protected]
 

Sets the beacon interval of the object.

Parameters:
beaconInterval The beacon interval to set.

void parser.NetStumblerObject.setBssid String  bssid  )  [protected]
 

Sets the BSSID o the object.

Parameters:
bssid The BSSID to set.

void parser.NetStumblerObject.setChannelBits String  channelBits  )  [protected]
 

Sets the number of channel bits used by the object.

Parameters:
channelBits The number of channel bits to set.

void parser.NetStumblerObject.setDataRate int  dataRate  )  [protected]
 

Sets the data rate of the object

Parameters:
dataRate The data rate to set.

void parser.NetStumblerObject.setFlags String  flags  )  [protected]
 

Sets the flags of the object.

Parameters:
flags The flags to set.

void parser.NetStumblerObject.setLastChannel int  lastChannel  )  [protected]
 

Sets the last channel field of the object.

Parameters:
lastChannel The last channel to set.

void parser.NetStumblerObject.setLatitude double  latitude  )  [protected]
 

Sets the latitude of the object.

Parameters:
latitude The latitude to set.

void parser.NetStumblerObject.setLatitudeDir char  latitudeDir  )  [protected]
 

Sets the latitude direction of the object - valid values are 'N' or 'S'.

Parameters:
latitudeDir The latitude direction to set.

void parser.NetStumblerObject.setLongitude double  longitude  )  [protected]
 

Sets the longitude of the object.

Parameters:
longitude The longitude to set.

void parser.NetStumblerObject.setLongitudeDir char  longitudeDir  )  [protected]
 

Sets the longitude direction of the object - valid values are 'E' or 'W'.

Parameters:
longitudeDir The longitude direction to set.

void parser.NetStumblerObject.setName String  name  )  [protected]
 

Sets the name of the object.

Parameters:
name The name to set.

void parser.NetStumblerObject.setNoise int  noise  )  [protected]
 

Sets the noise component of the SNR.

Parameters:
noise The noise to set.

void parser.NetStumblerObject.setSignal int  signal  )  [protected]
 

Sets the signal component of the SNR.

Parameters:
signal The signal to set.

void parser.NetStumblerObject.setSNR int  snr  )  [protected]
 

Sets the SNR of the object.

Parameters:
snr The SNR to set.

void parser.NetStumblerObject.setSsid String  ssid  )  [protected]
 

Sets the SSID of the object.

Parameters:
ssid The SSID to set.

void parser.NetStumblerObject.setTimeSeen String  timeSeen  )  [protected]
 

Sets the time the object was encountered by NetStumbler.

Parameters:
timeSeen The time seen to set.

void parser.NetStumblerObject.setType String  type  )  [protected]
 

Sets the type of the object.

Parameters:
type The type to set.

String parser.NetStumblerObject.toString  ) 
 

Returns a string containing details of all the properties of the object.

Returns:
A string representation of the properties of the object.


Generated on Tue Feb 21 22:06:57 2006 for NetStumbler Parser by  doxygen 1.4.1