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,RelationUsersTagsChangesetsUtilities 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 SimplePrimitiveIdSimplePrimitiveId. fromString(java.lang.String s)Parses aSimplePrimitiveIdfrom the strings.Methods in org.openstreetmap.josm.data.osm that return types with arguments of type SimplePrimitiveId Modifier and Type Method 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 strings.static java.util.List<SimplePrimitiveId>SimplePrimitiveId. multipleFromString(java.lang.String s)Parses a rangeSimplePrimitiveIdfrom the strings.Method parameters in org.openstreetmap.josm.data.osm with type arguments of type SimplePrimitiveId Modifier and Type Method Description private static java.util.List<SimplePrimitiveId>SimplePrimitiveId. extractIdsInto(java.util.regex.MatchResult m, java.util.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 java.util.Set<SimplePrimitiveId>LoadAndZoomHandler. toSelect
-