Uses of Interface
com.luciad.view.lightspeed.layer.ILspEditableStyledLayer
Package
Description
This package contains a layer builder to visualize NetCDF models.
Provides support facilities for adding visualization in a Lightspeed view for data formats.
Provides support for the visualization of radar feeds, for instance from
ASTERIX category 240 data.
Provides support for real-time hypsometric shading for either the terrain layer of
an
ILspView
or an elevation model.Provides layering support for
ILspView
.Provides support for rendering images which are projected onto the 3D
terrain of an
ILspView
, as if by a slide
projector.Provides a custom layer optimized for displaying large static datasets containing points.
Provides layering support for raster layers.
-
Uses of ILspEditableStyledLayer in com.luciad.format.netcdf.lightspeed
-
Uses of ILspEditableStyledLayer in com.luciad.lucy.format.lightspeed
Modifier and TypeMethodDescriptionprotected void
TLcyLspRasterFormat.customizeLayer
(ILspEditableStyledLayer aRasterLayer) Each layer created by the layer factory of this format is passed to this method. -
Uses of ILspEditableStyledLayer in com.luciad.realtime.lightspeed.radarvideo
Modifier and TypeMethodDescriptionTLspRadarVideoLayerBuilder.build()
Creates a new radar layer using the current settings of this builder. -
Uses of ILspEditableStyledLayer in com.luciad.tea.lightspeed.hypsometry
Modifier and TypeMethodDescriptionTLspHypsometricShadingLayerBuilder.build()
Creates and returns a new hypsometric shading layer based on the current parameters of this builder. -
Uses of ILspEditableStyledLayer in com.luciad.view.lightspeed.layer
Modifier and TypeClassDescriptionclass
Default implementation ofILspInteractivePaintableLayer
.class
Extension ofTLspLayer
that implementsILcdLayerTreeNode
and hence can also have child layers. -
Uses of ILspEditableStyledLayer in com.luciad.view.lightspeed.layer.imageprojection
Modifier and TypeInterfaceDescriptioninterface
Interface for layers that can project images onto the 3D terrain in anILspView
. -
Uses of ILspEditableStyledLayer in com.luciad.view.lightspeed.layer.plots
Modifier and TypeMethodDescriptionTLspPlotLayerBuilder.build()
Creates a new plot layer using the settings specified on this builder. -
Uses of ILspEditableStyledLayer in com.luciad.view.lightspeed.layer.raster
Modifier and TypeClassDescriptionclass
Layer implementation that can visualize raster data in anILspView
.