Skip navigation links
LuciadFusion
2023.1.07

Package com.luciad.format.dafif

Decoders and helper classes to support the DAFIF format (Digital Aeronautical Flight Information File).

See: Description

Package com.luciad.format.dafif Description

Decoders and helper classes to support the DAFIF format (Digital Aeronautical Flight Information File).

DAFIF data consists of Airports, Heliports, Navigation Aids, Waypoints, ATS Routes, Airspace Boundaries, Special Use Airspace, Military Training Routes, Parachute Jump Areas, Preferred Routes, Terminal Procedures (Digital form), Air Refueling Routes and Supplemental Data.

The com.luciad.format.dafif.decoder package contains ILcdModelDecoder implementations to decode DAFIF data.

Decoded DAFIF models use domain objects from the general AIS model (com.luciad.ais.model), together with specific DAFIF feature information that is available in the com.luciad.format.dafif.model package.

To visualize DAFIF models in Lightspeed, see TLspDAFIFLayerBuilder.

To visualize DAFIF models on a GXY map, TLcdDAFIFDefaultLayerFactory can be used to create layers. It can be configured through TLcdDAFIFLayerConfiguration, which controls the actual visualization behavior the domain objects (e.g., icon color, label font, etc.).

Since:
4.0
Skip navigation links
LuciadFusion
2023.1.07