Package | Description |
---|---|
org.openstreetmap.josm.data.osm |
Provides the classes for OSM data:
Primitives :
Node ,
Way ,
Relation
Users
Tags
Changesets
Utilities classes
|
Modifier and Type | Field and Description |
---|---|
private static ChangesetCache |
ChangesetCache.instance
the unique instance
|
private ChangesetCache |
DefaultChangesetCacheEvent.source |
Modifier and Type | Method and Description |
---|---|
static ChangesetCache |
ChangesetCache.getInstance()
Replies the unique instance of the cache
|
ChangesetCache |
ChangesetCacheEvent.getSource() |
ChangesetCache |
DefaultChangesetCacheEvent.getSource() |
Constructor and Description |
---|
DefaultChangesetCacheEvent(ChangesetCache source) |