Uses of Interface
com.luciad.tea.viewshed.ILcdVisibilityComposite
Package
Description
The viewshed package provides support for computing and rendering visbility for
3D scenes consisting of any meshes, extruded shapes or terrain.
-
Uses of ILcdVisibilityComposite in com.luciad.tea.viewshed
Modifier and TypeClassDescriptionclass
ThisILcdVisibilityComposite
will output an average of all the provided viewshed visibilities.class
ThisILcdVisibilityComposite
will output the maximum of all provided viewshed visibilities.class
ThisILcdVisibilityComposite
will output a minimum value of all provided visibilities.class
ThisILcdVisibilityComposite
returns the product of all provided visibilities.Modifier and TypeMethodDescriptionALcdCompositeViewshed.getComposite()
Returns the composite of thisALcdCompositeViewshed
instance.Modifier and TypeMethodDescriptionvoid
ALcdCompositeViewshed.setComposite
(ILcdVisibilityComposite aComposite) Sets theILcdVisibilityComposite
toaComposite
.