|
Class Summary |
| AbstractTileFactory |
The AbstractTileFactory provides a basic implementation for the TileFactory. |
| DefaultTileFactory |
A tile factory which configures itself using a TileFactoryInfo object and uses a Google Maps like mercator projection. |
| DefaultWaypoint |
|
| DefaultWaypointRenderer |
This is a standard waypoint renderer. |
| GeoBounds |
The GeoBounds class provides access the the North East and
South West corners of the bounds and provides an intersects method. |
| GeoPosition |
An immutable coordinate in the real (geographic) world,
composed of a latitude and a longitude. |
| LocalResponseCache |
|
| Tile |
The Tile class represents a particular square image
piece of the world bitmap at a particular zoom level. |
| TileCache |
An implementation only class for now. |
| TileFactory |
A class that can produce tiles and convert coordinates to pixels |
| TileFactoryInfo |
A TileFactoryInfo encapsulates all information
specific to a map server. |
| Waypoint |
A Waypoint is a GeoPosition that can be drawn on a may using
a WaypointPainter. |
| WaypointPainter<T extends JXMapViewer> |
Paints waypoints on the JXMapViewer. |