Package | Description |
---|---|
org.openstreetmap.josm.io |
Modifier and Type | Field and Description |
---|---|
private static java.util.List<OsmServerReadPostprocessor> |
OsmReader.postprocessors
Used by plugins to register themselves as data postprocessors.
|
Modifier and Type | Method and Description |
---|---|
static void |
OsmReader.deregisterPostprocessor(OsmServerReadPostprocessor pp)
Deregister a postprocessor previously registered with
OsmReader.registerPostprocessor(org.openstreetmap.josm.io.OsmServerReadPostprocessor) . |
static void |
OsmReader.registerPostprocessor(OsmServerReadPostprocessor pp)
Register a new postprocessor.
|