Uses of Class
com.luciad.view.lightspeed.layer.paintgroup.TLspPaintGroup
Packages that use TLspPaintGroup
Package
Description
Painters for OpenFlight models.
Provides a painter that performs and visualizes Line-Of-Sight (LOS)
computations.
Provides support for grouping the objects that should be painted and handling changes to these
groups.
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.
This package contains a painter that visualizes
ALcdWMSProxy
instances in a Lightspeed view using a tiled approach.-
Uses of TLspPaintGroup in com.luciad.format.object3d.openflight.lightspeed
Method parameters in com.luciad.format.object3d.openflight.lightspeed with type arguments of type TLspPaintGroupModifier and TypeMethodDescriptionTLspOpenFlightPainter.paintObjects
(ILcdGLDrawable aGLDrawable, List<TLspPaintGroup> aPaintGroups, TLspPaintPass aPass, TLspContext aContext) <T> boolean
TLspOpenFlightPainter.query
(List<TLspPaintGroup> aPaintGroups, ALspPaintQuery<T> aQuery, TLspPaintRepresentationState aPaintRepresentationState, TLspContext aContext) -
Uses of TLspPaintGroup in com.luciad.tea.lightspeed.los.view
Method parameters in com.luciad.tea.lightspeed.los.view with type arguments of type TLspPaintGroupModifier and TypeMethodDescriptionTLspLOSCoveragePainter.paintObjects
(ILcdGLDrawable aGLDrawable, List<TLspPaintGroup> aPaintGroups, TLspPaintPass aPass, TLspContext aContext) <T> boolean
TLspLOSCoveragePainter.query
(List<TLspPaintGroup> aPaintGroups, ALspPaintQuery<T> aQuery, TLspPaintRepresentationState aPaintRepresentationState, TLspContext aContext) -
Uses of TLspPaintGroup in com.luciad.view.lightspeed.layer.paintgroup
Methods in com.luciad.view.lightspeed.layer.paintgroup that return TLspPaintGroupModifier and TypeMethodDescriptionILspPaintGroupSet.getPaintGroupById
(Object aPaintGroupId) ILspPaintGroupSet.getPaintGroupByObject
(Object aObject) Methods in com.luciad.view.lightspeed.layer.paintgroup that return types with arguments of type TLspPaintGroup -
Uses of TLspPaintGroup in com.luciad.view.lightspeed.painter
Method parameters in com.luciad.view.lightspeed.painter with type arguments of type TLspPaintGroupModifier and TypeMethodDescriptionILspPainter.paintObjects
(ILcdGLDrawable aGLDrawable, List<TLspPaintGroup> aPaintGroups, TLspPaintPass aPass, TLspContext aContext) Paints the specified groups of objects into a view.<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 TLspPaintGroup in com.luciad.view.lightspeed.painter.density
Method parameters in com.luciad.view.lightspeed.painter.density with type arguments of type TLspPaintGroupModifier and TypeMethodDescriptionTLspDensityPainter.paintObjects
(ILcdGLDrawable aGLDrawable, List<TLspPaintGroup> aPaintGroups, TLspPaintPass aPass, TLspContext aContext) Deprecated.<T> boolean
TLspDensityPainter.query
(List<TLspPaintGroup> aPaintGroups, ALspPaintQuery<T> aQuery, TLspPaintRepresentationState aPaintRepresentationState, TLspContext aContext) Deprecated. -
Uses of TLspPaintGroup in com.luciad.view.lightspeed.painter.label
Method parameters in com.luciad.view.lightspeed.painter.label with type arguments of type TLspPaintGroupModifier and TypeMethodDescriptionTLspLabelPainter.paintObjects
(ILcdGLDrawable aGLDrawable, List<TLspPaintGroup> aPaintGroups, TLspPaintPass aPass, TLspContext aContext) <T> boolean
TLspLabelPainter.query
(List<TLspPaintGroup> aPaintGroups, ALspPaintQuery<T> aQuery, TLspPaintRepresentationState aPaintRepresentationState, TLspContext aContext) -
Uses of TLspPaintGroup in com.luciad.view.lightspeed.painter.mesh
Method parameters in com.luciad.view.lightspeed.painter.mesh with type arguments of type TLspPaintGroupModifier and TypeMethodDescriptionTLsp3DMeshPainter.paintObjects
(ILcdGLDrawable aGLDrawable, List<TLspPaintGroup> aPaintGroups, TLspPaintPass aPass, TLspContext aContext) Deprecated.<T> boolean
TLsp3DMeshPainter.query
(List<TLspPaintGroup> aPaintGroups, ALspPaintQuery<T> aQuery, TLspPaintRepresentationState aPaintRepresentationState, TLspContext aContext) Deprecated. -
Uses of TLspPaintGroup in com.luciad.view.lightspeed.painter.shape
Method parameters in com.luciad.view.lightspeed.painter.shape with type arguments of type TLspPaintGroupModifier and TypeMethodDescriptionTLspShapePainter.paintObjects
(ILcdGLDrawable aGLDrawable, List<TLspPaintGroup> aPaintGroups, TLspPaintPass aPass, TLspContext aContext) <T> boolean
TLspShapePainter.query
(List<TLspPaintGroup> aPaintGroups, ALspPaintQuery<T> aQuery, TLspPaintRepresentationState aPaintRepresentationState, TLspContext aContext) -
Uses of TLspPaintGroup in com.luciad.wms.client.lightspeed.tiled
Method parameters in com.luciad.wms.client.lightspeed.tiled with type arguments of type TLspPaintGroupModifier and TypeMethodDescriptionTLspTiledWMSProxyPainter.paintObjects
(ILcdGLDrawable aGLDrawable, List<TLspPaintGroup> aPaintGroups, TLspPaintPass aPass, TLspContext aContext) <T> boolean
TLspTiledWMSProxyPainter.query
(List<TLspPaintGroup> aPaintGroups, ALspPaintQuery<T> aQuery, TLspPaintRepresentationState aPaintRepresentationState, TLspContext aContext)