|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OsmServerReadPostprocessor | |
|---|---|
| org.openstreetmap.josm.io | |
| Uses of OsmServerReadPostprocessor in org.openstreetmap.josm.io |
|---|
| Fields in org.openstreetmap.josm.io with type parameters of type OsmServerReadPostprocessor | |
|---|---|
static java.util.ArrayList<OsmServerReadPostprocessor> |
OsmReader.postprocessors
Used by plugins to register themselves as data postprocessors. |
| Methods in org.openstreetmap.josm.io with parameters of type OsmServerReadPostprocessor | |
|---|---|
static void |
OsmReader.deregisterPostprocessor(OsmServerReadPostprocessor pp)
deregister a postprocessor previously registered with registerPostprocessor |
static void |
OsmReader.registerPostprocessor(OsmServerReadPostprocessor pp)
register a new postprocessor |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||