Preview

GXY: displaying AIS objects  samples.ais.gxy.MainPanel

This sample demonstrates creation and display of aeronautical data using the LuciadLightspeed Aviation Standards component. The sample sets up a GXY view and adds a few layers with Aeronautical Information System (AIS) data. Models containing AIS objects are created in the ModelFactory class. Layer creation is performed in the LayerFactory class.

The data is generated in a geodetic model reference. This illustrates the use of the AIS shape classes.

Instructions
  1. Start the sample
  2. Select any of the features (airspace, procedure, airport) to see its label.
  3. Double-click on one of the features to show a dialog box containing its properties.

   


Preview

Lightspeed: display AIS objects  samples.ais.lightspeed.MainPanel

This sample demonstrates creation and display of aeronautical data using the LuciadLightspeed Aviation Standards component. The sample sets up a Lightspeed view and adds a few layers with Aeronautical Information System (AIS) data. Models containing AIS objects are created in the ModelFactory class. Layer creation is performed in the LayerFactory class.

The data is generated in a geodetic model reference. This illustrates the use of the AIS shape classes.

Instructions
  1. Start the sample
  2. Select any of the features (airspace, procedure, airport) to see its label.
  3. Double-click on one of the features to show a dialog box containing its properties.

   


Preview

GXY: displaying AIXM data  samples.decoder.aixm.gxy.MainPanel

This sample demonstrates how to load and display data in the AIXM 3.3, 4.0 and 4.5 format. The loading of the data relies on the use of the TLcdAIXMModelDecoder class in combination with a number of ILcdAIXMHandler implementation that each take care of one or more AIXM feature types (airspaces, routes, ...). The visualization is configured in the LayerFactory class.

Instructions

Press the open button in the toolbar to choose an AIXM snapshot or update file. You can select any of the loaded features to show a label, or you can double click on a feature to show the properties of the feature that were decoded from the AIXM file.

   


Preview

GXY: display AIXM 5.1 data  samples.decoder.aixm51.gxy.MainPanel

This applet demonstrates how to create, load, store, and display AIXM data in a GXY view. The sample creates and displays an AIXM 5.1 designated point and airspace and loads some AIXM 5.1 data of the Chicago area. It also converts data from AIXM 4.5/3.3.

Instructions

If you want to use your own data, press the open button in the toolbar to choose an AIXM file. AIXM 5.1 files will be loaded directly, while airports, heliports and airspaces in AIXM4.5 and AIXM3.3 files will be converted on-the-fly to AIXM5.1 data.

Right click on an AIXM 5.1 feature on the map and choose 'View Properties' to show the data for that feature. The sample class AIXM51ElementFormatter is used by the dialog box to create more readable descriptions of the data. It also shows how to navigate through the domain model.

Select a layer and make it editable to enable editing of the AIXM 5.1 features. If you select a feature and drag one of the handles, the underlying AIXM 5.1 data will be changed.
Click the save button to save the message in that layer to a file.

   


Preview

Lightspeed: display AIXM 5.1 data  samples.decoder.aixm51.lightspeed.MainPanel

This applet demonstrates how to create, load, store, and display AIXM data in a Lightspeed view. The sample creates and displays an AIXM 5.1 designated point and airspace and loads some AIXM 5.1 data of the Chicago area.

Instructions

If you want to use your own data, press the open button in the toolbar to choose an AIXM file.

Right click on an AIXM 5.1 feature on the map and choose 'View properties' to show the data for that feature. The sample class AIXM51ElementFormatter is used by the dialog box to create more readable descriptions of the data. It also shows how to navigate through the domain model.

Select a layer and make it editable to enable editing of the AIXM 5.1 features. If you select a feature and drag one of the handles, the underlying AIXM 5.1 data will be changed.