Uses of Class
org.openstreetmap.josm.data.osm.search.SearchCompiler.TaggedMatch
-
Packages that use SearchCompiler.TaggedMatch Package Description org.openstreetmap.josm.data.osm.search Provides classes allowing to search OSM primitives in a dataset using textual queries. -
-
Uses of SearchCompiler.TaggedMatch in org.openstreetmap.josm.data.osm.search
Subclasses of SearchCompiler.TaggedMatch in org.openstreetmap.josm.data.osm.search Modifier and Type Class Description static class
SearchCompiler.Always
Matches every OsmPrimitive.private static class
SearchCompiler.Any
Match a string in any tags (key or value), with optional regex and case insensitivity.static class
SearchCompiler.BooleanMatch
Matches if the value of the corresponding key is ''yes'', ''true'', ''1'' or ''on''.static class
SearchCompiler.ExactKeyValue
Matches objects with the exact given key-value pair.static class
SearchCompiler.KeyValue
Matches objects with the given key-value pair.static class
SearchCompiler.Never
Never matches any OsmPrimitive.static class
SearchCompiler.ValueComparison
-