Package com.luciad.fusion.engine.format
package com.luciad.fusion.engine.format
This package provides the functionality to support several geographic data formats in the engine.
All the support for a specific format is bundled in one class: ALfnFormat.
If you want to support your own format, you need to create an extension of ALfnFormat and plug it
in into the engine environment. The
class javadoc of ALfnFormat explains this further.
Next to the ALfnFormat class, this package also provides a default implementation and a composite
implementation of this class.
- Since:
- 10.0
-
ClassDescriptionThis abstract class bundles all functionality specific to the data format to allow the fusion engine to fuse data sets.Factory to create
ILcdModelDecoderinstancesA composite format.Default implementation of ALfnFormat.