Uses of Class
com.luciad.view.lightspeed.query.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
Modifier 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
Modifier 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
Modifier 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
Modifier and TypeMethodDescription<T> T
TLspGXYLayerAdapter.query
(ALspPaintQuery<T> aQuery, TLspContext aContext) Deprecated. -
Uses of ALspPaintQuery in com.luciad.view.lightspeed.layer.raster
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier and TypeClassDescriptionclass
Layer query that retrieves a WMS GetFeatureInfo context object. -
Uses of ALspPaintQuery in com.luciad.wms.client.lightspeed.tiled
Modifier and TypeMethodDescription<T> boolean
TLspTiledWMSProxyPainter.query
(List<TLspPaintGroup> aPaintGroups, ALspPaintQuery<T> aQuery, TLspPaintRepresentationState aPaintRepresentationState, TLspContext aContext)