Uses of Class
com.luciad.fusion.tilestore.metadata.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
Modifier and TypeMethodDescriptionList
<? extends ALfnAssetMetadata> ILfnEngineSession.getSourceAssetMetadatas()
Gets the metadata of the source assets for this session.Modifier 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
Modifier and TypeMethodDescriptionabstract ALfnAssetMetadata
ALfnFormat.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) Modifier and TypeMethodDescriptionboolean
ALfnFormat.isAssetOfFormat
(ALfnAssetMetadata aAssetMetadata) Returnstrue
whenaAssetMetadata
was created by thisALfnFormat
,false
otherwise.boolean
TLfnCompositeFormat.isAssetOfFormat
(ALfnAssetMetadata aAssetMetadata) final ALfnFormat
TLfnCompositeFormat.retrieveFormatOf
(ALfnAssetMetadata aAssetMetadata) Utility method which loops over all registeredALfnFormat
instances and returns the first format which returnstrue
forALfnFormat.isAssetOfFormat(com.luciad.fusion.tilestore.metadata.ALfnAssetMetadata)
Modifier and TypeMethodDescriptionboolean
ALfnFormat.canCreateAsset
(String aSourceName, List<ALfnAssetMetadata> aOtherAssetMetadatas) Returnsfalse
when the format is certain it cannot create an asset for the given source,true
otherwise.boolean
TLfnCompositeFormat.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 allAssetPart
instances into groups.TLfnCompositeFormat.groupAssetPartsForDataSources
(List<ALfnAssetMetadata> aAssetMetadatas) -
Uses of ALfnAssetMetadata in com.luciad.fusion.tilestore.metadata
Modifier and TypeClassDescriptionclass
A representation of a raster asset.class
Deprecated.Since 2017.0 support for coverages of type VECTOR has been superseded with other mechanisms.Modifier and TypeMethodDescriptionabstract ALfnAssetMetadata
ALfnAssetMetadata.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
.Modifier and TypeMethodDescriptionfinal B
ALfnCoverageMetadata.Builder.addAssetInfo
(ALfnAssetMetadata aAssetMetadata, String aStatus) Adds an asset info from a given asset metadata with a given statusALfnCoverageMetadata.AssetInfo.STATUS_INCOMPLETE
orALfnCoverageMetadata.AssetInfo.STATUS_COMPLETE
.
TLfnEngineFactory.RasterSessionBuilder.assetPartOrder(java.util.Comparator)
instead