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

public abstract class ALspPaintQuery<T> extends Object
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:
  • Constructor Details Link icon

    • ALspPaintQuery Link icon

      public ALspPaintQuery()
  • Method Details Link icon

    • getResult Link icon

      public abstract T getResult()
      Returns the result of the query.
      Returns:
      the result of the query