| 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.io.remotecontrol.handler |
Provides the classes for remote control handlers (features exposed to the browser).
|
| Modifier and Type | Method and Description |
|---|---|
static SimplePrimitiveId |
SimplePrimitiveId.fromString(java.lang.String s)
Parses a
SimplePrimitiveId from the string s. |
| Modifier and Type | Method and Description |
|---|---|
private static java.util.List<SimplePrimitiveId> |
SimplePrimitiveId.extractIdsInto(java.util.regex.MatchResult m,
java.util.List<SimplePrimitiveId> ids) |
static java.util.List<SimplePrimitiveId> |
SimplePrimitiveId.fuzzyParse(java.lang.String s)
Attempts to parse extract any primitive id from the string
s. |
static java.util.List<SimplePrimitiveId> |
SimplePrimitiveId.multipleFromString(java.lang.String s)
Parses a range
SimplePrimitiveId from the string s. |
| Modifier and Type | Method and Description |
|---|---|
private static java.util.List<SimplePrimitiveId> |
SimplePrimitiveId.extractIdsInto(java.util.regex.MatchResult m,
java.util.List<SimplePrimitiveId> ids) |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Set<SimplePrimitiveId> |
LoadAndZoomHandler.toSelect |