Uses of Interface
com.luciad.tea.viewshed.ILcdViewshed
Packages that use ILcdViewshed
Package
Description
Terrain analysis add-on for viewsheds.
The viewshed package provides support for computing and rendering visbility for
3D scenes consisting of any meshes, extruded shapes or terrain.
-
Uses of ILcdViewshed in com.luciad.lucy.addons.tea.viewshed
Methods in com.luciad.lucy.addons.tea.viewshed that return ILcdViewshedModifier and TypeMethodDescriptionTLcyViewshedBackEnd.createCompositeViewshed(List<ILcdViewshed> aViewshedList) Creates a composite for a given list of viewsheds.TLcyViewshedBackEnd.createViewshed(ALcyProperties aProperties, List<ILcdModel> aUsedModelsSFCT) Creates a viewshed for a single eyepoint.Method parameters in com.luciad.lucy.addons.tea.viewshed with type arguments of type ILcdViewshedModifier and TypeMethodDescriptionTLcyViewshedBackEnd.createCompositeViewshed(List<ILcdViewshed> aViewshedList) Creates a composite for a given list of viewsheds. -
Uses of ILcdViewshed in com.luciad.tea.viewshed
Classes in com.luciad.tea.viewshed that implement ILcdViewshedModifier and TypeClassDescriptionclassAbstract class defining a composite viewshed.classA bounded object viewshed is a composite viewshed optimized for bounded objects.classA concrete implementation ofALcdCompositeViewshed.classAn implementation of viewshed that emulates a cone of silence around an observer.Methods in com.luciad.tea.viewshed that return ILcdViewshedModifier and TypeMethodDescriptionILcdViewshedFactory.createViewshed(Object aObject, ILcdModelModelTransformation aModelModelTransformation) Creates anILcdViewshedfor the given object.TLcd3DMeshViewshedFactory.createViewshed(Object aObject, ILcdModelModelTransformation aModelModelTransformation) Creates a viewshed for the given object.TLcdExtrudedPolygonViewshedFactory.createViewshed(Object aObject, ILcdModelModelTransformation aModelModelTransformation) Creates a viewshed for a given extruded shape.TLcdPolygonViewshedFactory.createViewshed(Object aObject, ILcdModelModelTransformation aModelModelTransformation) Creates a viewshed for the givenILcdPolygon.TLcdTerrainViewshedFactory.createViewshed(ILcdHeightProvider aHeightProvider, ILcdBounds aBounds, ILcdModelModelTransformation aModelModelTransformation) Creates a viewshed for a given height provider within a given bounds.TLcdTerrainViewshedFactory.createViewshed(Object aObject, ILcdModelModelTransformation aModelModelTransformation) Creates a viewshed for a given object.Methods in com.luciad.tea.viewshed with parameters of type ILcdViewshedModifier and TypeMethodDescriptionvoidTLcdBoundedCompositeViewshed.addBoundedObject(ILcdBounded aBoundedObject, ILcdModelModelTransformation aTransformation, ILcdViewshed aViewshed) Adds a bounded object to this viewshed.voidTLcdCompositeViewshed.addViewshed(ILcdViewshed aViewshed) Adds a viewshed to this composite viewshed.Constructors in com.luciad.tea.viewshed with parameters of type ILcdViewshedModifierConstructorDescriptionTLcdViewshedMultilevelRaster(ILcdBounds aBounds, ILcdViewshed aViewshed, ILcdModelModelTransformation aRasterToViewshedTransformation, IndexColorModel aColorModel, ILcdBuffer aBuffer) Creates a viewshed raster with default levels of detail.TLcdViewshedMultilevelRaster(ILcdBounds aBounds, ILcdViewshed aViewshed, ILcdModelModelTransformation aRasterToViewshedTransformation, IndexColorModel aColorModel, ILcdBuffer aBuffer, int aLevelCount, int aLevelScaleFactor, double aStepSize) Creates a viewshed raster sampled at the given sampling rate.TLcdViewshedMultilevelRaster(ILcdBounds aBounds, ILcdViewshed aViewshed, ILcdModelModelTransformation aRasterToViewshedTransformation, IndexColorModel aColorModel, ILcdBuffer aBuffer, int aLevelCount, int aLevelScaleFactor, int aTileWidth, int aTileHeight, int aSubtileWidth, int aSubtileHeight) Creates a viewshed raster with the given parameters.Constructor parameters in com.luciad.tea.viewshed with type arguments of type ILcdViewshedModifierConstructorDescriptionTLcdCompositeViewshed(List<ILcdViewshed> aViewshedList) Creates a new composite viewshed with the given list of viewsheds to delegate to.