AirspaceSector

data class AirspaceSector(val id: String, val minX: Double, val maxX: Double, val minY: Double, val maxY: Double, val minAltitudeFeet: Int, val maxAltitudeFeet: Int)(source)

Rectangular airspace sector used by the discrete simulation.

The sector defines horizontal bounds and altitude limits. The current simulation does not model professional ATC sector complexity; this class provides a bounded context for scenarios and future validation.

Constructors

Link copied to clipboard
constructor(id: String, minX: Double, maxX: Double, minY: Double, maxY: Double, minAltitudeFeet: Int, maxAltitudeFeet: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard