Declared in RemoteSensor
Declaration
double GetBodyCoverageForLatLong(
string bodyName,
double latitude,
double longitude
);Description
Returns the accumulated dwell time [s] or sensor-seconds at a specific latitude and longitude for all sensors registered for the given celestial body. Auto-routes to the finest AOI containing the point.
Parameters
| Name | Description |
|---|---|
| bodyName | The celestial body name (e.g. “earth”, “moon”). |
| latitude | [deg] Latitude in range [-90, 90]. |
| longitude | [deg] Longitude in range [0, 360). |