public static class SearchCompiler.InDataSourceArea extends SearchCompiler.InArea
all| Constructor and Description |
|---|
InDataSourceArea(boolean all)
Constructs a new
InDataSourceArea. |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Collection<Bounds> |
getBounds(OsmPrimitive primitive) |
java.lang.String |
toString() |
equals, hashCode, matchmatch, testpublic InDataSourceArea(boolean all)
InDataSourceArea.all - if true, all way nodes or relation members have to be within source area; if false, one suffices.protected java.util.Collection<Bounds> getBounds(OsmPrimitive primitive)
getBounds in class SearchCompiler.InAreapublic java.lang.String toString()
toString in class java.lang.Object