All Classes
| Class | Description |
|---|---|
| AbstractBean |
A convenience class from which to extend all non-visual AbstractBeans.
|
| AbstractPainter<T> |
A convenient base class from which concrete
Painter implementations may
extend. |
| AbstractPainter.Interpolation |
An enum representing the possible interpolation values of Bicubic, Bilinear, and
Nearest Neighbor.
|
| AbstractSerializableBean |
This subclass enhances
AbstractBean by implementing the
Serializable interface. |
| AbstractTileFactory |
The
AbstractTileFactory provides
a basic implementation for the TileFactory. |
| AttributionPainter | |
| CenterMapListener |
Centers the map on the mouse cursor
if left is double-clicked or middle mouse
button is pressed.
|
| CompoundPainter<T> |
A
Painter implementation composed of an array of Painters. |
| CylindricalProjectionTileFactory | |
| 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.
|
| EmptyTileFactory |
A null implementation of TileFactory.
|
| ESRITileFactory | |
| FileBasedLocalCache |
A file/folder-based cache
|
| 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.
|
| GoogleMapsTileFactoryInfo |
Uses Google Maps API - it has several glitches, so don't use it unless you know what you're doing.
|
| GraphicsUtilities |
GraphicsUtilities contains a set of tools to perform
common graphics operations easily. |
| JXMapKit |
The JXMapKit is a pair of JXMapViewers preconfigured to be easy to use
with common features built in.
|
| JXMapKit.DefaultProviders | |
| JXMapViewer |
A tile oriented map component that can easily be used with tile sources
on the web like Google and Yahoo maps, satellite data such as NASA imagery,
and also with file based sources like pre-processed NASA images.
|
| LocalCache |
A cache that stores GET requests to a HTTP url locally
|
| LocalResponseCache | Deprecated. |
| MapClickListener |
Listens to single mouse clicks on the map and returns the GeoPosition
|
| MercatorUtils |
A utility class of methods that help when
dealing with standard Mercator projections.
|
| NoOpLocalCache |
A dummy implementation that does nothing
|
| OSMTileFactoryInfo |
Uses OpenStreetMap
|
| Painter<T> |
A painting delegate.
|
| PanKeyListener |
used to pan using the arrow keys
|
| PanMouseInputListener |
Used to pan using press and drag mouse gestures
|
| ProjectProperties |
Project properties.
|
| ShapeUtils | |
| Tile |
The Tile class represents a particular square image piece of the world bitmap at a particular zoom level.
|
| Tile.Priority |
The loading priority
|
| 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.
|
| TileListener |
Notified when the status of a tile has changed
|
| 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.
|
| WaypointPainter<W extends Waypoint> |
Paints waypoints on the JXMapViewer.
|
| WaypointRenderer<W> |
A interface that draws waypoints.
|
| WMSService |
A class that represents a WMS mapping service.
|
| WMSTileFactory |
A tile factory that uses a WMS service.
|
| WMSTileFactoryInfo | |
| ZoomMouseWheelListenerCenter |
zooms using the mouse wheel on the view center
|
| ZoomMouseWheelListenerCursor |
zooms to the current mouse cursor
using the mouse wheel
|