Uses of Enum Class
com.luciad.fusion.tilestore.ELfnDataType
Packages that use ELfnDataType
Package
Description
Core functionality for the LuciadLightspeed Fusion Client and LuciadFusion.
This package provides the LuciadFusion engine.
This package provides the functionality to support several geographic data formats
in the engine.
Provides the Tile Store abstraction and a file system implementation.
LuciadFusion TileStore provides a resource model, based on
ALfnResourceMetadata.Provides the model and model decoder abstraction for a Tile Store.
-
Uses of ELfnDataType in com.luciad.fusion.core
Methods in com.luciad.fusion.core with parameters of type ELfnDataTypeModifier and TypeMethodDescriptionabstract voidALfnEnvironment.addTileDataCodec(ILcdEarthTileDataCodec aCodec, ELfnDataType aDataType) Adds (registers) a codec.abstract Collection<ILcdEarthTileDataCodec> ALfnEnvironment.getTileDataCodecs(ELfnDataType aDataType) Gets the registered tile data codecs.abstract booleanALfnEnvironment.removeTileDataCodec(ILcdEarthTileDataCodec aCodec, ELfnDataType aDataType) Removes a tile data codec. -
Uses of ELfnDataType in com.luciad.fusion.engine
Methods in com.luciad.fusion.engine with parameters of type ELfnDataTypeModifier and TypeMethodDescriptionabstract intALfnEngineEnvironment.getDefaultTileSize(ELfnDataType aDataType) Gets the default tile size for a data type.abstract voidALfnEngineEnvironment.setDefaultTileSize(ELfnDataType aDataType, int aTileSize) Sets the default tile size for a data type. -
Uses of ELfnDataType in com.luciad.fusion.engine.format
Constructors in com.luciad.fusion.engine.format with parameters of type ELfnDataTypeModifierConstructorDescriptionTLfnFormat(ILcdEarthModelDecoderFactory aModelDecoderFactory, ILcdGXYLayerFactory aGXYLayerFactory, ILcdModelHeightProviderFactory aHeightProviderFactory, ILfnIdentityProviderFactory aFeatureIdProviderFactory, ELfnDataType aType, String aModelDescriptorTypeName, Class<? extends ILcdModelDescriptor>... aModelDescriptorClasses) Creates a new engine format.TLfnFormat(String aFormatId, ILcdEarthModelDecoderFactory aModelDecoderFactory, ILcdSLDGXYLayerFactory aSLDGXYLayerFactory, ILcdModelHeightProviderFactory aHeightProviderFactory, ILfnIdentityProviderFactory aFeatureIdProviderFactory, ELfnDataType aType, String aModelDescriptorTypeName, Class<? extends ILcdModelDescriptor>... aModelDescriptorClasses) Creates a new engine format.TLfnFormat(String aFormatId, ILcdEarthModelDecoderFactory aModelDecoderFactory, ILcdGXYLayerFactory aGXYLayerFactory, ILcdModelHeightProviderFactory aHeightProviderFactory, ILfnIdentityProviderFactory aFeatureIdProviderFactory, ELfnDataType aType, String aModelDescriptorTypeName, Class<? extends ILcdModelDescriptor>... aModelDescriptorClasses) Creates a new engine format with given parameters.TLfnFormat(String aFormatId, ILfnDataSourceModelDecoderFactory aModelDecoderFactory, ILcdSLDGXYLayerFactory aSLDGXYLayerFactory, ILcdModelHeightProviderFactory aHeightProviderFactory, ILfnIdentityProviderFactory aFeatureIdProviderFactory, ELfnDataType aType, String aModelDescriptorTypeName, Class<? extends ILcdModelDescriptor>... aModelDescriptorClasses) Creates a new engine format.TLfnFormat(String aFormatId, ILfnDataSourceModelDecoderFactory aModelDecoderFactory, ILcdGXYLayerFactory aGXYLayerFactory, ILcdSLDGXYLayerFactory aSLDGXYLayerFactory, ILcdModelHeightProviderFactory aHeightProviderFactory, ILfnIdentityProviderFactory aFeatureIdProviderFactory, ELfnDataType aType, String aModelDescriptorTypeName, Class<? extends ILcdModelDescriptor>... aModelDescriptorClasses) Creates a new engine format.TLfnFormat(String aFormatId, ILfnDataSourceModelDecoderFactory aModelDecoderFactory, ILcdGXYLayerFactory aGXYLayerFactory, ILcdModelHeightProviderFactory aHeightProviderFactory, ILfnIdentityProviderFactory aFeatureIdProviderFactory, ELfnDataType aType, String aModelDescriptorTypeName, Class<? extends ILcdModelDescriptor>... aModelDescriptorClasses) Creates a new engine format with given parameters. -
Uses of ELfnDataType in com.luciad.fusion.tilestore
Methods in com.luciad.fusion.tilestore that return ELfnDataTypeModifier and TypeMethodDescriptionstatic ELfnDataTypeELfnDataType.fromCoverageType(ILcdEarthTileSetCoverage.CoverageType aCoverageType) Converts an EarthILcdEarthTileSetCoverage.CoverageTypeto a LuciadFusionELfnDataType.static ELfnDataTypeReturns the enum constant of this class with the specified name.static ELfnDataType[]ELfnDataType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ELfnDataType in com.luciad.fusion.tilestore.metadata
Methods in com.luciad.fusion.tilestore.metadata that return ELfnDataTypeModifier and TypeMethodDescriptionfinal ELfnDataTypeALfnAssetMetadata.Builder.getType()Gets this builder's current type.ALfnAssetMetadata.getType()Gets the type of this asset.final ELfnDataTypeALfnCoverageMetadata.Builder.getType()Gets this builder's current type, possiblynull.ALfnCoverageMetadata.getType()Gets the type of this coverage.Methods in com.luciad.fusion.tilestore.metadata that return types with arguments of type ELfnDataTypeModifier and TypeMethodDescriptionfinal List<ELfnDataType> ALfnAssetMetadata.Builder.getSupportedCoverageTypes()Gets this builder's current supported coverage types (unmodifiable).ALfnAssetMetadata.getSupportedCoverageTypes()Gets the supported coverage types of this asset.Methods in com.luciad.fusion.tilestore.metadata with parameters of type ELfnDataTypeModifier and TypeMethodDescriptionfinal BALfnAssetMetadata.Builder.setSupportedCoverageTypes(ELfnDataType... aSupportedCoverageTypes) Deprecated.final BALfnAssetMetadata.Builder.setType(ELfnDataType aType) Deprecated.useALfnAssetMetadata.Builder.type(ELfnDataType)insteadfinal BALfnCoverageMetadata.Builder.setType(ELfnDataType aType) Deprecated.final BALfnAssetMetadata.Builder.supportedCoverageTypes(ELfnDataType... aSupportedCoverageTypes) Sets the supported coverage types.ALfnAssetMetadata.Builder.type(ELfnDataType aType) Sets the required type of the asset.ALfnCoverageMetadata.Builder.type(ELfnDataType aType) Sets the required type of the coverage.TLfnRasterCoverageMetadata.Builder.type(ELfnDataType aType) TLfnVectorAssetMetadata.Builder.type(ELfnDataType aType) Deprecated.TLfnVectorCoverageMetadata.Builder.type(ELfnDataType aType) Deprecated.Method parameters in com.luciad.fusion.tilestore.metadata with type arguments of type ELfnDataTypeModifier and TypeMethodDescriptionfinal BALfnAssetMetadata.Builder.setSupportedCoverageTypes(Collection<ELfnDataType> aSupportedCoverageTypes) Deprecated.final BALfnAssetMetadata.Builder.supportedCoverageTypes(Collection<ELfnDataType> aSupportedCoverageTypes) Sets the supported coverage types. -
Uses of ELfnDataType in com.luciad.fusion.tilestore.model
Methods in com.luciad.fusion.tilestore.model with parameters of type ELfnDataTypeModifier and TypeMethodDescriptionvoidTLfnTileStoreModelDecoder.addTileDataCodec(ILcdEarthTileDataCodec aCodec, ELfnDataType aDataType) Adds (registers) a codec.TLfnTileStoreModelDecoder.getTileDataCodecs(ELfnDataType aDataType) Gets the registered tile data codecs.booleanTLfnTileStoreModelDecoder.removeTileDataCodec(ILcdEarthTileDataCodec aCodec, ELfnDataType aDataType) Removes a tile data codec.
ALfnAssetMetadata.Builder.supportedCoverageTypes(com.luciad.fusion.tilestore.ELfnDataType...)instead