Uses of Class
com.luciad.tea.TLcdEarthRepresentationMode
-
Uses of TLcdEarthRepresentationMode in com.luciad.tea
Modifier and TypeFieldDescriptionstatic final TLcdEarthRepresentationMode
TLcdEarthRepresentationMode.SPHERICAL_EULER_RADIUS
Constant indicating that the earth should be represented by a sphere with the Euler radius of the underlying ellipsoid as radius.static final TLcdEarthRepresentationMode
TLcdEarthRepresentationMode.SPHERICAL_FIXED_RADIUS
Constant indicating that the earth should be represented by a sphere with a constant radius ofTLcdConstant.EARTH_RADIUS
.Modifier and TypeMethodDescriptionILcdLOSRadarPropagationFunction.getEarthRepresentationMode()
Returns the earth representation mode used by this instance.TLcdLOSRadarPropagationFunction.getEarthRepresentationMode()
TLcdLOSRadarPropagationFunctionCoverageMatrixWrapper.getEarthRepresentationMode()
TLcdLOSRadarPropagationFunctionSkyBackground.getEarthRepresentationMode()
ModifierConstructorDescriptionTLcdLOSRadarPropagationFunction
(TLcdEarthRepresentationMode aEarthRepresentationMode, ALcdTerrainElevationProvider aTerrainElevationProvider, TLcdCoverageAltitudeMode aAltitudeMode, double aMinVerticalAngle, double aMaxVerticalAngle, double aKFactor) Creates a propagation function which computes the minimal height from which one is visible from the center point of a circular area.TLcdLOSRadarPropagationFunction
(TLcdEarthRepresentationMode aEarthRepresentationMode, ALcdTerrainElevationProvider aTerrainElevationProvider, TLcdCoverageAltitudeMode aAltitudeMode, double aMinVerticalAngle, double aMaxVerticalAngle, double aMaxRadarTiltAngle, double aMaxRadarTiltAzimuth, double aKFactor) Creates a propagation function which computes the minimal height from which one is visible from the center point of a circular area.TLcdLOSRadarPropagationFunction
(TLcdEarthRepresentationMode aEarthRepresentationMode, ALcdTerrainElevationProvider aTerrainElevationProvider, TLcdCoverageAltitudeMode aAltitudeMode, double aMinVerticalAngle, double aMaxVerticalAngle, double aMaxRadarTiltAngle, double aMaxRadarTiltAzimuth, double aKFactor, TLcdLOSOptions aLOSOption) Creates a propagation function which computes the minimal height from which one is visible from the center point of a circular area.TLcdP2PRadarPropagationFunction
(TLcdEarthRepresentationMode aEarthRepresentationMode, ALcdTerrainElevationProvider aTerrainElevationProvider, double aKFactor) Creates a propagation function which computes the intervisibility between the defining points.TLcdP2PRadarPropagationFunctionSkyBackground
(TLcdEarthRepresentationMode aEarthRepresentationMode, ALcdTerrainElevationProvider aTerrainElevationProvider, double aKFactor, double aSkyDistance) Creates a propagation function which computes the intervisibility with sky in background between the defining points.