Uses of Class
org.openstreetmap.josm.data.osm.Storage
-
Packages that use Storage Package Description org.openstreetmap.josm.command Provides the classes for JOSM commands allowing to modify an OSM data set.org.openstreetmap.josm.data.osm Provides the classes for OSM data:Primitives
:Node
,Way
,Relation
Users
Tags
Changesets
Utilities classesorg.openstreetmap.josm.data.validation.tests Provides the classes for JOSM data validation tests.org.openstreetmap.josm.data.vector Provides classes for vector data like Mapbox Vector Tiles.org.openstreetmap.josm.gui.dialogs.changeset Standalone dialog allowing to handle OSM changesets (query and display them). -
-
Uses of Storage in org.openstreetmap.josm.command
Fields in org.openstreetmap.josm.command declared as Storage Modifier and Type Field Description protected Storage<PrimitiveData>
PurgeCommand. makeIncompleteData
-
Uses of Storage in org.openstreetmap.josm.data.osm
Fields in org.openstreetmap.josm.data.osm declared as Storage Modifier and Type Field Description private Storage<OsmPrimitive>
DataSet. allPrimitives
private Storage<Note>
NoteData. noteList
-
Uses of Storage in org.openstreetmap.josm.data.validation.tests
Fields in org.openstreetmap.josm.data.validation.tests declared as Storage Modifier and Type Field Description private Storage<java.lang.Object>
DuplicateNode. potentialDuplicates
The map of potential duplicates. -
Uses of Storage in org.openstreetmap.josm.data.vector
Fields in org.openstreetmap.josm.data.vector declared as Storage Modifier and Type Field Description protected Storage<O>
DataStore. allPrimitives
Fields in org.openstreetmap.josm.data.vector with type parameters of type Storage Modifier and Type Field Description private java.util.Map<java.lang.Integer,Storage<MVTTile>>
VectorDataSet. dataStoreMap
Methods in org.openstreetmap.josm.data.vector that return Storage Modifier and Type Method Description Storage<O>
DataStore. getAllPrimitives()
Methods in org.openstreetmap.josm.data.vector that return types with arguments of type Storage Modifier and Type Method Description private java.util.Optional<Storage<MVTTile>>
VectorDataSet. getBestZoomDataStore()
Get the best zoom datastore -
Uses of Storage in org.openstreetmap.josm.gui.dialogs.changeset
Fields in org.openstreetmap.josm.gui.dialogs.changeset declared as Storage Modifier and Type Field Description private Storage<Changeset>
ChangesetListModel. shownChangesets
-