public abstract static class SearchCompiler.TaggedMatch extends SearchCompiler.Match
Constructor and Description |
---|
TaggedMatch() |
Modifier and Type | Method and Description |
---|---|
boolean |
match(OsmPrimitive osm)
Tests whether the primitive matches this criterion.
|
abstract boolean |
match(Tagged tags)
Tests whether the tagged object matches this criterion.
|
evaluate, existsMatch, forallMatch
public TaggedMatch()
public abstract boolean match(Tagged tags)
SearchCompiler.Match
match
in class SearchCompiler.Match
tags
- the tagged object to testpublic final boolean match(OsmPrimitive osm)
SearchCompiler.Match
match
in class SearchCompiler.Match
osm
- the primitive to test