Package | Description |
---|---|
org.openstreetmap.josm.io |
Provides the classes for JOSM input/output support.
|
Modifier and Type | Field and Description |
---|---|
private OsmWriter |
OsmChangeBuilder.osmwriter |
Modifier and Type | Method and Description |
---|---|
static OsmWriter |
OsmWriterFactory.createOsmWriter(java.io.PrintWriter out,
boolean osmConform,
java.lang.String version)
Creates new
OsmWriter . |
protected OsmWriter |
OsmWriterFactory.createOsmWriterImpl(java.io.PrintWriter out,
boolean osmConform,
java.lang.String version)
Creates new
OsmWriter . |