Package com.luciad.view.lightspeed.query
package com.luciad.view.lightspeed.query
Provides support for
querying
the objects of a layer. The following default query's are available:
TLspIsTouchedQuery
: test whether the painted representation of a domain object is touched by a certain view areaTLspBoundsQuery
: get the bounds of the painted representation of a domain objectTLspPaintedObjectsQuery
: retrieve all painted domain objects whose painted representation overlaps with a certain view areaTLspPaintedObjectsTouchQuery
: retrieve all painted domain objects whose painted representation is touched by a certain view area and the point they are touched atTLspPaintedObjectsBoundsQuery
: retrieve the bounds of all painted domain objects whose painted representation overlaps with a certain view area
- Since:
- 2012.0
-
ClassDescriptionBase class for paint queries.Query to retrieve the bounds of an object.Query to determine whether an object is touched.Query to retrieve the bounds of all objects that are painted and overlap with a specified view region.Query to retrieve all objects that are painted and overlap with a certain view region.Query to retrieve all objects that are painted and touched by a specified view region.