Groovy Documentation

Package org.jdesktop.swingx.mapviewer

 

Interface Summary
WaypointRenderer A interface that draws waypoints.
 


Class Summary
AbstractTileFactory The AbstractTileFactory provides a basic implementation for the TileFactory.
AbstractTileFactory.TileRunner Gets the full URI of a tile.
DefaultTileFactory A tile factory which configures itself using a TileFactoryInfo object and uses a Google Maps like mercator projection.
DefaultWaypoint @author joshy
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
LocalResponseCache.LocalCacheRequest
LocalResponseCache.LocalCacheResponse
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 Paints waypoints on the JXMapViewer.
 


Enum Summary
Tile.Priority
 


Groovy Documentation