Boundary segment points defining the geographic boundaries of each ARTCC or CERAP facility
Ordered by LOCATION_ID, TYPE, ALTITUDE, POINT_SEQ. Unique key: REC_ID. References LOCATION_ID in ARB_BASE. Replaces legacy ARB.txt Subscriber File.
# Introspect the ArbSeg type in GraphiQL at https://api.nav.sortie.co/graphql
# Example shape (pair with a compatible root query field):
{
# ...rootQuery... {
effDate
recId
locationId
locationName
# }
}Run at https://api.nav.sortie.co/graphql — GraphiQL is available in-browser.
| Field | Type | Description | Units | Enum |
|---|---|---|---|---|
| effDate ← EFF_DATE | String | The 28 Day NASR Subscription Effective Date in format YYYY/MM/DD | ||
| recId ← REC_ID | String | Unique record identifier; concatenation of LOCATION_ID, BNDRY_CODE, and a 5-character point designator | ||
| locationId ← LOCATION_ID | ArbSegLocationId | Location identifier referencing LOCATION_ID in ARB_BASE; identifies the ARTCC or CERAP facility this boundary segment belongs to | 26 values
| |
| locationName ← LOCATION_NAME | ArbSegLocationName | Center name of the ARTCC or CERAP facility; corresponds to LOCATION_NAME in ARB_BASE | 26 values
| |
| altitude ← ALTITUDE | Altitude | Boundary altitude structure indicating the vertical extent of the boundary |
| |
| type ← TYPE | Type | Boundary type indicating the classification of the airspace boundary |
| |
| pointSeq ← POINT_SEQ | Int | Sequencing number in multiples of ten indicating the order of boundary points as adapted for the given boundary | ||
| latDeg ← LAT_DEG | Int | Boundary point latitude degrees component | degrees | |
| latMin ← LAT_MIN | Int | Boundary point latitude minutes component | minutes | |
| latSec ← LAT_SEC | Float | Boundary point latitude seconds component | seconds | |
| latHemis ← LAT_HEMIS | LatHemis | Boundary point latitude hemisphere indicator |
| |
| latDecimal ← LAT_DECIMAL | Float | Boundary point latitude in signed decimal degrees format (negative = South) | degrees | |
| longDeg ← LONG_DEG | Int | Boundary point longitude degrees component | degrees | |
| longMin ← LONG_MIN | Int | Boundary point longitude minutes component | minutes | |
| longSec ← LONG_SEC | Float | Boundary point longitude seconds component | seconds | |
| longHemis ← LONG_HEMIS | LongHemis | Boundary point longitude hemisphere indicator |
| |
| longDecimal ← LONG_DECIMAL | Float | Boundary point longitude in signed decimal degrees format (negative = West) | degrees | |
| bndryPtDescrip ← BNDRY_PT_DESCRIP | String | Description of the boundary line connecting points on the boundary | ||
| nasDescripFlag ← NAS_DESCRIP_FLAG | NasDescripFlag | When set to X, indicates this point is used only in the NAS description and not the legal description of the boundary |
|