Uses of Interface
com.luciad.view.lightspeed.layer.ILspInteractivePaintableLayer
Package
Description
This package provides a
layer builder
that can be used for AIXM 3/4 data.This package provides a
layer builder
that can be used for ARINC data.This package provides a
layer builder
that can be used for DAFIF or DAFIFT data.Provides API for visualizing NVG data in a Lightspeed view.
Painters for OpenFlight models.
This package provides a
layer builder
to create layers for S57 data (individual cells and catalogues).
Provides support for visualizing LuciadFusion vector data models in a Lightspeed view.
Provides support facilities for adding visualization in a Lightspeed view for data formats.
Package containing Lightspeed controller related classes which can be used in combination
with a Lightspeed map component
Provides a layer builder for APP6 a/b/c layers.
Provides a layer builder for MIL-STD 2525 b/c/d layers.
Provides a layer builder for APP-6 and/or MIL-STD-2525 layers.
Provides a painter that performs and visualizes Line-Of-Sight (LOS)
computations.
Provides controllers for the manipulation of domain objects in a view.
Provides support for interactive editing of domain objects in a model.
Provides layering support for
ILspView
.Provides layering support for density layers.
Provides support for visualizing
ILcdGXYLayer
instances in an
ILspView
.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 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 ILspInteractivePaintableLayer in com.luciad.format.aixm.view.lightspeed
-
Uses of ILspInteractivePaintableLayer in com.luciad.format.arinc.view.lightspeed
-
Uses of ILspInteractivePaintableLayer in com.luciad.format.dafif.lightspeed
-
Uses of ILspInteractivePaintableLayer in com.luciad.format.nvg.lightspeed
-
Uses of ILspInteractivePaintableLayer in com.luciad.format.object3d.openflight.lightspeed
Modifier and TypeMethodDescriptionvoid
TLspOpenFlightPainter.registerLayer
(ILspInteractivePaintableLayer aLayer, TLspPaintRepresentation aPaintRepresentation) void
TLspOpenFlightPainter.unregisterLayer
(ILspInteractivePaintableLayer aLayer, TLspPaintRepresentation aPaintRepresentation) -
Uses of ILspInteractivePaintableLayer in com.luciad.format.s52.lightspeed
-
Uses of ILspInteractivePaintableLayer in com.luciad.fusion.client.view.lightspeed
-
Uses of ILspInteractivePaintableLayer in com.luciad.lucy.format.lightspeed
Modifier and TypeMethodDescriptionprotected void
TLcyLspVectorFormat.customizeLayer
(ILspInteractivePaintableLayer aLayer) Each layer created by the layer factory of this format is passed to this method. -
Uses of ILspInteractivePaintableLayer in com.luciad.lucy.map.lightspeed.controller
Modifier and TypeMethodDescriptionALcyLspCreateControllerModel.getCurrentLayer()
Returns the layer to which new objects will be added.Modifier and TypeMethodDescriptionfinal void
ALcyLspCreateControllerModel.setCurrentLayer
(ILspInteractivePaintableLayer aCurrentLayer) Sets the layer in which new objects will be created. -
Uses of ILspInteractivePaintableLayer in com.luciad.symbology.app6a.view.lightspeed
Modifier and TypeMethodDescriptionTLspAPP6ALayerBuilder.build()
Creates and returns a new APP-6A layer based on the current parameters of this builder. -
Uses of ILspInteractivePaintableLayer in com.luciad.symbology.milstd2525b.view.lightspeed
Modifier and TypeMethodDescriptionTLspMS2525bLayerBuilder.build()
Creates and returns a new MIL-STD 2525 b layer based on the current parameters of this builder. -
Uses of ILspInteractivePaintableLayer in com.luciad.symbology.view.lightspeed
Modifier and TypeMethodDescriptionTLspMilitarySymbologyLayerBuilder.build()
Creates and returns a new military symbology layer based on the current parameters of this builder. -
Uses of ILspInteractivePaintableLayer in com.luciad.tea.lightspeed.los.view
Modifier and TypeMethodDescriptionvoid
TLspLOSCoveragePainter.registerLayer
(ILspInteractivePaintableLayer aLayer, TLspPaintRepresentation aPaintRepresentation) void
TLspLOSCoveragePainter.unregisterLayer
(ILspInteractivePaintableLayer aLayer, TLspPaintRepresentation aPaintRepresentation) -
Uses of ILspInteractivePaintableLayer in com.luciad.view.lightspeed.controller.manipulation
Modifier and TypeMethodDescriptionabstract ILspInteractivePaintableLayer
Gets the layer to which the created object should be added.Modifier and TypeMethodDescriptionALspCreateControllerModel.getPaintRepresentation
(ILspInteractivePaintableLayer aLayer, ILspView aView) Gets the paint representation which is used to retrieve an editor for object creation. -
Uses of ILspInteractivePaintableLayer in com.luciad.view.lightspeed.editor
Modifier and TypeMethodDescriptionvoid
TLspMultiObjectEditContext.putObject
(Object aObject, Object aGeometry, TLspPaintRepresentation aObjectPaintRepresentation, ILspInteractivePaintableLayer aObjectLayer, TLspPaintRepresentation aHandlePaintRepresentation, ILspInteractivePaintableLayer aHandleLayer, ILspView aView) Adds context for the given object to this multi object edit context.ModifierConstructorDescriptionTLspEditContext
(ILspView aView, Object aObject, TLspPaintRepresentation aObjectPaintRepresentation, ILspInteractivePaintableLayer aObjectLayer, TLspPaintRepresentation aHandlePaintRepresentation, ILspInteractivePaintableLayer aHandleLayer, double aSensitivity, Object aGeometry) Creates a new edit context with the given parameters. -
Uses of ILspInteractivePaintableLayer in com.luciad.view.lightspeed.layer
Modifier and TypeClassDescriptionclass
Default implementation ofILspInteractivePaintableLayer
.class
Extension ofTLspLayer
that implementsILcdLayerTreeNode
and hence can also have child layers.Modifier and TypeMethodDescriptionTLspDomainObjectContext.getLayer()
Returns theILcdLayer
in which the domain object is displayed.ModifierConstructorDescriptionTLspDomainObjectContext
(Object aObject, ILspView aView, ILspInteractivePaintableLayer aLayer, TLspPaintRepresentationState aPRS) Creates a new TLspDomainObjectContext based on the provided object, view, layer and paint representation state. -
Uses of ILspInteractivePaintableLayer in com.luciad.view.lightspeed.layer.density
-
Uses of ILspInteractivePaintableLayer in com.luciad.view.lightspeed.layer.integration.gxy
Modifier and TypeClassDescriptionclass
Deprecated.GXY integration in Lightspeed views is no longer supported.class
Deprecated.GXY integration in Lightspeed views is no longer supported. -
Uses of ILspInteractivePaintableLayer in com.luciad.view.lightspeed.painter
Modifier and TypeMethodDescriptionvoid
ILspPainter.registerLayer
(ILspInteractivePaintableLayer aLayer, TLspPaintRepresentation aPaintRepresentation) Registers a layer with this painter.void
ILspPainter.unregisterLayer
(ILspInteractivePaintableLayer aLayer, TLspPaintRepresentation aPaintRepresentation) Unregisters a layer from this painter. -
Uses of ILspInteractivePaintableLayer in com.luciad.view.lightspeed.painter.density
Modifier and TypeMethodDescriptionvoid
TLspDensityPainter.registerLayer
(ILspInteractivePaintableLayer aLayer, TLspPaintRepresentation aPaintRepresentation) Deprecated.void
TLspDensityPainter.unregisterLayer
(ILspInteractivePaintableLayer aLayer, TLspPaintRepresentation aPaintRepresentation) Deprecated. -
Uses of ILspInteractivePaintableLayer in com.luciad.view.lightspeed.painter.label
Modifier and TypeMethodDescriptionvoid
TLspLabelPainter.registerLayer
(ILspInteractivePaintableLayer aLayer, TLspPaintRepresentation aPaintRepresentation) void
TLspLabelPainter.unregisterLayer
(ILspInteractivePaintableLayer aLayer, TLspPaintRepresentation aPaintRepresentation) -
Uses of ILspInteractivePaintableLayer in com.luciad.view.lightspeed.painter.mesh
Modifier and TypeMethodDescriptionvoid
TLsp3DMeshPainter.registerLayer
(ILspInteractivePaintableLayer aLayer, TLspPaintRepresentation aPaintRepresentation) Deprecated.void
TLsp3DMeshPainter.unregisterLayer
(ILspInteractivePaintableLayer aLayer, TLspPaintRepresentation aPaintRepresentation) Deprecated. -
Uses of ILspInteractivePaintableLayer in com.luciad.view.lightspeed.painter.shape
Modifier and TypeMethodDescriptionvoid
TLspShapePainter.registerLayer
(ILspInteractivePaintableLayer aLayer, TLspPaintRepresentation aPaintRepresentation) void
TLspShapePainter.unregisterLayer
(ILspInteractivePaintableLayer aLayer, TLspPaintRepresentation aPaintRepresentation) -
Uses of ILspInteractivePaintableLayer in com.luciad.wms.client.lightspeed
-
Uses of ILspInteractivePaintableLayer in com.luciad.wms.client.lightspeed.tiled
Modifier and TypeMethodDescriptionvoid
TLspTiledWMSProxyPainter.registerLayer
(ILspInteractivePaintableLayer aLayer, TLspPaintRepresentation aPaintRepresentation) void
TLspTiledWMSProxyPainter.unregisterLayer
(ILspInteractivePaintableLayer aLayer, TLspPaintRepresentation aPaintRepresentation)