Uses of Class
com.luciad.fusion.tilestore.metadata.TLfnVectorAssetMetadata
Package
Description
This package provides the LuciadFusion engine.
Provides the vector specific functionality for the LuciadFusion engine.
Provides the Tile Store abstraction and a file system implementation.
LuciadFusion TileStore provides a resource model, based on
ALfnResourceMetadata
.Provides various utility functionality for the LuciadLightspeed Fusion Client
and for LuciadFusion.
-
Uses of TLfnVectorAssetMetadata in com.luciad.fusion.engine
Modifier and TypeMethodDescriptionTLfnEngineFactory.VectorSessionBuilder.assets
(List<TLfnVectorAssetMetadata> aSourceAssetMetadatas) Deprecated.Sets the asset metadatas to be fused to the target coverage.TLfnEngineFactory.VectorSessionBuilder.setSourceAssetMetadatas
(List<TLfnVectorAssetMetadata> aSourceAssetMetadatas) Deprecated. -
Uses of TLfnVectorAssetMetadata in com.luciad.fusion.engine.vector
Modifier and TypeMethodDescriptionabstract TLfnVectorAssetMetadata
ILfnVectorSessionHandler.FailureContext.getAssetMetadata()
Gets the asset being processed ornull
if either the error does not affect a single asset or the affected asset is unknown.Modifier and TypeMethodDescriptionstatic int
TLfnScaleUtil.getMaxLevel
(ILcdBounds aBounds, ILcdGeoReference aGeoReference, long aLevel0Rows, long aLevel0Columns, List<TLfnVectorAssetMetadata> aAllAssetMetadata) Deprecated.Computes the most detailed level that is needed for the assets in a coverage. -
Uses of TLfnVectorAssetMetadata in com.luciad.fusion.tilestore
Modifier and TypeMethodDescriptionALfnTileStore.getVectorAssetMetadata
(String aID) Gets a vector asset metadata.ALfnTileStoreWrapper.getVectorAssetMetadata
(String aID) ALfnTileStore.putVectorAssetMetadata
(TLfnVectorAssetMetadata aMetadata) Adds or updates an asset.ALfnTileStoreWrapper.putVectorAssetMetadata
(TLfnVectorAssetMetadata aMetadata) Modifier and TypeMethodDescriptionALfnTileStore.putVectorAssetMetadata
(TLfnVectorAssetMetadata aMetadata) Adds or updates an asset.ALfnTileStoreWrapper.putVectorAssetMetadata
(TLfnVectorAssetMetadata aMetadata) -
Uses of TLfnVectorAssetMetadata in com.luciad.fusion.tilestore.metadata
Modifier and TypeMethodDescriptionTLfnVectorAssetMetadata.Builder.build()
Deprecated.Builds an immutable asset metadata.Modifier and TypeMethodDescriptionTLfnVectorAssetMetadata.newBuilder
(TLfnVectorAssetMetadata aTemplate) Deprecated.Creates a new builder from a given template.void
ALfnResourceMetadataVisitor.visit
(TLfnVectorAssetMetadata aAsset) Visits a vector asset. -
Uses of TLfnVectorAssetMetadata in com.luciad.fusion.util
Modifier and TypeMethodDescriptionstatic int
TLfnScaleUtil.getMaxLevel
(ILcdBounds aBounds, ILcdGeoReference aGeoReference, long aLevel0Rows, long aLevel0Columns, List<TLfnVectorAssetMetadata> aAllAssetMetadata) Computes the most detailed level that is needed for the assets in a coverage.
TLfnEngineFactory.VectorSessionBuilder.assets(java.util.List)
instead