| Package | Description |
|---|---|
| org.openstreetmap.josm.actions.downloadtasks |
Provides the classes for JOSM
download tasks . |
| org.openstreetmap.josm.gui.io |
Provides GUI classes for handling input/output operations (download, upload, save).
|
| org.openstreetmap.josm.gui.io.importexport |
Provides GUI classes for handling file import/export operations.
|
| org.openstreetmap.josm.gui.layer |
Provides classes for handling the different kinds of map layers.
|
| org.openstreetmap.josm.io.session |
Provides the classes for user sessions import/export.
|
| Modifier and Type | Field and Description |
|---|---|
private NoteLayer |
DownloadNotesTask.noteLayer |
| Modifier and Type | Field and Description |
|---|---|
private NoteLayer |
UploadNoteLayerTask.layer |
| Constructor and Description |
|---|
UploadNoteLayerTask(NoteLayer layer,
ProgressMonitor monitor)
Creates the upload task.
|
| Modifier and Type | Method and Description |
|---|---|
NoteLayer |
NoteImporter.loadLayer(java.io.InputStream in,
java.io.File associatedFile,
java.lang.String layerName,
ProgressMonitor progressMonitor)
Load note layer from InputStream.
|
| Modifier and Type | Method and Description |
|---|---|
NoteLayer |
MainLayerManager.getNoteLayer()
Returns the unique note layer, if present.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
AutosaveTask.registerNewlayer(NoteLayer layer) |
| Constructor and Description |
|---|
NoteSessionExporter(NoteLayer layer)
Constructs a new
NoteSessionExporter. |