Uses of Class
com.luciad.view.lightspeed.layer.TLspPaintRepresentationState
Package
Description
This package contains a layer builder to visualize NetCDF models.
Painters for OpenFlight models.
This package provides the
TLcyLspDrawingAddOn
.Provides support for real-time hypsometric shading for either the terrain layer of
an
ILspView
or an elevation model.Provides a painter that performs and visualizes Line-Of-Sight (LOS)
computations.
Provides support for OpenGL-based 2D and 3D visualization of data.
Defines a mechanism for snapping between objects that are being edited.
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.
Contains style related classes that are used by the label painter.
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 TLspPaintRepresentationState in com.luciad.format.netcdf.lightspeed
Modifier and TypeMethodDescriptionTLspNetCDFLayerBuilder.styler
(TLspPaintRepresentationState aPaintRepresentationState, ILspStyler aStyler) Sets the styler used to visualize the image. -
Uses of TLspPaintRepresentationState 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 TLspPaintRepresentationState in com.luciad.lucy.addons.drawing.lightspeed
Modifier and TypeMethodDescriptionabstract ILspStyler
ALcyLspDomainObjectSupplier.createShapeStyler
(TLspPaintRepresentationState aPaintRepresentationState) Creates the styler for the domain objects of the associatedALcyDomainObjectSupplier
.TLcyLspSLDDomainObjectSupplier.createShapeStyler
(TLspPaintRepresentationState aPaintRepresentationState) -
Uses of TLspPaintRepresentationState in com.luciad.tea.lightspeed.hypsometry
Modifier and TypeMethodDescriptionTLspHypsometricShadingLayerBuilder.styler
(TLspPaintRepresentationState aPaintRepresentationState, ILspStyler aStyler) Sets the styler of the hypsometric shading layer. -
Uses of TLspPaintRepresentationState 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 TLspPaintRepresentationState in com.luciad.view.lightspeed
Modifier and TypeMethodDescriptionILspPaintingOrder.PaintStep.getPaintRepresentationState()
Returns the paint representation state corresponding to this paint step.TLspPaintPass.getPaintRepresentationState()
Gets the paint representation state.Modifier and TypeMethodDescriptionTLspPaintingOrder.getPaintRepresentationStateComparator()
Returns the comparator that determines in which order the various visual representations of domain objects are drawn.Modifier and TypeMethodDescriptionstatic TLspPaintPass
TLspPaintPass.getInstance
(TLspPaintPhase aPaintPhase, TLspPaintRepresentationState aPaintRepresentationState) Retrieves a paint pass that combines the given paint phase and paint representation state.Modifier and TypeMethodDescriptionvoid
TLspPaintingOrder.setPaintRepresentationStateComparator
(Comparator<TLspPaintRepresentationState> aPaintRepresentationStateComparator) Sets the comparator that determines in which order the various visual representations of domain objects are drawn.ModifierConstructorDescriptionPaintStep
(ILspLayer aLayer, TLspPaintRepresentationState aPaintRepresentationState) Creates a paint step for the given layer and paint representation state.PaintStep
(ILspLayer aLayer, TLspPaintRepresentationState aPaintRepresentationState, ILcdLayered aLayered, int aIndex) Creates a paint step for the given layer and paint representation state. -
Uses of TLspPaintRepresentationState in com.luciad.view.lightspeed.editor.snapping
Modifier and TypeMethodDescriptionTLspPointToPointSnapper.getSupportedStates()
Gets the supported paint representation states used for snapping.Modifier and TypeMethodDescriptionvoid
TLspPointToPointSnapper.setSupportedStates
(List<TLspPaintRepresentationState> aSupportedStates) Sets the supported paint representation states of thisTLspPointToPointSnapper
. -
Uses of TLspPaintRepresentationState in com.luciad.view.lightspeed.layer
Modifier and TypeFieldDescriptionstatic final TLspPaintRepresentationState
TLspPaintRepresentationState.EDITED_BODY
Identifies the edited body representation of an object.static final TLspPaintRepresentationState
TLspPaintRepresentationState.EDITED_LABEL
Identifies the edited label representation of an object.static final TLspPaintRepresentationState
TLspPaintRepresentationState.REGULAR_BODY
Identifies the regular body or graphical representation of an object.static final TLspPaintRepresentationState
TLspPaintRepresentationState.REGULAR_LABEL
Identifies the regular label or textual representation of an object.static final TLspPaintRepresentationState
TLspPaintRepresentationState.SELECTED_BODY
Identifies the selected body representation of an object.static final TLspPaintRepresentationState
TLspPaintRepresentationState.SELECTED_LABEL
Identifies the selected label representation of an object.Modifier and TypeMethodDescriptionstatic TLspPaintRepresentationState
TLspPaintRepresentationState.getInstance
(TLspPaintRepresentation aPaintRepresentation, TLspPaintState aPaintState) Combines the given paint representation and paint state.TLspDomainObjectContext.getPaintRepresentationState()
Returns the paint representation state associated with the domain objectTLspLayerPaintStateEvent.getPaintRepresentationState()
Returns the paint representation state affected by the state change that triggered this event.Modifier and TypeMethodDescriptionvoid
ALspLayer.fireLayerStateChange
(TLspLayerPaintStateEvent.Type aType, TLspPaintRepresentationState aPaintRepresentationState, Object aOldValue, Object aNewValue) Fires a layer state change event with the specified properties.void
TLspLayerStateSupport.fireLayerStateChange
(TLspLayerPaintStateEvent.Type aType, TLspPaintRepresentationState aPaintRepresentationState, Object aOldValue, Object aNewValue) Creates a newTLspLayerStateEvent
with the given properties and dispatches it to all currently registered listeners.ILspStyledLayer.getStyler
(TLspPaintRepresentationState aPaintRepresentationState) Returns the styler that is used for the given paint representation state.TLspLayer.getStyler
(TLspPaintRepresentationState aPaintRepresentationState) Returns the styler of the painter for the given TLspPaintRepresentationState.boolean
ALspLayer.isVisible
(TLspPaintRepresentationState aPaintRepresentationState) boolean
ILspLayer.isVisible
(TLspPaintRepresentationState aPaintRepresentationState) Returns whether the specifiedPaintRepresentationState
is enabled or not.ILspPaintableLayer.paint
(ILcdGLDrawable aGLDrawable, TLspPaintPhase aPhase, TLspPaintRepresentationState aPaintRepresentationState, ILspView aView) Renders the specified paint representation of this layer into a view.TLspLayer.paint
(ILcdGLDrawable aGLDrawable, TLspPaintPhase aPhase, TLspPaintRepresentationState aPaintRepresentationState, ILspView aView) void
ILspEditableStyledLayer.setStyler
(TLspPaintRepresentationState aPaintRepresentationState, ILspStyler aStyler) Sets the styler that is used for the given paint representation state.void
TLspLayer.setStyler
(TLspPaintRepresentationState aPaintRepresentationState, ILspStyler aStyler) Sets the styler of thepainter
that is currently set for the given TLspPaintRepresentationState.void
ALspLayer.setVisible
(TLspPaintRepresentationState aPaintRepresentationState, boolean aVisible) void
ILspLayer.setVisible
(TLspPaintRepresentationState aPaintRepresentationState, boolean aVisible) Enables or disables the a paint representation state.void
TLspLayer.setVisible
(TLspPaintRepresentationState aPaintRepresentationState, boolean aVisible) ModifierConstructorDescriptionTLspDomainObjectContext
(Object aObject, ILspView aView, ILspInteractivePaintableLayer aLayer, TLspPaintRepresentationState aPRS) Creates a new TLspDomainObjectContext based on the provided object, view, layer and paint representation state.TLspLayerPaintStateEvent
(ILspLayer aLayer, TLspLayerPaintStateEvent.Type aType, TLspPaintRepresentationState aPaintRepresentationState, Object aOldValue, Object aNewValue) Creates a new layer state change event with the given parameters. -
Uses of TLspPaintRepresentationState in com.luciad.view.lightspeed.layer.integration.gxy
Modifier and TypeMethodDescriptionTLspGXYLayerAdapter.getStyler
(TLspPaintRepresentationState aPaintRepresentationState) Deprecated.Returns null, because LuciadLightspeed styles are not used by the GXY layer adapter.boolean
TLspGXYLayerAdapter.isVisible
(TLspPaintRepresentationState aPaintRepresentationState) Deprecated.TLspGXYLayerAdapter.paint
(ILcdGLDrawable aGLDrawable, TLspPaintPhase aPhase, TLspPaintRepresentationState aPaintRepresentationState, ILspView aView) Deprecated.void
TLspGXYLayerAdapter.setVisible
(TLspPaintRepresentationState aPaintRepresentationState, boolean aVisible) Deprecated. -
Uses of TLspPaintRepresentationState in com.luciad.view.lightspeed.layer.raster
Modifier and TypeMethodDescriptionTLspRasterLayer.getStyler
(TLspPaintRepresentationState aPaintRepresentationState) void
TLspRasterLayer.setStyler
(TLspPaintRepresentationState aPaintRepresentationState, ILspStyler aStyler) Sets the styler used to style the rasters contained by this layer.TLspRasterLayerBuilder.styler
(TLspPaintRepresentationState aPaintRepresentationState, ILspStyler aStyler) Sets the styler of the raster. -
Uses of TLspPaintRepresentationState 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 TLspPaintRepresentationState 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 TLspPaintRepresentationState in com.luciad.view.lightspeed.painter.label
Modifier and TypeMethodDescriptionILspLabelPainter.getLabelIDs
(Object aObject, TLspPaintRepresentationState aPaintRepresentationState, TLspContext aContext) Enumerates all the desired labels associated with a domain object.TLspLabelPainter.getLabelIDs
(Object aObject, TLspPaintRepresentationState aPaintRepresentationState, TLspContext aContext) <T> boolean
TLspLabelPainter.query
(List<TLspPaintGroup> aPaintGroups, ALspPaintQuery<T> aQuery, TLspPaintRepresentationState aPaintRepresentationState, TLspContext aContext) -
Uses of TLspPaintRepresentationState in com.luciad.view.lightspeed.painter.label.style
ModifierConstructorDescriptionprotected
ALspSwingLabelStyler
(ALspInteractiveLabelProvider aInteractiveLabelProvider, TLspPaintRepresentationState aPaintRepresentationState, boolean aInvalidateOnModelChangeEvent) Creates a newALspSwingLabelStyler
that can be used for interactive labels (seeTLspInteractiveLabelsController
). -
Uses of TLspPaintRepresentationState 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 TLspPaintRepresentationState 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 TLspPaintRepresentationState in com.luciad.view.lightspeed.query
Modifier and TypeMethodDescriptionTLspPaintedObjectsBoundsQuery.getPaintRepresentationState()
Returns the paint representation state that should be queried.TLspPaintedObjectsQuery.getPaintRepresentationState()
Returns the paint representation state that should be queried.TLspPaintedObjectsTouchQuery.getPaintRepresentationState()
Returns the paint representation state that should be queried.ModifierConstructorDescriptionTLspPaintedObjectsBoundsQuery
(TLspPaintRepresentationState aPaintRepresentationState, ILcdBounds aViewBounds, double aSensitivity) Creates a new objects bounds query.TLspPaintedObjectsBoundsQuery
(TLspPaintRepresentationState aPaintRepresentationState, ILcdPoint aViewPoint, double aSensitivity) Creates a new objects bounds query.TLspPaintedObjectsQuery
(TLspPaintRepresentationState aPaintRepresentationState, ILcdBounds aViewBounds) Creates a new objects query.TLspPaintedObjectsTouchQuery
(TLspPaintRepresentationState aPaintRepresentationState, ILcdBounds aViewBounds, double aSensitivity) Creates a new touched objects query.TLspPaintedObjectsTouchQuery
(TLspPaintRepresentationState aPaintRepresentationState, ILcdPoint aViewPoint, double aSensitivity) Creates a new touched objects query. -
Uses of TLspPaintRepresentationState in com.luciad.wms.client.lightspeed
Modifier and TypeMethodDescriptionTLspWMSLayerBuilder.styler
(TLspPaintRepresentationState aPaintRepresentationState, ILspStyler aStyler) Sets the styler used to visualize the image. -
Uses of TLspPaintRepresentationState in com.luciad.wms.client.lightspeed.tiled
Modifier and TypeMethodDescription<T> boolean
TLspTiledWMSProxyPainter.query
(List<TLspPaintGroup> aPaintGroups, ALspPaintQuery<T> aQuery, TLspPaintRepresentationState aPaintRepresentationState, TLspContext aContext)