Package com.luciad.format.object3d.openflight
package com.luciad.format.object3d.openflight
Provides decoders for the OpenFlight file format. The OpenFlight format is defined by MultiGen-Paradigm. The file format specification can be downloaded from the Presagis website.
If you want to convert an OpenFlight file into an ILcdModel
, you can use
the TLcdOpenFlightModelDecoder
class.
If you want to decode an OpenFlight file into a 3D icon which can be used as style
for your point data, you can use the TLcdOpenFlightFileDecoder
class.
The javadoc of this class contains an example on how to do this for a Lightspeed view.
Note that Lightspeed also supports Collada data.
See the package documentation of com.luciad.format.object3d
for more information.
- Since:
- 5.3
-
ClassDescriptionA decoder for OpenFlight (.FLT) files.Decoder for OpenFlight scene databases.A model descriptor for OpenFlight models.