Uses of Interface
com.luciad.view.lightspeed.layer.imageprojection.ILspImageProjector
Packages that use 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
Classes in com.luciad.view.lightspeed.layer.imageprojection that implement ILspImageProjectorMethods in com.luciad.view.lightspeed.layer.imageprojection that return ILspImageProjectorModifier and TypeMethodDescriptionTLspImageProjectionStyle.getProjector()Returns the projector associated with this style.Methods in com.luciad.view.lightspeed.layer.imageprojection with parameters of type ILspImageProjectorModifier 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.