See: Description
Interface | Description |
---|---|
ILcdASTERIXRecordFilter |
This interface defines a filter for ASTERIX records.
|
Class | Description |
---|---|
ALcdASTERIXCategory |
Base class for all classes that represent an ASTERIX category.
|
ALcdASTERIXDecoder |
Base class for both ASTERIX decoders:
TLcdASTERIXLiveDecoder and
TLcdASTERIXModelDecoder . |
ALcdASTERIXModelDescriptor |
Base class for all
ILcdModelDescriptor s that are used to
represent data of some type. |
ALcdASTERIXReferenceProvider |
Provides the model references for ASTERIX categories which are not decoded
as WGS84 lon/lat coordinates.
|
ALcdASTERIXScalingFactorProvider |
Provider for scaling factors for some data items of some ASTERIX
categories.
Some ASTERIX categories specify their data in fixed point notation, that is
an integer value together with a factor.
|
ALcdASTERIXTransformationProvider |
Provides the transformations needed to convert ASTERIX coordinates to
WGS_84 lon/lat coordinates.
|
ALcdASTERIXUserApplicationProfile |
This class represents a User Application Profile (UAP) defined in an
ASTERIX specification.
|
TLcdASTERIXAltitudeRecordFilter |
Implementation of
ILcdASTERIXRecordFilter that can filter out records below a specified minimum altitude
or above a certain maximum altitude. |
TLcdASTERIXCategory1 |
This class represents ASTERIX
data category 1.
|
TLcdASTERIXCategory10 |
This class represents ASTERIX
data category 10.
|
TLcdASTERIXCategory11 |
This class represents ASTERIX
data category 11.
|
TLcdASTERIXCategory21 |
This class represents ASTERIX
data category 21.
|
TLcdASTERIXCategory21Version0Dot23 |
This class represents ASTERIX data
category 21 version 0.23.
|
TLcdASTERIXCategory240 |
This class represents ASTERIX
data category 240, version 1.3.
|
TLcdASTERIXCategory244 |
This class represents ASTERIX
data category 244.
|
TLcdASTERIXCategory30 |
This class represents ASTERIX
data category 30.
|
TLcdASTERIXCategory30Version2Dot5Ter |
This class represents ASTERIX data category 30, version '2.5 ter'.
|
TLcdASTERIXCategory48 |
This class represents ASTERIX
data category 48 Revision 1.21.
|
TLcdASTERIXCategory62 |
This class represents ASTERIX
data category 62.
|
TLcdASTERIXCategory8 |
This class represents ASTERIX
data category 8.
|
TLcdASTERIXDataSource |
TLcdASTERIXDataSource allows you to decode multiple consecutive ASTERIX files in one go.
|
TLcdASTERIXDataTypes |
This class provides static access to the ASTERIX data model and its types.
|
TLcdASTERIXFilteredModel |
Implements date filtering for ASTERIX Category 8 weather models.
|
TLcdASTERIXFinalModelEncoder |
Encoder for ASTERIX trajectory models.
|
TLcdASTERIXFinalReplayInputStream |
TLcdASTERIXFinalReplayInputStream replays a recorded ASTERIX Final input stream or a
recorded PCAP stream and provides plain ASTERIX messages with timing intervals equal to those
that actually occurred during the recording. |
TLcdASTERIXLiveDecoder |
This decoder reads ASTERIX data from a live stream, and updates a given
TLcdModelList with it. |
TLcdASTERIXLiveModelDecoder |
This decoder reads live ASTERIX data from an
InputStream and represents it in a ILcdModelContainer . |
TLcdASTERIXMappedInteger |
Extension of
java.lang.Number that represents an integer value. |
TLcdASTERIXModelDecoder |
This decoder reads ASTERIX data and represents it in a TLcdModelList.
|
TLcdASTERIXModelListDescriptor |
A model descriptor for ASTERIX model lists.
|
TLcdASTERIXPlot |
Defines an ASTERIX plot.
|
TLcdASTERIXPlotModelDescriptor |
A model descriptor for plot models.
|
TLcdASTERIXPrecipitationZone |
TLcdASTERIXPrecipitationZone models a set of geometries with the same precipitation intensity.
|
TLcdASTERIXRadarVideoModelDescriptor |
A model descriptor for ASTERIX category 240 radar video models.
|
TLcdASTERIXReferenceProvider |
Default implementation of
ALcdASTERIXReferenceProvider
which can be used for static radar platforms. |
TLcdASTERIXSacSicRecordFilter |
ILcdASTERIXRecordFilter implementation that allows you to filter the ASTERIX
records by data source (for instance, by the radar system that picked them up). |
TLcdASTERIXTrack |
Time-dependent view on a
TLcdASTERIXTrajectory . |
TLcdASTERIXTrackModelDescriptor |
This
ILcdModelDescriptor should be used for models with TLcdASTERIXTrack objects. |
TLcdASTERIXTrajectory |
TLcdASTERIXTrajectory models the path of a track (for example an aircraft) flying
from one point to another. |
TLcdASTERIXTrajectoryModelDescriptor |
This
ILcdModelDescriptor should be used for models with TLcdASTERIXTrajectory objects. |
TLcdASTERIXWeatherModelDescriptor |
This
ILcdModelDescriptor should be used for models with TLcdASTERIXWeatherPicture objects. |
TLcdASTERIXWeatherPicture |
TLcdASTERIXWeatherPicture models the precipitation detected by a sensor during a certain time range.
|
Enum | Description |
---|---|
TLcdASTERIXLiveModelDecoder.LiveDecodingStrategy |
Enum to choose the strategy on how to decode live data.
|
ASTERIX is the Eurocontrol standard for exchanging ATM surveillance data. Surveillance data is classified into data categories. More information on the ASTERIX standard and defined categories can be obtained from the Eurocontrol website . This package allows to decode ASTERIX data from a file or from a live stream of radar data. It also allows to replay ASTERIX data from a file as if it came from a live stream. Not all categories defined by the ASTERIX standard are supported by LuciadLightspeed. Only a subset of categories is supported : 1, 8, 10, 11, 21 30, 48, 62, 240 and 244.