Uses of Interface
com.luciad.view.lightspeed.layer.imageprojection.ILspImageProjector
Package
Description
Provides support for rendering images which are projected onto the 3D
terrain of an
ILspView
, as if by a slide
projector.-
Uses of ILspImageProjector in com.luciad.view.lightspeed.layer.imageprojection
Modifier and TypeMethodDescriptionTLspImageProjectionStyle.getProjector()
Returns the projector associated with this style.Modifier and TypeMethodDescriptionTLspImageProjectionStyle.Builder.projector
(ILspImageProjector aProjector) Sets the projector.ILspImageProjectionLayer.projectPoint
(ILcdPoint aPoint, ILspImageProjector aProjector, ILspView aView) Projects a point onto the 3D terrain.ILspImageProjectionLayer.unProjectPoint
(ILcdPoint aPoint, ILspImageProjector aProjector, ILspView aView) Un-projects a point from the terrain onto the projector.