Uses of Interface
org.openstreetmap.josm.data.osm.Lockable
-
Packages that use Lockable Package Description org.openstreetmap.josm.data.osm Provides the classes for OSM data:Primitives
:Node
,Way
,Relation
Users
Tags
Changesets
Utilities classesorg.openstreetmap.josm.data.vector 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.preferences.advanced Provides classes for handling advanced preferences. -
-
Uses of Lockable in org.openstreetmap.josm.data.osm
Subinterfaces of Lockable in org.openstreetmap.josm.data.osm Modifier and Type Interface Description interface
OsmData<O extends IPrimitive,N extends INode,W extends IWay<N>,R extends IRelation<?>>
Abstraction ofDataSet
.Classes in org.openstreetmap.josm.data.osm that implement Lockable Modifier and Type Class Description class
DataSet
DataSet is the data behind the application. -
Uses of Lockable in org.openstreetmap.josm.data.vector
Classes in org.openstreetmap.josm.data.vector that implement Lockable Modifier and Type Class Description class
VectorDataSet
A data class for Vector Data -
Uses of Lockable in org.openstreetmap.josm.gui.layer
Classes in org.openstreetmap.josm.gui.layer that implement Lockable Modifier and Type Class Description class
AbstractModifiableLayer
A modifiable layer.class
AbstractOsmDataLayer
Abstraction ofOsmDataLayer
.class
GpxLayer
A layer that displays data from a Gpx file / the OSM gpx downloads.class
GpxRouteLayer
A layer that displays GpxData.routes from a GPX file.class
NoteLayer
A layer to hold Note objects.class
OsmDataLayer
A layer that holds OSM data from a specific dataset. -
Uses of Lockable in org.openstreetmap.josm.gui.layer.geoimage
Classes in org.openstreetmap.josm.gui.layer.geoimage that implement Lockable Modifier and Type Class Description class
CorrelationSupportLayer
A support layer meant to be modified by the user to provide real-time images correlation.class
GeoImageLayer
Layer displaying geotagged pictures.(package private) class
WikimediaCommonsLayer
A layer showing geocoded images from Wikimedia Commons -
Uses of Lockable in org.openstreetmap.josm.gui.preferences.advanced
Classes in org.openstreetmap.josm.gui.preferences.advanced that implement Lockable Modifier and Type Class Description private static class
AdvancedPreference.UnclearableOsmDataLayer
-