Package | Description |
---|---|
org.openstreetmap.josm.data.osm.search |
Provides classes allowing to search OSM primitives in a dataset using textual queries.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
SearchCompiler.BinaryMatchFactory |
static interface |
SearchCompiler.SimpleMatchFactory |
static interface |
SearchCompiler.UnaryMatchFactory |
Modifier and Type | Class and Description |
---|---|
static class |
SearchCompiler.CoreSimpleMatchFactory |
static class |
SearchCompiler.CoreUnaryMatchFactory |
Modifier and Type | Method and Description |
---|---|
static void |
SearchCompiler.addMatchFactory(SearchCompiler.MatchFactory factory)
Add (register) MatchFactory with SearchCompiler
|