Main Page | Namespace List | Class List | Directories | File List | Class Members | File Members

streetSeg Struct Reference

#include <BQStructs.H>

Collaboration diagram for streetSeg:

Collaboration graph
[legend]
List of all members.

Detailed Description

Basic building block of BQ. These are the road section descriptors that are easily culled from GIS data. Any modifications to this after 3.15.2005 will be *adds* ... data such as traffic and elevation are possibilities for addition. Struct will be finalized when tables are created in postgreSQL, as the mapdata table and rankings tables will follow this struct closely for columns.


Public Attributes

int routeid
string streetName
int streetType
string town
string state
string startzipCode
string endzipCode
isect_tstart
isect_tend
double streetAddressStart
double streetAddressEnd
bool bikeable
double length
double shoulderRating
double trafficRating
double conditionRating
double steepnessRating
int shoulderTotal
int trafficTotal
int conditionTotal
int steepnessTotal
multimap< int, string > * qualitativeRankings


Member Data Documentation

bool streetSeg::bikeable
 

double streetSeg::conditionRating
 

int streetSeg::conditionTotal
 

isect_t* streetSeg::end
 

string streetSeg::endzipCode
 

double streetSeg::length
 

multimap<int, string>* streetSeg::qualitativeRankings
 

int streetSeg::routeid
 

double streetSeg::shoulderRating
 

int streetSeg::shoulderTotal
 

isect_t* streetSeg::start
 

string streetSeg::startzipCode
 

string streetSeg::state
 

double streetSeg::steepnessRating
 

int streetSeg::steepnessTotal
 

double streetSeg::streetAddressEnd
 

double streetSeg::streetAddressStart
 

string streetSeg::streetName
 

int streetSeg::streetType
 

string streetSeg::town
 

double streetSeg::trafficRating
 

int streetSeg::trafficTotal
 


The documentation for this struct was generated from the following file:
Generated on Mon May 16 11:08:56 2005 for BikeQuest by  doxygen 1.4.0