Contains all classes for terrain elevation analysis.
-
interface
Represents the input and result of a line-of-sight computation.
TLcdLOSFactory.createLOSCoverage(ILcdPoint aCenter,
double aHeightAboveGround,
double aStartAngle,
double aArcAngle,
double aAngleStepSize,
double aMaxRadius,
double aMinVerticalAngle,
double aMaxVerticalAngle,
ILcdRaster[] aRasters)
Deprecated.
Creates a new ILcdLineOfSightCoverage
representing the
results of a line-of-sight computation.
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 new ILcdLineOfSightCoverage
representing the
results of a radar line-of-sight computation.