Package com.luciad.format.asdi
package com.luciad.format.asdi
Provides classes and interfaces for decoding and displaying ASDI data, version 5.4.
The Federal Aviation Administration (FAA) provides airlines and other aviation-related organizations with access to near real-time air traffic data from the National Airspace System (NAS) through the ASDI feed. This package allows to decode ASDI data from a file or from a live stream. It also allows to replay ASDI data from a file as if it came from a live stream. Finally it offers an input stream dedicated to read ASDI messages.
- Since:
- 7.2
-
ClassDescriptionBase class for both ASDI decoders:
TLcdASDIModelDecoder
andTLcdASDILiveDecoder
.Base class for allILcdModelDescriptor
classes of allILcdModel
classes containing ASDI data.Note:This class is only to be used with theILcdFeatured
interface.Note:This class is only to be used with theILcdFeatured
interface.Note:This class is only to be used with theILcdFeatured
interface.Note:This class is only to be used with theILcdFeatured
interface.Note:This class is only to be used with theILcdFeatured
interface.Note:This class is only to be used with theILcdFeatured
interface.Note:This class is only to be used with theILcdFeatured
interface.This class contains all common ASDI data types, models and properties that are shared by concrete ASDI data models.Represents a facility sending ASDI messages.ThisInputStream
replays a recorded ASDI message feed.Time-dependent view on aTLcdASDIFlightPlanHistory
.Models the data type, model and properties of aTLcdASDIFlightPlan
model element.Models a flightplan that changes over time.ThisILcdModelDescriptor
is used for models withTLcdASDIFlightPlanHistory
objects.ThisILcdModelDescriptor
is used for models withTLcdASDIFlightPlan
objects.Reads data from a live ASDI feed and updates a givenTLcdModelList
with it.Extension ofjava.lang.Number
that represents an integer value.Represents aString
value with an additional description.This class contains the data types for all ASDI messages.ATLcdASDIMessageInputStream
is aFilterInputStream
dedicated to read ASDI messages from an underlyingInputStream
.This decoder reads data from an ASDI feed and returns the information in aTLcdModelList
, allowing for easy manipulation of that data, such as replaying, analysis, etc.Exception indicating that an error occurred while parsing an ASDI message.Time-dependent view on aTLcdASDITrajectory
.ThisILcdModelDescriptor
is used for models withTLcdASDITrack
objects.Models the data type, model and properties of aTLcdASDITrack
model element that was constructed using TO messages.Models the data type, model and properties of aTLcdASDITrack
model element that was constructed using TZ messages.Models the path of a track flying from one point to another.ThisILcdModelDescriptor
is used for models withTLcdASDITrajectory
objects.