public class RootHitTestQuery extends java.lang.Object implements DeepHitTestQuery
DeepHitTestQuery that utilizes
HitTestControl and other DeepHitTestQuery
sub-queries within a GL event.| Constructor and Description |
|---|
RootHitTestQuery() |
| Modifier and Type | Method and Description |
|---|---|
java.util.SortedSet<MapItem> |
deepHitTest(MapView mapView,
HitTestQueryParameters params)
Perform a hit-test given a set of query parameters
NOTE: This is called on the GL thread
|
java.util.SortedSet<MapItem> |
deepHitTest(MapView mapView,
HitTestQueryParameters params,
java.util.Collection<? extends DeepHitTestQuery> subQueries)
Perform a deep hit test for map items with optional sub-queries
|
public final java.util.SortedSet<MapItem> deepHitTest(MapView mapView, HitTestQueryParameters params)
DeepHitTestQuerydeepHitTest in interface DeepHitTestQuerymapView - Map view instanceparams - Hit-test query parameters (location of hit, bounds, etc.)public final java.util.SortedSet<MapItem> deepHitTest(MapView mapView, HitTestQueryParameters params, java.util.Collection<? extends DeepHitTestQuery> subQueries)
mapView - Map viewparams - Hit test query parameterssubQueries - Additional hit test queries to run within the renderer thread