Creates a stateless flightplan resolver that parses route strings into
structured, resolved route elements. The resolver composes optional lookup
providers for airports, navaids, fixes, airways, and procedures to resolve
each token in the route string.
All lookup providers are optional. Tokens that require a missing provider
are marked as unresolved. This allows consumers to use only the resolvers
they have available.
Creates a stateless flightplan resolver that parses route strings into structured, resolved route elements. The resolver composes optional lookup providers for airports, navaids, fixes, airways, and procedures to resolve each token in the route string.
All lookup providers are optional. Tokens that require a missing provider are marked as
unresolved. This allows consumers to use only the resolvers they have available.