Package geography

Classes to deal with geographical objects: points on the earth, addresses, maps.

See:
          Description

Class Summary
AddressFinder Maps from a string like "3400 charles street" to a address nearby whose coordinates we actually know, such as 3398 N Charles St.
Intersection One kind of object that can be returned by address lookup (see the AddressFinder class).
Point A point on the surface of the earth.
Route A route in a Streetmap.
Streetmap A street map.
StreetSegment A street segment corresponding to a line in a .map file.
 

Exception Summary
DataFormatException Like NumberFormatException, this indicates that a string had the wrong format to be parsed by a constructor or method.
 

Package geography Description

Classes to deal with geographical objects: points on the earth, addresses, maps.