Uses of Class
com.luciad.tea.TLcdShapeAltitudeContext
Package
Description
This is a terrain analysis add-on for line-of-sight (LOS) calculation on Lightspeed maps.
Provides the add-on to perform visibility calculations between a point observer and other shapes on a Lightspeed map.
-
Uses of TLcdShapeAltitudeContext in com.luciad.lucy.addons.tea.lineofsight
Modifier and TypeMethodDescriptionTLcyLOSAddOn.createCenterPointShapeProvider()
Returns a function used to calculate the center point of the line-of-sight and its corresponding altitude mode. -
Uses of TLcdShapeAltitudeContext in com.luciad.lucy.addons.tea.shapevisibility
Modifier and TypeMethodDescriptionTLcyShapeVisibilityAddOn.createObserveeShapeProvider()
Returns a function used to calculate the shape under observation in the visibility calculations.TLcyShapeVisibilityAddOn.createPointObserverShapeProvider()
Returns a function used to calculate theILcdPoint
shape for an observer in the visibility calculations.