Uses of Class
org.openstreetmap.josm.data.osm.SimplePrimitiveId
-
Packages that use SimplePrimitiveId Package Description org.openstreetmap.josm.data.osm Provides the classes for OSM data:Primitives
:Node
,Way
,Relation
Users
Tags
Changesets
Utilities classesorg.openstreetmap.josm.io.remotecontrol.handler Provides the classes for remote control handlers (features exposed to the browser). -
-
Uses of SimplePrimitiveId in org.openstreetmap.josm.data.osm
Methods in org.openstreetmap.josm.data.osm that return SimplePrimitiveId Modifier and Type Method Description static SimplePrimitiveId
SimplePrimitiveId. fromString(String s)
Parses aSimplePrimitiveId
from the strings
.Methods in org.openstreetmap.josm.data.osm that return types with arguments of type SimplePrimitiveId Modifier and Type Method 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 strings
.static List<SimplePrimitiveId>
SimplePrimitiveId. multipleFromString(String s)
Parses a rangeSimplePrimitiveId
from the strings
.Method parameters in org.openstreetmap.josm.data.osm with type arguments of type SimplePrimitiveId Modifier and Type Method Description private static List<SimplePrimitiveId>
SimplePrimitiveId. extractIdsInto(MatchResult m, List<SimplePrimitiveId> ids)
-
Uses of SimplePrimitiveId in org.openstreetmap.josm.io.remotecontrol.handler
Fields in org.openstreetmap.josm.io.remotecontrol.handler with type parameters of type SimplePrimitiveId Modifier and Type Field Description private Set<SimplePrimitiveId>
LoadAndZoomHandler. toSelect
-