| Package | Description |
|---|---|
| org.openstreetmap.josm.data.osm |
Provides the classes for OSM data:
Primitives:
Node,
Way,
Relation
Users
Tags
Changesets
Utilities classes
|
| org.openstreetmap.josm.data.osm.visitor |
Provides the classes for performing actions on OSM primitives using Visitor design pattern.
|
| org.openstreetmap.josm.io |
Provides the classes for JOSM input/output support.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Way
One full way, consisting of a list of way
nodes. |
class |
WayData
The data (tags and node ids) that is stored for a way in the database
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.Comparator<IWay> |
DefaultNameFormatter.wayComparator |
| Modifier and Type | Method and Description |
|---|---|
java.util.Comparator<IWay> |
NameFormatter.getWayComparator()
Gets a comparator that sorts the ways by the string that this formatter would create for them
|
java.util.Comparator<IWay> |
DefaultNameFormatter.getWayComparator() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
NameFormatterHook.checkFormat(IWay way,
java.lang.String defaultName)
Check the way format.
|
java.lang.String |
NameFormatter.format(IWay way)
Formats a name for a
IWay. |
java.lang.String |
DefaultNameFormatter.format(IWay way) |
| Modifier and Type | Method and Description |
|---|---|
void |
PrimitiveVisitor.visit(IWay w)
Visiting call for ways.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OsmWriter.visit(IWay w) |