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,RelationUsersTagsChangesetsUtilities classesorg.openstreetmap.josm.data.vector Provides classes for vector data like Mapbox Vector Tiles.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 interfaceOsmData<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 classDataSetDataSet 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 classVectorDataSetA 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 classAbstractModifiableLayerA modifiable layer.classAbstractOsmDataLayerAbstraction ofOsmDataLayer.classGpxLayerA layer that displays data from a Gpx file / the OSM gpx downloads.classGpxRouteLayerA layer that displays GpxData.routes from a GPX file.classNoteLayerA layer to hold Note objects.classOsmDataLayerA 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 classCorrelationSupportLayerA support layer meant to be modified by the user to provide real-time images correlation.classGeoImageLayerLayer displaying geotagged pictures.(package private) classWikimediaCommonsLayerA 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 classAdvancedPreference.UnclearableOsmDataLayer
-