RfTerrainAnalysis
Terrain-backed RF analysis with typed-array exports.
| Name |
Type |
Description |
options |
object
|
Options object.
| Name |
Type |
Default |
Description |
scene |
Scene
|
|
optional
The scene. Required unless `sensor` is supplied. |
sensor |
Sensor
|
|
optional
Optional sensor used to infer `scene` and `txPosition`. |
txPosition |
Cartesian3
|
|
optional
Transmitter position in world coordinates. |
rxPosition |
Cartesian3
|
|
optional
Receiver position in world coordinates. |
analysisRegion |
object
|
|
optional
Optional explicit analysis ROI definition. |
comms |
object
|
|
optional
Optional communications plugin or compatible RF loss calculator for path-loss calculations. |
frequency |
number
|
2.4e9
|
optional
Carrier frequency in Hz. |
resolution |
number
|
object
|
1024
|
optional
Requested raster resolution. |
terrainDetail |
number
|
2
|
optional
Terrain detail level used for terrain pinning. |
solverModel |
string
|
DIFFRACTION_ASSISTED
|
optional
RF terrain solver tier. |
rainRate |
number
|
|
optional
Rain rate in mm/hr driving rain attenuation. |
rainModel |
string
|
RainModel.ITU
|
optional
Rain attenuation model —
`RainModel.ITU` (ITU-R P.838) or `RainModel.CRANE`. Only has an
effect when `atmosphericModel` includes
`AtmosphericModel.RAIN_ATTENUATION`. |
|
Members
The structure port whose footprints are composited onto the terrain profile,
or undefined for a bare-earth solve.
Need help? The fastest way to get answers is from the community and team on the
Cesium Forum.