Uses of Class
com.luciad.fusion.tilestore.metadata.ALfnAssetMetadata
Packages that use ALfnAssetMetadata
Package
Description
This package provides the LuciadFusion engine.
This package provides the functionality to support several geographic data formats
in the engine.
LuciadFusion TileStore provides a resource model, based on
ALfnResourceMetadata.-
Uses of ALfnAssetMetadata in com.luciad.fusion.engine
Methods in com.luciad.fusion.engine that return types with arguments of type ALfnAssetMetadataModifier and TypeMethodDescriptionList<? extends ALfnAssetMetadata> ILfnEngineSession.getSourceAssetMetadatas()Gets the metadata of the source assets for this session.Method parameters in com.luciad.fusion.engine with type arguments of type ALfnAssetMetadataModifier and TypeMethodDescriptionTLfnEngineFactory.RasterSessionBuilder.assetPartOrder(Comparator<TLcdPair<ALfnAssetMetadata.AssetPart, ALfnAssetMetadata>> aComparator) Deprecated.Sets the order of the asset parts, eliminating any existing asset part order.TLfnEngineFactory.RasterSessionBuilder.setAssetPartOrder(Comparator<TLcdPair<ALfnAssetMetadata.AssetPart, ALfnAssetMetadata>> aComparator) Deprecated. -
Uses of ALfnAssetMetadata in com.luciad.fusion.engine.format
Methods in com.luciad.fusion.engine.format that return ALfnAssetMetadataModifier and TypeMethodDescriptionabstract ALfnAssetMetadataALfnFormat.createAsset(ILcdModel aModel) Creates an asset for a given model.ALfnFormat.createAsset(String aSourceName, List<ALfnAssetMetadata> aOtherAssetMetadatas) Creates an asset for a given source name.TLfnCompositeFormat.createAsset(ILcdModel aModel) TLfnCompositeFormat.createAsset(String aSourceName, List<ALfnAssetMetadata> aOtherAssetMetadatas) TLfnFormat.createAsset(ILcdModel aModel) Methods in com.luciad.fusion.engine.format with parameters of type ALfnAssetMetadataModifier and TypeMethodDescriptionbooleanALfnFormat.isAssetOfFormat(ALfnAssetMetadata aAssetMetadata) ReturnstruewhenaAssetMetadatawas created by thisALfnFormat,falseotherwise.booleanTLfnCompositeFormat.isAssetOfFormat(ALfnAssetMetadata aAssetMetadata) final ALfnFormatTLfnCompositeFormat.retrieveFormatOf(ALfnAssetMetadata aAssetMetadata) Utility method which loops over all registeredALfnFormatinstances and returns the first format which returnstrueforALfnFormat.isAssetOfFormat(com.luciad.fusion.tilestore.metadata.ALfnAssetMetadata)Method parameters in com.luciad.fusion.engine.format with type arguments of type ALfnAssetMetadataModifier and TypeMethodDescriptionbooleanALfnFormat.canCreateAsset(String aSourceName, List<ALfnAssetMetadata> aOtherAssetMetadatas) Returnsfalsewhen the format is certain it cannot create an asset for the given source,trueotherwise.booleanTLfnCompositeFormat.canCreateAsset(String aSourceName, List<ALfnAssetMetadata> aOtherAssetMetadatas) ALfnFormat.createAsset(String aSourceName, List<ALfnAssetMetadata> aOtherAssetMetadatas) Creates an asset for a given source name.TLfnCompositeFormat.createAsset(String aSourceName, List<ALfnAssetMetadata> aOtherAssetMetadatas) ALfnFormat.groupAssetPartsForDataSources(List<ALfnAssetMetadata> aAssetMetadatas) This method is responsible for grouping allAssetPartinstances into groups.TLfnCompositeFormat.groupAssetPartsForDataSources(List<ALfnAssetMetadata> aAssetMetadatas) -
Uses of ALfnAssetMetadata in com.luciad.fusion.tilestore.metadata
Subclasses of ALfnAssetMetadata in com.luciad.fusion.tilestore.metadataModifier and TypeClassDescriptionclassA representation of a raster asset.classDeprecated.Since 2017.0 support for coverages of type VECTOR has been superseded with other mechanisms.Methods in com.luciad.fusion.tilestore.metadata that return ALfnAssetMetadataModifier and TypeMethodDescriptionabstract ALfnAssetMetadataALfnAssetMetadata.Builder.build()Builds an immutable asset metadata from the current properties set on this builder.ALfnAssetMetadata.AssetPart.getAssetMetadata()Gets the parent asset metadata this asset is part of, which is nevernull.Methods in com.luciad.fusion.tilestore.metadata with parameters of type ALfnAssetMetadataModifier and TypeMethodDescriptionfinal BALfnCoverageMetadata.Builder.addAssetInfo(ALfnAssetMetadata aAssetMetadata, String aStatus) Adds an asset info from a given asset metadata with a given statusALfnCoverageMetadata.AssetInfo.STATUS_INCOMPLETEorALfnCoverageMetadata.AssetInfo.STATUS_COMPLETE.
TLfnEngineFactory.RasterSessionBuilder.assetPartOrder(java.util.Comparator)instead