Package com.luciad.view.lightspeed.layer.imageprojection
package com.luciad.view.lightspeed.layer.imageprojection
Provides support for rendering images which are projected onto the 3D
terrain of an
ILspView
, as if by a slide
projector. To achieve this, TLspImageProjectionLayerBuilder
can be
used to create ILspImageProjectionLayer
instances, which can then
be added to a view. The layer itself requires an ILspStyler
which
supplies TLspImageProjectionStyle
instances for the elements of the
layer's model. This style combines the image to be projected and the
coordinates and orientation of the projector.- Since:
- 2012.0
-
ClassDescriptionInterface for layers that can project images onto the 3D terrain in an
ILspView
.Defines a projector used by anILspImageProjectionLayer
.Builder that creates instances ofILspImageProjectionLayer
.Style for anILspImageProjectionLayer
.Builder used to create image projection styles.Default implementation ofILspImageProjector
.