Uses of Class
com.luciad.fusion.engine.format.ALfnFormat
Packages that use ALfnFormat
Package
Description
This package provides the LuciadFusion engine.
This package provides the functionality to support several geographic data formats
in the engine.
-
Uses of ALfnFormat in com.luciad.fusion.engine
Method parameters in com.luciad.fusion.engine with type arguments of type ALfnFormatModifier and TypeMethodDescriptionstatic ALfnEngineEnvironmentALfnEngineEnvironment.newInstance(ALfnEnvironment aEnvironment, Supplier<List<ALfnFormat>> aFormatSupplier) Creates a new engine environment that uses the given supported formats. -
Uses of ALfnFormat in com.luciad.fusion.engine.format
Subclasses of ALfnFormat in com.luciad.fusion.engine.formatModifier and TypeClassDescriptionclassA composite format.classDefault implementation of ALfnFormat.Methods in com.luciad.fusion.engine.format that return ALfnFormatModifier and TypeMethodDescriptionstatic ALfnFormatALfnFormat.newElevationFormat(ILcdEarthModelDecoderFactory aModelDecoderFactory, ILcdGXYLayerFactory aGXYLayerFactory, ILcdModelHeightProviderFactory aHeightProviderFactory, String aModelDescriptorTypeName, Class<? extends ILcdModelDescriptor>... aModelDescriptorClasses) Creates a newALfnFormatinstance which provides support for theELEVATIONdata type with the specified parameters.static ALfnFormatALfnFormat.newElevationFormat(String aFormatId, ILcdEarthModelDecoderFactory aModelDecoderFactory, ILcdSLDGXYLayerFactory aGXYLayerFactory, ILcdModelHeightProviderFactory aHeightProviderFactory, String aModelDescriptorTypeName, Class<? extends ILcdModelDescriptor>... aModelDescriptorClasses) Creates a newALfnFormatinstance which provides support for theELEVATIONdata type with the specified parameters.static ALfnFormatALfnFormat.newImageFormat(ILcdEarthModelDecoderFactory aModelDecoderFactory, ILcdGXYLayerFactory aGXYLayerFactory, String aModelDescriptorTypeName, Class<? extends ILcdModelDescriptor>... aModelDescriptorClasses) Creates a newALfnFormatinstance which provides support for theIMAGEdata type with the specified parameters.static ALfnFormatALfnFormat.newImageFormat(String aFormatId, ILcdEarthModelDecoderFactory aModelDecoderFactory, ILcdSLDGXYLayerFactory aGXYLayerFactory, String aModelDescriptorTypeName, Class<? extends ILcdModelDescriptor>... aModelDescriptorClasses) Creates a newALfnFormatinstance which provides support for theIMAGEdata type with the specified parameters.static ALfnFormatALfnFormat.newVectorFormat(ILcdEarthModelDecoderFactory aModelDecoderFactory, ILcdGXYLayerFactory aGXYLayerFactory, ILfnIdentityProviderFactory aFeatureIdProviderFactory, String aModelDescriptorTypeName, Class<? extends ILcdModelDescriptor>... aModelDescriptorClasses) Deprecated.Since 2017.0 support for coverages of type VECTOR has been superseded with other mechanisms.static ALfnFormatALfnFormat.newVectorFormat(String aFormatId, ILcdEarthModelDecoderFactory aModelDecoderFactory, ILcdSLDGXYLayerFactory aGXYLayerFactory, ILfnIdentityProviderFactory aFeatureIdProviderFactory, String aModelDescriptorTypeName, Class<? extends ILcdModelDescriptor>... aModelDescriptorClasses) Deprecated.Since 2017.0 support for coverages of type VECTOR has been superseded with other mechanisms.final ALfnFormatTLfnCompositeFormat.retrieveFormatOf(ALfnAssetMetadata aAssetMetadata) Utility method which loops over all registeredALfnFormatinstances and returns the first format which returnstrueforisAssetOfFormat(com.luciad.fusion.tilestore.metadata.ALfnAssetMetadata)Methods in com.luciad.fusion.engine.format that return types with arguments of type ALfnFormatModifier and TypeMethodDescriptionstatic List<ALfnFormat> ALfnFormat.createDefaultFormats(ALfnEngineEnvironment aEnvironment) Gets a list of the default engine formats.TLfnCompositeFormat.getFormats()Returns a read-only list of the registered engine formats.Methods in com.luciad.fusion.engine.format with parameters of type ALfnFormatModifier and TypeMethodDescriptionvoidTLfnCompositeFormat.addFormat(ALfnFormat aFormat) Adds an engine format.voidTLfnCompositeFormat.removeFormat(ALfnFormat aFormat) Removes an engine formatMethod parameters in com.luciad.fusion.engine.format with type arguments of type ALfnFormatModifier and TypeMethodDescriptionvoidTLfnCompositeFormat.addFormats(List<ALfnFormat> aFormats) Adds a list of engine formats.voidTLfnCompositeFormat.removeFormats(Collection<ALfnFormat> aFormats) Removes multiple engine formats.