See: Description
| Interface | Description |
|---|---|
| ImageProcessor |
Processor that modifies images (sharpen, brightness, etc.).
|
| JumpToMarkerActions.JumpToMarkerLayer | |
| Layer.LayerAction |
Action related to a single layer.
|
| Layer.MultiLayerAction |
Action related to several layers.
|
| LayerManager.LayerChangeListener |
Interface to notify listeners of a layer change.
|
| MainLayerManager.ActiveLayerChangeListener |
This listener listens to changes of the active or the edit layer.
|
| MainLayerManager.LayerAvailabilityListener |
A listener that gets informed before any layer is displayed and after all layers are removed.
|
| MapViewPaintable |
This is a component that can be painted on the map view.
|
| MapViewPaintable.LayerPainter |
Gets a new LayerPainter that paints this
MapViewPaintable to the given map view. |
| MapViewPaintable.PaintableInvalidationListener |
This is a listener that listens to
MapViewPaintable.PaintableInvalidationEvents |
| NativeScaleLayer |
Represents a layer that has native scales.
|
| OsmDataLayer.CommandQueueListener | |
| OsmDataLayer.LayerStateChangeListener |
Listener called when a state of this layer has changed.
|
| SaveToFile |
Interface for layers that can save data to a file.
|
| UploadToServer |
Interface for layers that can upload data.
|
| Class | Description |
|---|---|
| AbstractCachedTileSourceLayer<T extends AbstractTMSTileSource> |
Class providing cache to other layers
|
| AbstractMapViewPaintable |
This class implements the invalidation listener mechanism suggested by
MapViewPaintable and a default #atta |
| AbstractModifiableLayer |
A modifiable layer.
|
| AbstractTileSourceLayer<T extends AbstractTMSTileSource> |
Base abstract class that supports displaying images provided by TileSource.
|
| AbstractTileSourceLayer.TileHolder |
Simple class to keep clickedTile within hookUpMapView
|
| AbstractTileSourceLayer.TileSetInfo | |
| AlignImageryPanel |
The panel to nag a user ONCE that he/she has to align imagery.
|
| CustomizeColor | |
| GpxLayer | |
| ImageryLayer | |
| ImageryLayer.ColorfulFilter | |
| ImageryLayer.ColorfulImageProcessor |
Adds or removes the colorfulness of the image.
|
| ImageryLayer.GammaImageProcessor |
An image processor which adjusts the gamma value of an image.
|
| ImageryLayer.SharpenImageProcessor |
Sharpens or blurs the image, depending on the sharpen value.
|
| JumpToMarkerActions | |
| JumpToMarkerActions.JumpToMarker | |
| JumpToMarkerActions.JumpToNextMarker | |
| JumpToMarkerActions.JumpToPreviousMarker | |
| Layer |
A layer encapsulates the gui component of one dataset and its representation.
|
| Layer.LayerGpxExportAction | |
| Layer.LayerSaveAction |
The action to save a layer
|
| Layer.LayerSaveAsAction | |
| Layer.SeparatorLayerAction |
Special class that can be returned by getMenuEntries when JSeparator needs to be created
|
| LayerManager |
This class handles the layer management.
|
| LayerManager.LayerAddEvent |
The event that is fired whenever a layer was added.
|
| LayerManager.LayerManagerEvent | |
| LayerManager.LayerOrderChangeEvent |
An event that is fired whenever the order of layers changed.
|
| LayerManager.LayerRemoveEvent |
The event that is fired before removing a layer.
|
| LayerPositionStrategy |
This class defines a position to insert a given layer in the list of layers.
|
| MainLayerManager |
This class extends the layer manager by adding an active and an edit layer.
|
| MapViewGraphics |
This class provides layers with access to drawing on the map view.
|
| MapViewPaintable.MapViewEvent |
A event that is fired whenever the map view is attached or detached from any layer.
|
| MapViewPaintable.PaintableInvalidationEvent |
This event is fired whenever the paintable got invalidated and needs repainting some time in the future.
|
| NativeScaleLayer.Scale |
Represents a scale with native flag, used in
NativeScaleLayer.ScaleList |
| NativeScaleLayer.ScaleList |
List of scales, may include intermediate steps between native resolutions
|
| NoteLayer |
A layer to hold Note objects.
|
| OsmDataLayer |
A layer that holds OSM data from a specific dataset.
|
| OsmDataLayer.DataCountVisitor | |
| TMSLayer |
Class that displays a slippy map layer.
|
| ValidatorLayer |
A layer showing error messages.
|
| WMSLayer |
This is a layer that grabs the current screen from an WMS server.
|
| WMTSLayer |
WMTS layer based on AbstractTileSourceLayer.
|