Class InView
- java.lang.Object
-
- org.openstreetmap.josm.data.osm.search.SearchCompiler.Match
-
- org.openstreetmap.josm.data.osm.search.SearchCompiler.InArea
-
- org.openstreetmap.josm.actions.search.InView
-
- All Implemented Interfaces:
java.util.function.Predicate<OsmPrimitive>
class InView extends SearchCompiler.InArea
Matches objects within current map view.- Since:
- 12662 (extracted from
SearchCompiler
)
-
-
Field Summary
-
Fields inherited from class org.openstreetmap.josm.data.osm.search.SearchCompiler.InArea
all
-
-
Constructor Summary
Constructors Constructor Description InView(boolean all)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.Collection<Bounds>
getBounds(OsmPrimitive primitive)
java.lang.String
toString()
-
Methods inherited from class org.openstreetmap.josm.data.osm.search.SearchCompiler.InArea
equals, hashCode, match
-
Methods inherited from class org.openstreetmap.josm.data.osm.search.SearchCompiler.Match
match, test, validate
-
-
-
-
Constructor Detail
-
InView
InView(boolean all)
-
-
Method Detail
-
getBounds
protected java.util.Collection<Bounds> getBounds(OsmPrimitive primitive)
- Specified by:
getBounds
in classSearchCompiler.InArea
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-