Package com.luciad.format.dafif
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
-
ClassDescriptionA ILcdDAFIFModelDescriptorSupport is a model descriptor support that can contain additional information about the corresponding DAFIF model.The default layer factory for DAFIF models.This class can be used to adapt a layer with DAFIF data to a new configuration that is specified in a
Properties
object.Composite model decoder that handles all DAFIF and DAFIFT data.