AccessReportRow

Represents a row in an access report, detailing the access times between two entities.

new Cesium.AccessReportRow(fromEntityId, toEntityId, timeIntervals)

Constructs an AccessReportRow.
Name Type Description
fromEntityId string The ID of the entity from which access is calculated.
toEntityId string The ID of the entity to which access is calculated.
timeIntervals Array.<TimeInterval> Array of TimeInterval objects representing the intervals of access between the two entities.
Need help? [email protected]