Uses of Class
com.luciad.lucy.addons.tea.shapevisibility.TLcyShapeObserver
Packages that use TLcyShapeObserver
Package
Description
Provides the add-on to perform visibility calculations between a point observer and other shapes on a Lightspeed map.
-
Uses of TLcyShapeObserver in com.luciad.lucy.addons.tea.shapevisibility
Methods in com.luciad.lucy.addons.tea.shapevisibility that return TLcyShapeObserverModifier and TypeMethodDescriptionTLcyShapeVisibilityManager.addObserver
(TLcdDomainObjectContext aDomainObjectContext) Create and add a new observer for the specified domain object, allowing to calculate the visibility between this domain object and other domain objects.Methods in com.luciad.lucy.addons.tea.shapevisibility that return types with arguments of type TLcyShapeObserverModifier and TypeMethodDescriptionTLcyShapeObservationResult.getObservers()
Returns the list of observersMethod parameters in com.luciad.lucy.addons.tea.shapevisibility with type arguments of type TLcyShapeObserverModifier and TypeMethodDescriptionILcyVisibilityCalculationPropertiesProvider.createProperties
(List<TLcyShapeObserver> aObservers, TLcdDomainObjectContext aObservee) Creates the visibility calculation properties for the calculation between the specified observers and the observee.