| Package | Description |
|---|---|
| votorola.a |
Providing application-specific library code for Votorola:
an experimental technology for the public guidance of electoral systems,
executive offices, legislatures, and other decision systems.
|
| Modifier and Type | Method and Description |
|---|---|
Geocode.Table |
VoteServer.Run.geocodeTable()
The relational cache of geocoded residential addresses.
|
Geocode.Table |
GoogleGeocoder.geocodeTable()
The relational cache of geocoded residential addresses.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Geocode.write(Geocode.Table table)
Stores this geocode in the table.
|
| Constructor and Description |
|---|
Geocode(String region,
String address,
Geocode.Table table)
Constructs a Geocode, reading its initial state from the geocode table, or leaving
it at default values if it does not exist in the table.
|
GoogleGeocoder(Geocode.Table _geocodeTable)
Constructs a GoogleGeocoder.
|