Uses of Class
com.luciad.tea.TLcdEarthRepresentationMode
Packages that use TLcdEarthRepresentationMode
-
Uses of TLcdEarthRepresentationMode in com.luciad.tea
Fields in com.luciad.tea declared as TLcdEarthRepresentationModeModifier and TypeFieldDescriptionstatic final TLcdEarthRepresentationModeTLcdEarthRepresentationMode.SPHERICAL_EULER_RADIUSConstant indicating that the earth should be represented by a sphere with the Euler radius of the underlying ellipsoid as radius.static final TLcdEarthRepresentationModeTLcdEarthRepresentationMode.SPHERICAL_FIXED_RADIUSConstant indicating that the earth should be represented by a sphere with a constant radius ofTLcdConstant.EARTH_RADIUS.Methods in com.luciad.tea that return TLcdEarthRepresentationModeModifier and TypeMethodDescriptionILcdLOSRadarPropagationFunction.getEarthRepresentationMode()Returns the earth representation mode used by this instance.TLcdLOSRadarPropagationFunction.getEarthRepresentationMode()TLcdLOSRadarPropagationFunctionCoverageMatrixWrapper.getEarthRepresentationMode()TLcdLOSRadarPropagationFunctionSkyBackground.getEarthRepresentationMode()Constructors in com.luciad.tea with parameters of type TLcdEarthRepresentationModeModifierConstructorDescriptionTLcdLOSRadarPropagationFunction(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.