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() |
match
match, test
public 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.InArea
public java.lang.String toString()
toString
in class java.lang.Object