Polygon boundary coordinate points defining the shape of each MAA
Ordered by MAA_ID, POINT_SEQ. References MAA_ID in MAA_BASE. Points should be connected in sequence to form the MAA boundary polygon.
# Introspect the MaaShp type in GraphiQL at https://api.nav.sortie.co/graphql
# Example shape (pair with a compatible root query field):
{
# ...rootQuery... {
effDate
maaId
pointSeq
latitude
# }
}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 | ||
| maaId ← MAA_ID | String | Unique identifier for a Miscellaneous Activity Area; references MAA_ID in MAA_BASE | ||
| pointSeq ← POINT_SEQ | Int | Unique sequence number for MAA polygon coordinate points, defining the order in which points form the boundary | ||
| latitude ← LATITUDE | String | Latitude of the MAA polygon boundary coordinate point, formatted as DD-MM-SS.SSSSh | ||
| longitude ← LONGITUDE | String | Longitude of the MAA polygon boundary coordinate point, formatted as DDD-MM-SS.SSSSh |