Package com.luciad.view.lightspeed.query
Class ALspPaintQuery<T>
java.lang.Object
com.luciad.view.lightspeed.query.ALspPaintQuery<T>
- Type Parameters:
T
- the result type
- Direct Known Subclasses:
TLspBoundsQuery
,TLspIsTouchedQuery
,TLspPaintedObjectsBoundsQuery
,TLspPaintedObjectsQuery
,TLspPaintedObjectsTouchQuery
,TLspWMSGetFeatureInfoContextQuery
Base class for paint queries.
This query can be used with an ILspInteractivePaintableLayer
to query the objects of the layer.
In most cases you should not implement this class directly but instead use one of the default implementations.
- Since:
- 2012.0
- See Also: