| Package | Description |
|---|---|
| org.openstreetmap.josm.data.osm |
Provides the classes for OSM data:
Primitives:
Node,
Way,
Relation
Users
Tags
Changesets
Utilities classes
|
| Modifier and Type | Field and Description |
|---|---|
private static java.util.List<NameFormatterHook> |
DefaultNameFormatter.formatHooks |
| Modifier and Type | Method and Description |
|---|---|
static void |
DefaultNameFormatter.registerFormatHook(NameFormatterHook hook)
Registers a format hook.
|
static void |
DefaultNameFormatter.unregisterFormatHook(NameFormatterHook hook)
Unregisters a format hook.
|