Airspace Sector
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.