| Package | Description |
|---|---|
| org.openstreetmap.josm.actions.mapmode |
Provides the classes for JOSM
map modes. |
| org.openstreetmap.josm.actions.upload |
Provides the classes for JOSM
upload action. |
| org.openstreetmap.josm.data.osm |
Provides the classes for OSM data:
Primitives:
Node,
Way,
Relation
Users
Tags
Changesets
Utilities classes
|
| org.openstreetmap.josm.gui.dialogs |
Provides three kinds of dialogs:
Toggle dialogs on the right side of the GUI, that can be turned on, off, attached or detached from the GUI
Changeset dialog based on a standalone implementation, dedicated to OSM changesets management
Extended dialogs for everything else
|
| org.openstreetmap.josm.gui.layer |
Provides classes for handling the different kinds of map layers.
|
| org.openstreetmap.josm.io |
Provides the classes for JOSM input/output support.
|
| Modifier and Type | Field and Description |
|---|---|
private NoteData |
AddNoteAction.noteData |
| Constructor and Description |
|---|
AddNoteAction(NoteData data)
Construct a new map mode.
|
| Modifier and Type | Field and Description |
|---|---|
private NoteData |
UploadNotesTask.noteData |
| Modifier and Type | Method and Description |
|---|---|
void |
UploadNotesTask.uploadNotes(NoteData noteData,
ProgressMonitor progressMonitor)
Upload notes with modifications to the server
|
| Modifier and Type | Method and Description |
|---|---|
void |
NoteData.mergeFrom(NoteData from)
Merge notes from an existing note data.
|
void |
NoteData.NoteDataUpdateListener.noteDataUpdated(NoteData data)
Called when the note data is updated
|
void |
NoteData.NoteDataUpdateListener.selectedNoteChanged(NoteData noteData)
The selected node was changed
|
| Modifier and Type | Field and Description |
|---|---|
private NoteData |
NotesDialog.noteData |
| Modifier and Type | Method and Description |
|---|---|
void |
NotesDialog.noteDataUpdated(NoteData data) |
void |
NotesDialog.selectedNoteChanged(NoteData noteData) |
| Modifier and Type | Field and Description |
|---|---|
private NoteData |
NoteLayer.noteData |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Set<NoteData> |
AutosaveTask.changedNoteData |
| Modifier and Type | Method and Description |
|---|---|
NoteData |
NoteLayer.getNoteData()
Returns the note data store being used by this layer
|
| Modifier and Type | Method and Description |
|---|---|
void |
AutosaveTask.noteDataUpdated(NoteData data) |
void |
NoteLayer.noteDataUpdated(NoteData data) |
void |
AutosaveTask.selectedNoteChanged(NoteData noteData) |
void |
NoteLayer.selectedNoteChanged(NoteData noteData) |
| Constructor and Description |
|---|
NoteLayer(NoteData noteData,
java.lang.String name)
Create a new note layer with a notes data
|
| Modifier and Type | Field and Description |
|---|---|
protected NoteData |
OsmChangeReader.noteData |
| Modifier and Type | Method and Description |
|---|---|
NoteData |
OsmChangeReader.getNoteData()
Replies the parsed notes data.
|
| Modifier and Type | Method and Description |
|---|---|
static Pair<DataSet,NoteData> |
OsmChangeReader.parseDataSetAndNotes(java.io.InputStream source,
ProgressMonitor progressMonitor)
Parse the given input source and return the dataset and notes, if any (OsmAnd extends the osmChange format by adding notes).
|
| Modifier and Type | Method and Description |
|---|---|
void |
NoteWriter.write(NoteData data)
Write notes to designated output target
|