Package | Description |
---|---|
org.openstreetmap.josm.data.osm.search |
Provides classes allowing to search OSM primitives in a dataset using textual queries.
|
Modifier and Type | Class and Description |
---|---|
private static class |
SearchCompiler.AreaSize
Matches if the size of the area is within the given range
|
private static class |
SearchCompiler.ChangesetId
Matches objects with a changeset ID in the given range.
|
private static class |
SearchCompiler.Id
Matches objects with ID in the given range.
|
private static class |
SearchCompiler.NodeCountRange
Matches ways with a number of nodes in given range
|
private static class |
SearchCompiler.TagCountRange
Matches objects with a number of tags in given range
|
private static class |
SearchCompiler.TimestampRange
Matches objects with a timestamp in given range
|
private static class |
SearchCompiler.Version
Matches objects with a version number in the given range.
|
private static class |
SearchCompiler.WayCountRange
Matches objects with the number of referring/contained ways in the given range
|
private static class |
SearchCompiler.WayLength
Matches if the length of a way is within the given range
|