Uses of Class
org.openstreetmap.josm.data.osm.NoteData
-
Packages that use NoteData Package Description org.openstreetmap.josm.actions.mapmode Provides the classes for JOSMmap modes.org.openstreetmap.josm.actions.upload Provides the classes for JOSMupload action.org.openstreetmap.josm.data.osm Provides the classes for OSM data:Primitives:Node,Way,RelationUsersTagsChangesetsUtilities classesorg.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 elseorg.openstreetmap.josm.gui.download Provides GUI classes for the download dialog.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. -
-
Uses of NoteData in org.openstreetmap.josm.actions.mapmode
Fields in org.openstreetmap.josm.actions.mapmode declared as NoteData Modifier and Type Field Description private NoteDataAddNoteAction. noteDataConstructors in org.openstreetmap.josm.actions.mapmode with parameters of type NoteData Constructor Description AddNoteAction(NoteData data)Construct a new map mode. -
Uses of NoteData in org.openstreetmap.josm.actions.upload
Fields in org.openstreetmap.josm.actions.upload declared as NoteData Modifier and Type Field Description private NoteDataUploadNotesTask. noteDataMethods in org.openstreetmap.josm.actions.upload with parameters of type NoteData Modifier and Type Method Description voidUploadNotesTask. uploadNotes(NoteData noteData, ProgressMonitor progressMonitor)Upload notes with modifications to the server -
Uses of NoteData in org.openstreetmap.josm.data.osm
Methods in org.openstreetmap.josm.data.osm with parameters of type NoteData Modifier and Type Method Description voidNoteData. mergeFrom(NoteData from)Merge notes from an existing note data.voidNoteData.NoteDataUpdateListener. noteDataUpdated(NoteData data)Called when the note data is updatedvoidNoteData.NoteDataUpdateListener. selectedNoteChanged(NoteData noteData)The selected node was changed -
Uses of NoteData in org.openstreetmap.josm.gui.dialogs
Fields in org.openstreetmap.josm.gui.dialogs declared as NoteData Modifier and Type Field Description private NoteDataNotesDialog. noteDataMethods in org.openstreetmap.josm.gui.dialogs with parameters of type NoteData Modifier and Type Method Description voidNotesDialog. noteDataUpdated(NoteData data)voidNotesDialog. selectedNoteChanged(NoteData noteData) -
Uses of NoteData in org.openstreetmap.josm.gui.download
Methods in org.openstreetmap.josm.gui.download that return types with arguments of type NoteData Modifier and Type Method Description java.lang.Class<? extends AbstractDownloadTask<NoteData>>OSMDownloadSource.NotesDataDownloadType. getDownloadClass() -
Uses of NoteData in org.openstreetmap.josm.gui.layer
Fields in org.openstreetmap.josm.gui.layer declared as NoteData Modifier and Type Field Description private NoteDataNoteLayer. noteDataMethods in org.openstreetmap.josm.gui.layer that return NoteData Modifier and Type Method Description NoteDataNoteLayer. getNoteData()Returns the note data store being used by this layerMethods in org.openstreetmap.josm.gui.layer with parameters of type NoteData Modifier and Type Method Description voidAutosaveTask. noteDataUpdated(NoteData data)voidNoteLayer. noteDataUpdated(NoteData data)voidAutosaveTask. selectedNoteChanged(NoteData noteData)voidNoteLayer. selectedNoteChanged(NoteData noteData)Constructors in org.openstreetmap.josm.gui.layer with parameters of type NoteData Constructor Description NoteLayer(NoteData noteData, java.lang.String name)Create a new note layer with a notes data -
Uses of NoteData in org.openstreetmap.josm.io
Fields in org.openstreetmap.josm.io declared as NoteData Modifier and Type Field Description protected NoteDataOsmChangeReader. noteDataMethods in org.openstreetmap.josm.io that return NoteData Modifier and Type Method Description NoteDataOsmChangeReader. getNoteData()Replies the parsed notes data.Methods in org.openstreetmap.josm.io that return types with arguments of type NoteData Modifier and Type Method 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).Methods in org.openstreetmap.josm.io with parameters of type NoteData Modifier and Type Method Description voidNoteWriter. write(NoteData data)Write notes to designated output target
-