Interface | Description |
---|---|
Attributed | |
CachedTileLoader |
Interface that allow cleaning the tile cache without specifying exact type of loader
|
ICoordinate | |
JMapViewerEventListener |
Must be implemented for processing commands while user
interacts with map viewer.
|
MapMarker |
Interface to be implemented by all one dimensional elements that can be displayed on the map.
|
MapObject | |
MapPolygon |
Interface to be implemented by polygons that can be displayed on the map.
|
MapRectangle |
Interface to be implemented by rectangles that can be displayed on the map.
|
TileCache |
Implement this interface for creating your custom tile cache for
JMapViewer . |
TileClearController | |
TileJob |
Interface for implementing a tile loading job.
|
TileLoader |
Interface for implementing a tile loader.
|
TileLoaderListener | |
TileSource |
Enum | Description |
---|---|
MapMarker.STYLE | |
TileSource.TileUpdate |
Specifies the different mechanisms for detecting updated tiles
respectively only download newer tiles than those stored locally.
|