Uses of Interface
com.luciad.tea.ILcdLineOfSightCoverage
Packages that use ILcdLineOfSightCoverage
-
Uses of ILcdLineOfSightCoverage in com.luciad.tea
Subinterfaces of ILcdLineOfSightCoverage in com.luciad.teaModifier and TypeInterfaceDescriptioninterface
Represents the input and result of a line-of-sight computation.Methods in com.luciad.tea that return ILcdLineOfSightCoverageModifier and TypeMethodDescriptionTLcdLOSFactory.createLOSCoverage
(ILcdPoint aCenter, double aHeightAboveGround, double aStartAngle, double aArcAngle, double aAngleStepSize, double aMaxRadius, double aMinVerticalAngle, double aMaxVerticalAngle, ILcdRaster[] aRasters) Deprecated.Creates a newILcdLineOfSightCoverage
representing the results of a line-of-sight computation.TLcdLOSFactory.createLOSCoverage
(ILcdPoint aCenter, double aHeightAboveGround, double aStartAngle, double aArcAngle, double aMaxRadius, ILcdRaster[] aRasters) Deprecated.use createLOSCoverage with min and max vertical angle parameters.TLcdRadarCoverageFactory.createRadarCoverage
(ILcdPoint aCenter, double aHeightAboveGround, double aStartAngle, double aArcAngle, double aAngleStepSize, double aMaxRadius, double aMinVerticalAngle, double aMaxVerticalAngle, ILcdRaster[] aRasters, double aKFactor) Deprecated.Creates a newILcdLineOfSightCoverage
representing the results of a radar line-of-sight computation.