Package | Description |
---|---|
org.openstreetmap.josm.data.notes | |
org.openstreetmap.josm.io |
Modifier and Type | Method and Description |
---|---|
void |
Note.updateWith(Note note)
Copies values from a new note into an existing one.
|
Modifier and Type | Field and Description |
---|---|
private Note |
NoteReader.Parser.thisNote |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Note> |
NoteReader.Parser.notes |
private java.util.List<Note> |
NoteReader.parsedNotes |
Modifier and Type | Method and Description |
---|---|
java.util.List<Note> |
NoteReader.parse()
Parses the InputStream given to the constructor and returns
the resulting Note objects
|