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,RelationUsersTagsChangesetsUtilities 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. allPrimitivesprivate 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. potentialDuplicatesThe 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. allPrimitivesFields 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. dataStoreMapMethods 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
-