Uses of Enum Class
com.luciad.view.lightspeed.style.ILspWorldElevationStyle.ElevationMode
Package
Description
This package provides the necessary classes to apply a SE or SLD Feature Type Style to a Luciad Lightspeed layer.
Provides a layer builder for APP6 a/b/c layers.
Provides a layer builder for MIL-STD 2525 b/c/d layers.
Provides a painter that performs and visualizes Line-Of-Sight (LOS)
computations.
Handles labeling algorithms.
Provides layering support for
ILspView
.Provides layering support for density layers.
Provides support for rendering images which are projected onto the 3D
terrain of an
ILspView
, as if by a slide
projector.Provides support for the visualization of density plots.
Provides a generic model for styles.
-
Uses of ILspWorldElevationStyle.ElevationMode in com.luciad.ogc.sld.view.lightspeed
Modifier and TypeMethodDescriptionTLspSLDStyler.getIconElevationMode()
Returns the elevation mode for icon symbolizers, or null if the default is used.TLspSLDStyler.getLineElevationMode()
Returns the elevation mode for line symbolizers, or null if the default is used.TLspSLDStyler.getPolygonElevationMode()
Returns the elevation mode for polygon symbolizers, or null if the default is used.Modifier and TypeMethodDescriptionvoid
TLspSLDStyler.setIconElevationMode
(ILspWorldElevationStyle.ElevationMode aIconElevationMode) Sets the elevation mode that is used by styles that correspond to icon symbolizers.void
TLspSLDStyler.setLineElevationMode
(ILspWorldElevationStyle.ElevationMode aLineElevationMode) Sets the default elevation mode that is used by styles that correspond to line symbolizers.void
TLspSLDStyler.setPolygonElevationMode
(ILspWorldElevationStyle.ElevationMode aElevationMode) Sets the default elevation mode that is used by styles that correspond to polygon symbolizers. -
Uses of ILspWorldElevationStyle.ElevationMode in com.luciad.symbology.app6a.view.lightspeed
Modifier and TypeMethodDescriptionTLspAPP6ASymbolStyle.Builder.elevationMode
(ILspWorldElevationStyle.ElevationMode aElevationMode) -
Uses of ILspWorldElevationStyle.ElevationMode in com.luciad.symbology.milstd2525b.view.lightspeed
Modifier and TypeMethodDescriptionTLspMS2525bSymbolStyle.Builder.elevationMode
(ILspWorldElevationStyle.ElevationMode aElevationMode) -
Uses of ILspWorldElevationStyle.ElevationMode in com.luciad.tea.lightspeed.los.view
Modifier and TypeMethodDescriptionTLspLOSCoverageStyle.Builder.elevationMode
(ILspWorldElevationStyle.ElevationMode aElevationMode) Specifies the elevation mode. -
Uses of ILspWorldElevationStyle.ElevationMode in com.luciad.view.lightspeed.label.algorithm
Modifier and TypeMethodDescriptionILspLabelingAlgorithm.LabelContext.getElevationMode
(TLspLabelID aLabel, ILspView aView) Returns the elevation mode of the anchor object of the given label. -
Uses of ILspWorldElevationStyle.ElevationMode in com.luciad.view.lightspeed.layer
Modifier and TypeMethodDescriptionALspWorldTouchInfo.getElevationMode()
Returns the elevation mode that was used to paint the touched geometry.TLspWorldTouchInfo.getElevationMode()
Modifier and TypeMethodDescriptionvoid
TLspWorldTouchInfo.set
(Object aDomainObject, ILcdPoint aWorldPoint, ILspWorldElevationStyle.ElevationMode aElevationMode) Sets the world touch info.ModifierConstructorDescriptionTLspWorldTouchInfo
(Object aDomainObject, ILcdPoint aWorldPoint, ILspWorldElevationStyle.ElevationMode aElevationMode) Constructs a new world touch info. -
Uses of ILspWorldElevationStyle.ElevationMode in com.luciad.view.lightspeed.layer.density
Modifier and TypeMethodDescriptionTLspDensityLayerBuilder.elevationMode
(ILspWorldElevationStyle.ElevationMode aElevationMode) Deprecated. -
Uses of ILspWorldElevationStyle.ElevationMode in com.luciad.view.lightspeed.layer.imageprojection
Modifier and TypeMethodDescriptionTLspImageProjectionStyle.getElevationMode()
Always returnsON_TERRAIN
, since the image is projected on the terrain. -
Uses of ILspWorldElevationStyle.ElevationMode in com.luciad.view.lightspeed.painter.density
Modifier and TypeMethodDescriptionTLspDensityPainter.getElevationmode()
Deprecated.Retrieves the current elevation modeModifier and TypeMethodDescriptionvoid
TLspDensityPainter.setElevationMode
(ILspWorldElevationStyle.ElevationMode aElevationMode) Deprecated.When replacing the deprecatedTLspDensityPainter
with aTLspShapePainter
, you can specify the elevation mode in the density styles (seeALspDensityStyle.getElevationMode()
).ModifierConstructorDescriptionTLspDensityPainter
(ILspWorldElevationStyle.ElevationMode aElevationMode) Deprecated.Constructs a density painter with the default color model style.TLspDensityPainter
(TLspIndexColorModelStyle aIndexColorModelStyle, ILspWorldElevationStyle.ElevationMode aElevationMode) Deprecated.Constructs a density painter that uses the provided index color model to convert density values to colors. -
Uses of ILspWorldElevationStyle.ElevationMode in com.luciad.view.lightspeed.style
Modifier and TypeMethodDescriptionALspDensityStyle.getElevationMode()
ILspWorldElevationStyle.getElevationMode()
Returns the elevation mode of this style.TLsp3DIconStyle.getElevationMode()
TLspComplexStrokedLineStyle.getElevationMode()
TLspFillStyle.getElevationMode()
TLspIconStyle.getElevationMode()
TLspLineStyle.getElevationMode()
TLspParameterizedFillStyle.getElevationMode()
TLspParameterizedIconStyle.getElevationMode()
TLspParameterizedLineStyle.getElevationMode()
TLspPlotStyle.getElevationMode()
TLspRasterStyle.getElevationMode()
Returns the elevation mode of this style.TLspStrokedLineStyle.getElevationMode()
Deprecated.Returns the elevation mode of this style.TLspTextStyle.getElevationMode()
TLspWorldSizedLineStyle.getElevationMode()
Returns the enum constant of this class with the specified name.ILspWorldElevationStyle.ElevationMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionALspDensityStyle.Builder.elevationMode
(ILspWorldElevationStyle.ElevationMode aMode) ILspWorldElevationStyle.Builder.elevationMode
(ILspWorldElevationStyle.ElevationMode aMode) Specifies the elevation mode.TLsp3DIconStyle.Builder.elevationMode
(ILspWorldElevationStyle.ElevationMode aMode) TLspComplexStrokedLineStyle.Builder.elevationMode
(ILspWorldElevationStyle.ElevationMode aMode) TLspFillStyle.Builder.elevationMode
(ILspWorldElevationStyle.ElevationMode aMode) TLspIconStyle.Builder.elevationMode
(ILspWorldElevationStyle.ElevationMode aMode) TLspLineStyle.Builder.elevationMode
(ILspWorldElevationStyle.ElevationMode aMode) TLspParameterizedFillStyle.Builder.elevationMode
(ILspWorldElevationStyle.ElevationMode aMode) TLspParameterizedIconStyle.Builder.elevationMode
(ILspWorldElevationStyle.ElevationMode aMode) TLspParameterizedLineStyle.Builder.elevationMode
(ILspWorldElevationStyle.ElevationMode aMode) TLspPlotStyle.Builder.elevationMode
(ILspWorldElevationStyle.ElevationMode aMode) Specifies the elevation mode.TLspRasterStyle.Builder.elevationMode
(ILspWorldElevationStyle.ElevationMode aElevationMode) Sets the elevation mode used for the raster data.TLspTextStyle.Builder.elevationMode
(ILspWorldElevationStyle.ElevationMode aMode) TLspWorldSizedLineStyle.Builder.elevationMode
(ILspWorldElevationStyle.ElevationMode aElevationMode) Specifies the elevation mode.
TLspDensityPainter
with aTLspShapePainter
, you can specify the elevation mode in the density styles (seeALspDensityStyle.getElevationMode()
).