Uses of Class
com.luciad.view.lightspeed.query.ALspPaintQuery
Packages that use ALspPaintQuery
Package
Description
Painters for OpenFlight models.
Provides a painter that performs and visualizes Line-Of-Sight (LOS)
computations.
Provides layering support for
ILspView
.Provides support for visualizing
ILcdGXYLayer
instances in an
ILspView
.Provides layering support for raster layers.
Painter interfaces and implementations for visualizing objects in an
ILspView
.Provides support for the visualization of density plots.
Provides support for painting labels for objects.
Provides a painting support for 3D meshes.
Provides support for painting of vector shapes.
Provides support for
querying
the objects of a layer.
This package contains the layer builder for visualizing
ALcdWMSProxy
instances in a Lightspeed view.This package contains a painter that visualizes
ALcdWMSProxy
instances in a Lightspeed view using a tiled approach.-
Uses of ALspPaintQuery in com.luciad.format.object3d.openflight.lightspeed
Methods in com.luciad.format.object3d.openflight.lightspeed with parameters of type ALspPaintQueryModifier and TypeMethodDescription<T> boolean
TLspOpenFlightPainter.query
(List<TLspPaintGroup> aPaintGroups, ALspPaintQuery<T> aQuery, TLspPaintRepresentationState aPaintRepresentationState, TLspContext aContext) -
Uses of ALspPaintQuery in com.luciad.tea.lightspeed.los.view
Methods in com.luciad.tea.lightspeed.los.view with parameters of type ALspPaintQueryModifier and TypeMethodDescription<T> boolean
TLspLOSCoveragePainter.query
(List<TLspPaintGroup> aPaintGroups, ALspPaintQuery<T> aQuery, TLspPaintRepresentationState aPaintRepresentationState, TLspContext aContext) -
Uses of ALspPaintQuery in com.luciad.view.lightspeed.layer
Methods in com.luciad.view.lightspeed.layer with parameters of type ALspPaintQueryModifier and TypeMethodDescription<T> T
ILspInteractivePaintableLayer.query
(ALspPaintQuery<T> aQuery, TLspContext aContext) Retrieves a set of domain objects and data based on the parameters given by the query.<T> T
TLspLayer.query
(ALspPaintQuery<T> aQuery, TLspContext aContext) -
Uses of ALspPaintQuery in com.luciad.view.lightspeed.layer.integration.gxy
Methods in com.luciad.view.lightspeed.layer.integration.gxy with parameters of type ALspPaintQueryModifier and TypeMethodDescription<T> T
TLspGXYLayerAdapter.query
(ALspPaintQuery<T> aQuery, TLspContext aContext) Deprecated. -
Uses of ALspPaintQuery in com.luciad.view.lightspeed.layer.raster
Methods in com.luciad.view.lightspeed.layer.raster with parameters of type ALspPaintQueryModifier and TypeMethodDescription<T> T
TLspRasterLayer.query
(ALspPaintQuery<T> aQuery, TLspContext aContext) Retrieves a set of domain objects and data based on the parameters given by the query. -
Uses of ALspPaintQuery in com.luciad.view.lightspeed.painter
Methods in com.luciad.view.lightspeed.painter with parameters of type ALspPaintQueryModifier and TypeMethodDescription<T> boolean
ILspPainter.query
(List<TLspPaintGroup> aPaintGroups, ALspPaintQuery<T> aQuery, TLspPaintRepresentationState aPaintRepresentationState, TLspContext aContext) Retrieves a set of domain objects and data based on the parameters given by the query. -
Uses of ALspPaintQuery in com.luciad.view.lightspeed.painter.density
Methods in com.luciad.view.lightspeed.painter.density with parameters of type ALspPaintQueryModifier and TypeMethodDescription<T> boolean
TLspDensityPainter.query
(List<TLspPaintGroup> aPaintGroups, ALspPaintQuery<T> aQuery, TLspPaintRepresentationState aPaintRepresentationState, TLspContext aContext) Deprecated. -
Uses of ALspPaintQuery in com.luciad.view.lightspeed.painter.label
Methods in com.luciad.view.lightspeed.painter.label with parameters of type ALspPaintQueryModifier and TypeMethodDescription<T> boolean
TLspLabelPainter.query
(List<TLspPaintGroup> aPaintGroups, ALspPaintQuery<T> aQuery, TLspPaintRepresentationState aPaintRepresentationState, TLspContext aContext) -
Uses of ALspPaintQuery in com.luciad.view.lightspeed.painter.mesh
Methods in com.luciad.view.lightspeed.painter.mesh with parameters of type ALspPaintQueryModifier and TypeMethodDescription<T> boolean
TLsp3DMeshPainter.query
(List<TLspPaintGroup> aPaintGroups, ALspPaintQuery<T> aQuery, TLspPaintRepresentationState aPaintRepresentationState, TLspContext aContext) Deprecated. -
Uses of ALspPaintQuery in com.luciad.view.lightspeed.painter.shape
Methods in com.luciad.view.lightspeed.painter.shape with parameters of type ALspPaintQueryModifier and TypeMethodDescription<T> boolean
TLspShapePainter.query
(List<TLspPaintGroup> aPaintGroups, ALspPaintQuery<T> aQuery, TLspPaintRepresentationState aPaintRepresentationState, TLspContext aContext) -
Uses of ALspPaintQuery in com.luciad.view.lightspeed.query
Subclasses of ALspPaintQuery in com.luciad.view.lightspeed.queryModifier and TypeClassDescriptionclass
Query to retrieve the bounds of an object.class
Query to determine whether an object is touched.class
Query to retrieve the bounds of all objects that are painted and overlap with a specified view region.class
Query to retrieve all objects that are painted and overlap with a certain view region.class
Query to retrieve all objects that are painted and touched by a specified view region. -
Uses of ALspPaintQuery in com.luciad.wms.client.lightspeed
Subclasses of ALspPaintQuery in com.luciad.wms.client.lightspeedModifier and TypeClassDescriptionclass
Layer query that retrieves a WMS GetFeatureInfo context object. -
Uses of ALspPaintQuery in com.luciad.wms.client.lightspeed.tiled
Methods in com.luciad.wms.client.lightspeed.tiled with parameters of type ALspPaintQueryModifier and TypeMethodDescription<T> boolean
TLspTiledWMSProxyPainter.query
(List<TLspPaintGroup> aPaintGroups, ALspPaintQuery<T> aQuery, TLspPaintRepresentationState aPaintRepresentationState, TLspContext aContext)