Uses of Package
org.openstreetmap.josm.gui.layer
-
Packages that use org.openstreetmap.josm.gui.layer Package Description org.openstreetmap.josm.actions Provides the classes for JOSM user actions.org.openstreetmap.josm.actions.downloadtasks Provides the classes for JOSMdownload tasks
.org.openstreetmap.josm.actions.mapmode Provides the classes for JOSMmap modes
.org.openstreetmap.josm.actions.relation Provides the classes for JOSM actions that work withrelations
.org.openstreetmap.josm.data Provides the classes for JOSM managed data.org.openstreetmap.josm.data.imagery Provides the classes for JOSM imagery sources, coupled withJMapViewer
classes.org.openstreetmap.josm.data.osm.event Provides the classes for OSM dataset events.org.openstreetmap.josm.data.osm.history Provides the classes for OSM primitiveshistory
(edition revisions).org.openstreetmap.josm.data.osm.visitor.paint.relations Provides the classes for painting and cachingMultipolygon
relations.org.openstreetmap.josm.data.validation Provides the classes for JOSM data validation.org.openstreetmap.josm.gui Provides the classes for JOSM graphical user interface.org.openstreetmap.josm.gui.autofilter Provides the classes for automatic filters (filters automatically created on current data).org.openstreetmap.josm.gui.bbox Provides GUI classes for displaying a customizable and interactive bounding box.org.openstreetmap.josm.gui.conflict.pair Provides the classes for displaying conflicts as pair of lists.org.openstreetmap.josm.gui.datatransfer Provides the classes for transferring data using cut/copy/paste operations.org.openstreetmap.josm.gui.datatransfer.data Provides the classes for defining the serializable data transferred using cut/copy/paste operations.org.openstreetmap.josm.gui.datatransfer.importers Provides the classes for the transfer support controllers allowing cut/copy/paste operations.org.openstreetmap.josm.gui.dialogs Provides three kinds of dialogs: Toggle dialogs on the right side of the GUI, that can be turned on, off, attached or detached from the GUI Changeset dialog based on a standalone implementation, dedicated to OSM changesets management Extended dialogs for everything elseorg.openstreetmap.josm.gui.dialogs.changeset Standalone dialog allowing to handle OSM changesets (query and display them).org.openstreetmap.josm.gui.dialogs.layer Toggle dialog allowing to display the list of layers.org.openstreetmap.josm.gui.dialogs.properties Toggle dialog allowing to display/edit tags and relation memberships of currently selected OSM objects.org.openstreetmap.josm.gui.dialogs.relation Toggle dialog allowing to display currently loaded relations and perform operations on them.org.openstreetmap.josm.gui.dialogs.relation.actions Provides the classes for relation editor actions.org.openstreetmap.josm.gui.history Provides GUI classes for handling history of OSM objects.org.openstreetmap.josm.gui.io Provides GUI classes for handling input/output operations (download, upload, save).org.openstreetmap.josm.gui.io.importexport Provides GUI classes for handling file import/export operations.org.openstreetmap.josm.gui.layer Provides classes for handling the different kinds of map layers.org.openstreetmap.josm.gui.layer.geoimage Provides classes for handling layers displaying geotagged pictures.org.openstreetmap.josm.gui.layer.gpx Provides classes for handling GPX layers.org.openstreetmap.josm.gui.layer.imagery Provides classes for handling imagery background layers.org.openstreetmap.josm.gui.layer.markerlayer Provides classes for handling marker layers.org.openstreetmap.josm.gui.preferences.advanced Provides classes for handling advanced preferences.org.openstreetmap.josm.gui.preferences.display Provides classes for handling display preferences.org.openstreetmap.josm.gui.tagging Provides classes for handling edition of OSM tags: tag tables, tag editors.org.openstreetmap.josm.gui.tagging.presets Provides classes for handling tagging presets.org.openstreetmap.josm.gui.widgets Provides GUI widgets customized for JOSM needs.org.openstreetmap.josm.io.session Provides the classes for user sessions import/export. -
Classes in org.openstreetmap.josm.gui.layer used by org.openstreetmap.josm.actions Class Description AbstractModifiableLayer A modifiable layer.AbstractTileSourceLayer Base abstract class that supports displaying images provided by TileSource.ImageryLayer Layer A layer encapsulates the gui component of one dataset and its representation.Layer.LayerAction Action related to a single layer.LayerManager.LayerAddEvent The event that is fired whenever a layer was added.LayerManager.LayerChangeListener Interface to notify listeners of a layer change.LayerManager.LayerOrderChangeEvent An event that is fired whenever the order of layers changed.LayerManager.LayerRemoveEvent The event that is fired before removing a layer.MainLayerManager This class extends the layer manager by adding an active and an edit layer.MainLayerManager.ActiveLayerChangeEvent This event is fired whenever the active or the data layer changes.MainLayerManager.ActiveLayerChangeListener This listener listens to changes of the active or the edit layer.OsmDataLayer A layer that holds OSM data from a specific dataset. -
Classes in org.openstreetmap.josm.gui.layer used by org.openstreetmap.josm.actions.downloadtasks Class Description GpxLayer A layer that displays data from a Gpx file / the OSM gpx downloads.GpxRouteLayer A layer that displays GpxData.routes from a GPX file.Layer A layer encapsulates the gui component of one dataset and its representation.NoteLayer A layer to hold Note objects.OsmDataLayer A layer that holds OSM data from a specific dataset. -
Classes in org.openstreetmap.josm.gui.layer used by org.openstreetmap.josm.actions.mapmode Class Description AbstractMapViewPaintable This class implements the invalidation listener mechanism suggested byMapViewPaintable
and a default #attaLayer A layer encapsulates the gui component of one dataset and its representation.MapViewPaintable This is a component that can be painted on the map view.OsmDataLayer A layer that holds OSM data from a specific dataset. -
Classes in org.openstreetmap.josm.gui.layer used by org.openstreetmap.josm.actions.relation Class Description Layer A layer encapsulates the gui component of one dataset and its representation. -
Classes in org.openstreetmap.josm.gui.layer used by org.openstreetmap.josm.data Class Description Layer A layer encapsulates the gui component of one dataset and its representation. -
Classes in org.openstreetmap.josm.gui.layer used by org.openstreetmap.josm.data.imagery Class Description AbstractTileSourceLayer Base abstract class that supports displaying images provided by TileSource.ImageryLayer NativeScaleLayer.ScaleList List of scales, may include intermediate steps between native resolutions -
Classes in org.openstreetmap.josm.gui.layer used by org.openstreetmap.josm.data.osm.event Class Description MainLayerManager.ActiveLayerChangeEvent This event is fired whenever the active or the data layer changes.MainLayerManager.ActiveLayerChangeListener This listener listens to changes of the active or the edit layer. -
Classes in org.openstreetmap.josm.gui.layer used by org.openstreetmap.josm.data.osm.history Class Description LayerManager.LayerAddEvent The event that is fired whenever a layer was added.LayerManager.LayerChangeListener Interface to notify listeners of a layer change.LayerManager.LayerOrderChangeEvent An event that is fired whenever the order of layers changed.LayerManager.LayerRemoveEvent The event that is fired before removing a layer. -
Classes in org.openstreetmap.josm.gui.layer used by org.openstreetmap.josm.data.osm.visitor.paint.relations Class Description LayerManager.LayerAddEvent The event that is fired whenever a layer was added.LayerManager.LayerChangeListener Interface to notify listeners of a layer change.LayerManager.LayerOrderChangeEvent An event that is fired whenever the order of layers changed.LayerManager.LayerRemoveEvent The event that is fired before removing a layer. -
Classes in org.openstreetmap.josm.gui.layer used by org.openstreetmap.josm.data.validation Class Description ValidatorLayer A layer showing error messages. -
Classes in org.openstreetmap.josm.gui.layer used by org.openstreetmap.josm.gui Class Description AbstractMapViewPaintable This class implements the invalidation listener mechanism suggested byMapViewPaintable
and a default #attaAbstractModifiableLayer A modifiable layer.Layer A layer encapsulates the gui component of one dataset and its representation.LayerManager.LayerAddEvent The event that is fired whenever a layer was added.LayerManager.LayerChangeListener Interface to notify listeners of a layer change.LayerManager.LayerOrderChangeEvent An event that is fired whenever the order of layers changed.LayerManager.LayerRemoveEvent The event that is fired before removing a layer.MainLayerManager This class extends the layer manager by adding an active and an edit layer.MainLayerManager.ActiveLayerChangeEvent This event is fired whenever the active or the data layer changes.MainLayerManager.ActiveLayerChangeListener This listener listens to changes of the active or the edit layer.MapViewGraphics This class provides layers with access to drawing on the map view.MapViewPaintable This is a component that can be painted on the map view.MapViewPaintable.LayerPainter Gets a new LayerPainter that paints thisMapViewPaintable
to the given 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.MapViewPaintable.PaintableInvalidationListener This is a listener that listens toMapViewPaintable.PaintableInvalidationEvent
sNativeScaleLayer Represents a layer that has native scales.OsmDataLayer.LayerStateChangeListener Listener called when a state of this layer has changed. -
Classes in org.openstreetmap.josm.gui.layer used by org.openstreetmap.josm.gui.autofilter Class Description LayerManager.LayerAddEvent The event that is fired whenever a layer was added.LayerManager.LayerChangeListener Interface to notify listeners of a layer change.LayerManager.LayerOrderChangeEvent An event that is fired whenever the order of layers changed.LayerManager.LayerRemoveEvent The event that is fired before removing a layer. -
Classes in org.openstreetmap.josm.gui.layer used by org.openstreetmap.josm.gui.bbox Class Description LayerManager.LayerAddEvent The event that is fired whenever a layer was added.LayerManager.LayerChangeListener Interface to notify listeners of a layer change.LayerManager.LayerOrderChangeEvent An event that is fired whenever the order of layers changed.LayerManager.LayerRemoveEvent The event that is fired before removing a layer.MainLayerManager.ActiveLayerChangeEvent This event is fired whenever the active or the data layer changes.MainLayerManager.ActiveLayerChangeListener This listener listens to changes of the active or the edit layer. -
Classes in org.openstreetmap.josm.gui.layer used by org.openstreetmap.josm.gui.conflict.pair Class Description OsmDataLayer A layer that holds OSM data from a specific dataset. -
Classes in org.openstreetmap.josm.gui.layer used by org.openstreetmap.josm.gui.datatransfer Class Description Layer A layer encapsulates the gui component of one dataset and its representation.LayerManager This class handles the layer management.OsmDataLayer A layer that holds OSM data from a specific dataset. -
Classes in org.openstreetmap.josm.gui.layer used by org.openstreetmap.josm.gui.datatransfer.data Class Description Layer A layer encapsulates the gui component of one dataset and its representation.LayerManager This class handles the layer management.OsmDataLayer A layer that holds OSM data from a specific dataset. -
Classes in org.openstreetmap.josm.gui.layer used by org.openstreetmap.josm.gui.datatransfer.importers Class Description OsmDataLayer A layer that holds OSM data from a specific dataset. -
Classes in org.openstreetmap.josm.gui.layer used by org.openstreetmap.josm.gui.dialogs Class Description Layer A layer encapsulates the gui component of one dataset and its representation.LayerManager.LayerAddEvent The event that is fired whenever a layer was added.LayerManager.LayerChangeListener Interface to notify listeners of a layer change.LayerManager.LayerOrderChangeEvent An event that is fired whenever the order of layers changed.LayerManager.LayerRemoveEvent The event that is fired before removing a layer.MainLayerManager This class extends the layer manager by adding an active and an edit layer.MainLayerManager.ActiveLayerChangeEvent This event is fired whenever the active or the data layer changes.MainLayerManager.ActiveLayerChangeListener This listener listens to changes of the active or the edit layer.OsmDataLayer A layer that holds OSM data from a specific dataset. -
Classes in org.openstreetmap.josm.gui.layer used by org.openstreetmap.josm.gui.dialogs.changeset Class Description MainLayerManager.ActiveLayerChangeEvent This event is fired whenever the active or the data layer changes.MainLayerManager.ActiveLayerChangeListener This listener listens to changes of the active or the edit layer. -
Classes in org.openstreetmap.josm.gui.layer used by org.openstreetmap.josm.gui.dialogs.layer Class Description GpxLayer A layer that displays data from a Gpx file / the OSM gpx downloads.Layer A layer encapsulates the gui component of one dataset and its representation.Layer.LayerAction Action related to a single layer.Layer.MultiLayerAction Action related to several layers.MainLayerManager.ActiveLayerChangeEvent This event is fired whenever the active or the data layer changes.MainLayerManager.ActiveLayerChangeListener This listener listens to changes of the active or the edit layer. -
Classes in org.openstreetmap.josm.gui.layer used by org.openstreetmap.josm.gui.dialogs.properties Class Description MainLayerManager.ActiveLayerChangeEvent This event is fired whenever the active or the data layer changes.MainLayerManager.ActiveLayerChangeListener This listener listens to changes of the active or the edit layer. -
Classes in org.openstreetmap.josm.gui.layer used by org.openstreetmap.josm.gui.dialogs.relation Class Description LayerManager.LayerAddEvent The event that is fired whenever a layer was added.LayerManager.LayerChangeListener Interface to notify listeners of a layer change.LayerManager.LayerOrderChangeEvent An event that is fired whenever the order of layers changed.LayerManager.LayerRemoveEvent The event that is fired before removing a layer.MainLayerManager.ActiveLayerChangeEvent This event is fired whenever the active or the data layer changes.MainLayerManager.ActiveLayerChangeListener This listener listens to changes of the active or the edit layer.OsmDataLayer A layer that holds OSM data from a specific dataset. -
Classes in org.openstreetmap.josm.gui.layer used by org.openstreetmap.josm.gui.dialogs.relation.actions Class Description OsmDataLayer A layer that holds OSM data from a specific dataset. -
Classes in org.openstreetmap.josm.gui.layer used by org.openstreetmap.josm.gui.history Class Description LayerManager.LayerAddEvent The event that is fired whenever a layer was added.LayerManager.LayerChangeListener Interface to notify listeners of a layer change.LayerManager.LayerOrderChangeEvent An event that is fired whenever the order of layers changed.LayerManager.LayerRemoveEvent The event that is fired before removing a layer.MainLayerManager.ActiveLayerChangeEvent This event is fired whenever the active or the data layer changes.MainLayerManager.ActiveLayerChangeListener This listener listens to changes of the active or the edit layer. -
Classes in org.openstreetmap.josm.gui.layer used by org.openstreetmap.josm.gui.io Class Description AbstractModifiableLayer A modifiable layer.Layer A layer encapsulates the gui component of one dataset and its representation.NoteLayer A layer to hold Note objects.OsmDataLayer A layer that holds OSM data from a specific dataset. -
Classes in org.openstreetmap.josm.gui.layer used by org.openstreetmap.josm.gui.io.importexport Class Description GpxLayer A layer that displays data from a Gpx file / the OSM gpx downloads.GpxRouteLayer A layer that displays GpxData.routes from a GPX file.Layer A layer encapsulates the gui component of one dataset and its representation.MainLayerManager.ActiveLayerChangeEvent This event is fired whenever the active or the data layer changes.MainLayerManager.ActiveLayerChangeListener This listener listens to changes of the active or the edit layer.NoteLayer A layer to hold Note objects.OsmDataLayer A layer that holds OSM data from a specific dataset. -
Classes in org.openstreetmap.josm.gui.layer used by org.openstreetmap.josm.gui.layer Class Description AbstractCachedTileSourceLayer Class providing cache to other layersAbstractMapViewPaintable This class implements the invalidation listener mechanism suggested byMapViewPaintable
and a default #attaAbstractMapViewPaintable.CompatibilityModeLayerPainter This is the default implementation of the layer painter.AbstractModifiableLayer A modifiable layer.AbstractOsmDataLayer Abstraction ofOsmDataLayer
.AbstractTileSourceLayer Base abstract class that supports displaying images provided by TileSource.AbstractTileSourceLayer.AbstractTileAction AbstractTileSourceLayer.MenuAddition Class to store a menu action and the class it belongs to.AbstractTileSourceLayer.PrecacheTask Task responsible for precaching imagery along the gpx trackAbstractTileSourceLayer.TileSet AbstractTileSourceLayer.TileSetInfo Data container to hold information about aTileSet
class.AutosaveTask.AutosaveLayerInfo DownloadFromServer Interface for layers that can download data.GpxLayer A layer that displays data from a Gpx file / the OSM gpx downloads.ImageryLayer ImageryLayer.OffsetMenuEntry An additional menu entry in the imagery offset menu.JumpToMarkerActions.JumpToMarker JumpToMarkerActions.JumpToMarkerLayer Interface for a layer that displays markers and supports jumping from one marker to the next.JumpToMarkerActions.JumpToNextMarker Go to the next marker in a layerJumpToMarkerActions.JumpToPreviousMarker Go to the previous marker in a layerLayer A layer encapsulates the gui component of one dataset and its representation.Layer.LayerAction Action related to a single layer.Layer.MultiLayerAction Action related to several layers.Layer.SeparatorLayerAction Special class that can be returned by getMenuEntries when JSeparator needs to be createdLayerManager This class handles the layer management.LayerManager.LayerAddEvent The event that is fired whenever a layer was added.LayerManager.LayerChangeListener Interface to notify listeners of a layer change.LayerManager.LayerManagerEvent Base class of layer manager events.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.MainLayerManager.ActiveLayerChangeEvent This event is fired whenever the active or the data layer changes.MainLayerManager.ActiveLayerChangeListener This listener listens to changes of the active or the edit layer.MainLayerManager.LayerAvailabilityEvent This event is fired forMainLayerManager.LayerAvailabilityListener
MainLayerManager.LayerAvailabilityListener A listener that gets informed before any layer is displayed and after all layers are removed.MapViewGraphics This class provides layers with access to drawing on the map view.MapViewPaintable This is a component that can be painted on the map view.MapViewPaintable.LayerPainter Gets a new LayerPainter that paints thisMapViewPaintable
to the given 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.MapViewPaintable.PaintableInvalidationListener This is a listener that listens toMapViewPaintable.PaintableInvalidationEvent
sNativeScaleLayer Represents a layer that has native scales.NativeScaleLayer.Scale Represents a scale with native flag, used inNativeScaleLayer.ScaleList
NativeScaleLayer.ScaleList List of scales, may include intermediate steps between native resolutionsNoteLayer A layer to hold Note objects.OsmDataLayer A layer that holds OSM data from a specific dataset.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. -
Classes in org.openstreetmap.josm.gui.layer used by org.openstreetmap.josm.gui.layer.geoimage Class Description AbstractMapViewPaintable This class implements the invalidation listener mechanism suggested byMapViewPaintable
and a default #attaAbstractModifiableLayer A modifiable layer.AbstractOsmDataLayer Abstraction ofOsmDataLayer
.DownloadFromServer Interface for layers that can download data.GpxLayer A layer that displays data from a Gpx file / the OSM gpx downloads.JumpToMarkerActions.JumpToMarkerLayer Interface for a layer that displays markers and supports jumping from one marker to the next.Layer A layer encapsulates the gui component of one dataset and its representation.Layer.LayerAction Action related to a single layer.LayerManager.LayerAddEvent The event that is fired whenever a layer was added.LayerManager.LayerChangeListener Interface to notify listeners of a layer change.LayerManager.LayerOrderChangeEvent An event that is fired whenever the order of layers changed.LayerManager.LayerRemoveEvent The event that is fired before removing a layer.MainLayerManager.ActiveLayerChangeEvent This event is fired whenever the active or the data layer changes.MainLayerManager.ActiveLayerChangeListener This listener listens to changes of the active or the edit layer.MapViewPaintable This is a component that can be painted on the map view.MapViewPaintable.LayerPainter Gets a new LayerPainter that paints thisMapViewPaintable
to the given map view.MapViewPaintable.MapViewEvent A event that is fired whenever the map view is attached or detached from any layer.OsmDataLayer A layer that holds OSM data from a specific dataset.SaveToFile Interface for layers that can save data to a file.UploadToServer Interface for layers that can upload data. -
Classes in org.openstreetmap.josm.gui.layer used by org.openstreetmap.josm.gui.layer.gpx Class Description AbstractTileSourceLayer Base abstract class that supports displaying images provided by TileSource.AbstractTileSourceLayer.PrecacheTask Task responsible for precaching imagery along the gpx trackGpxLayer A layer that displays data from a Gpx file / the OSM gpx downloads.Layer A layer encapsulates the gui component of one dataset and its representation.Layer.LayerAction Action related to a single layer.Layer.MultiLayerAction Action related to several layers.MapViewGraphics This class provides layers with access to drawing on the map view.MapViewPaintable.LayerPainter Gets a new LayerPainter that paints thisMapViewPaintable
to the given 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.MapViewPaintable.PaintableInvalidationListener This is a listener that listens toMapViewPaintable.PaintableInvalidationEvent
s -
Classes in org.openstreetmap.josm.gui.layer used by org.openstreetmap.josm.gui.layer.imagery Class Description AbstractCachedTileSourceLayer Class providing cache to other layersAbstractMapViewPaintable This class implements the invalidation listener mechanism suggested byMapViewPaintable
and a default #attaAbstractTileSourceLayer Base abstract class that supports displaying images provided by TileSource.ImageryLayer Layer A layer encapsulates the gui component of one dataset and its representation.Layer.LayerAction Action related to a single layer.MapViewPaintable This is a component that can be painted on the map view. -
Classes in org.openstreetmap.josm.gui.layer used by org.openstreetmap.josm.gui.layer.markerlayer Class Description AbstractMapViewPaintable This class implements the invalidation listener mechanism suggested byMapViewPaintable
and a default #attaGpxLayer A layer that displays data from a Gpx file / the OSM gpx downloads.JumpToMarkerActions.JumpToMarkerLayer Interface for a layer that displays markers and supports jumping from one marker to the next.Layer A layer encapsulates the gui component of one dataset and its representation.Layer.LayerAction Action related to a single layer.MapViewPaintable This is a component that can be painted on the map view.MapViewPaintable.LayerPainter Gets a new LayerPainter that paints thisMapViewPaintable
to the given map view.MapViewPaintable.MapViewEvent A event that is fired whenever the map view is attached or detached from any layer. -
Classes in org.openstreetmap.josm.gui.layer used by org.openstreetmap.josm.gui.preferences.advanced Class Description AbstractMapViewPaintable This class implements the invalidation listener mechanism suggested byMapViewPaintable
and a default #attaAbstractModifiableLayer A modifiable layer.AbstractOsmDataLayer Abstraction ofOsmDataLayer
.DownloadFromServer Interface for layers that can download data.Layer A layer encapsulates the gui component of one dataset and its representation.MapViewPaintable This is a component that can be painted on the map view.OsmDataLayer A layer that holds OSM data from a specific dataset.SaveToFile Interface for layers that can save data to a file.UploadToServer Interface for layers that can upload data. -
Classes in org.openstreetmap.josm.gui.layer used by org.openstreetmap.josm.gui.preferences.display Class Description GpxLayer A layer that displays data from a Gpx file / the OSM gpx downloads. -
Classes in org.openstreetmap.josm.gui.layer used by org.openstreetmap.josm.gui.tagging Class Description OsmDataLayer A layer that holds OSM data from a specific dataset. -
Classes in org.openstreetmap.josm.gui.layer used by org.openstreetmap.josm.gui.tagging.presets Class Description MainLayerManager.ActiveLayerChangeEvent This event is fired whenever the active or the data layer changes.MainLayerManager.ActiveLayerChangeListener This listener listens to changes of the active or the edit layer. -
Classes in org.openstreetmap.josm.gui.layer used by org.openstreetmap.josm.gui.widgets Class Description OsmDataLayer A layer that holds OSM data from a specific dataset. -
Classes in org.openstreetmap.josm.gui.layer used by org.openstreetmap.josm.io.session Class Description GpxLayer A layer that displays data from a Gpx file / the OSM gpx downloads.GpxRouteLayer A layer that displays GpxData.routes from a GPX file.ImageryLayer Layer A layer encapsulates the gui component of one dataset and its representation.NoteLayer A layer to hold Note objects.OsmDataLayer A layer that holds OSM data from a specific dataset.TMSLayer Class that displays a slippy map layer.WMSLayer This is a layer that grabs the current screen from an WMS server.WMTSLayer WMTS layer based on AbstractTileSourceLayer.