Package | Description |
---|---|
org.openstreetmap.josm.data.osm | |
org.openstreetmap.josm.io.remotecontrol.handler |
Modifier and Type | Method and Description |
---|---|
static SimplePrimitiveId |
SimplePrimitiveId.fromString(String s)
Parses a
SimplePrimitiveId from the string s . |
Modifier and Type | Method and Description |
---|---|
private static List<SimplePrimitiveId> |
SimplePrimitiveId.extractIdsInto(MatchResult m,
List<SimplePrimitiveId> ids) |
static List<SimplePrimitiveId> |
SimplePrimitiveId.fuzzyParse(String s)
Attempts to parse extract any primitive id from the string
s . |
static List<SimplePrimitiveId> |
SimplePrimitiveId.multipleFromString(String s)
Parses a range
SimplePrimitiveId from the string s . |
Modifier and Type | Method and Description |
---|---|
private static List<SimplePrimitiveId> |
SimplePrimitiveId.extractIdsInto(MatchResult m,
List<SimplePrimitiveId> ids) |
Modifier and Type | Field and Description |
---|---|
private Set<SimplePrimitiveId> |
LoadAndZoomHandler.toSelect |