All Classes Interface Summary Class Summary Enum Summary
| Class |
Description |
| AbstractBean |
A convenience class from which to extend all non-visual AbstractBeans.
|
| AbstractMapViewer<T,U extends Tile<T>> |
AbstractMapViewer was created to provide common functionality for both Swing and JavaFX implementation.
|
| AbstractSerializableBean |
This subclass enhances AbstractBean by implementing the
Serializable interface.
|
| AbstractTileFactory<T,U extends Tile<T>> |
The AbstractTileFactory provides a basic implementation for the TileFactory.
|
| AbstractTileService<T> |
|
| BeanInfoSupport |
Useful baseclass for BeanInfos.
|
| CacheCleaner |
Class responsible for keeping file cache under specified size.
|
| CacheManager |
CacheManager holds records for all cached (serialised) tiles.
|
| ConnectionChecker |
Checks connection availability.
|
| CylindricalProjectionTileFactory<T,U extends Tile<T>> |
|
| DefaultTileFactory<T,U extends Tile<T>> |
A tile factory which configures itself using a TileFactoryInfo object and uses a Google Maps like mercator projection.
|
| DefaultWaypoint |
|
| EnumerationValue |
|
| ESRITileFactory<T,U extends Tile<T>> |
|
| FileUtil |
|
| 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.
|
| GeoUtil |
These are math utilities for converting between pixels, tiles, and geographic
coordinates.
|
| GraphicsUtilities |
Util class for graphic operations.
|
| MapViewer<T,U extends Tile<T>> |
Interface of the mapViewer component
|
| MercatorUtils |
A utility class of methods that help when dealing
with standard Mercator projections.
|
| OfflineTile<T> |
|
| OfflineTileFactory<T> |
Copied some code from AbstractTileFactory, so I can use own TileRunner, which does all the
reading and writing to the cache
|
| OfflineTileRunner<T> |
Runner does the loading.
|
| OSMTileFactoryInfo |
Uses OpenStreetMap
|
| RepaintCallback |
Callback to notify all components, using AbstractMapViewer, that repaint of subcomponents is needed.
|
| ScaleUtil |
|
| ScaleUtil.UnitSystem |
|
| SelectionEventHandler<T> |
|
| SLMapServerInfo |
A TileFactoryInfo subclass which knows how to connect
to the SwingLabs map server.
|
| Tile<T> |
The Tile class represents a particular square image
piece of the world bitmap at a particular zoom level.
|
| Tile.Priority |
|
| TileCache<T> |
An implementation only class for now.
|
| TileCacheInfo |
Transfer object with information about Tile
|
| TileComparator<T> |
|
| TileFactory<T,U extends Tile<T>> |
A class that can produce tiles and convert coordinates to pixels
|
| TileFactoryInfo |
A TileFactoryInfo encapsulates all information
specific to a map server.
|
| TileFactoryInfoSelectionEventHandler |
|
| TileRepository<T> |
Uses lookup to find all implementations of TileService interface.
|
| TileRunner<T,U extends Tile<T>> |
|
| TileService<T> |
Interface of Tile service.
|
| VirtualEarthTileFactoryInfo |
http://www.viavirtualearth.com/vve/Articles/RollYourOwnTileServer.ashx
|
| VirtualEarthTileFactoryInfo.MVEMode |
The map mode
|
| Waypoint |
A Waypoint is a GeoPosition that can be drawn on a may using
a WaypointPainter.
|
| WritableTileService<T> |
Interface of tile service, which is capable of persisting tiles.
|