Uses of Class
com.luciad.fusion.tilestore.metadata.ALfnAssetMetadata.AssetPart
Packages that use ALfnAssetMetadata.AssetPart
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.AssetPart in com.luciad.fusion.engine
Method parameters in com.luciad.fusion.engine with type arguments of type ALfnAssetMetadata.AssetPartModifier 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.AssetPart in com.luciad.fusion.engine.format
Methods in com.luciad.fusion.engine.format that return types with arguments of type ALfnAssetMetadata.AssetPartModifier and TypeMethodDescriptionALfnFormat.groupAssetPartsForDataSources(List<ALfnAssetMetadata> aAssetMetadatas) This method is responsible for grouping allAssetPartinstances into groups.TLfnCompositeFormat.groupAssetPartsForDataSources(List<ALfnAssetMetadata> aAssetMetadatas) Methods in com.luciad.fusion.engine.format with parameters of type ALfnAssetMetadata.AssetPartModifier and TypeMethodDescriptionbooleanALfnFormat.isAssetPartOfFormat(ALfnAssetMetadata.AssetPart aAssetPart) ReturnstruewhenaAssetPartwas created by thisALfnFormat,falseotherwise.booleanTLfnCompositeFormat.isAssetPartOfFormat(ALfnAssetMetadata.AssetPart aAssetPart) Method parameters in com.luciad.fusion.engine.format with type arguments of type ALfnAssetMetadata.AssetPartModifier and TypeMethodDescriptionALfnFormat.createDataSource(List<ALfnAssetMetadata.AssetPart> aAssetPartsGroup) This method is responsible for creating anILcdDataSourcewhich represents allAssetPartinstances inaAssetPartsGroup.TLfnCompositeFormat.createDataSource(List<ALfnAssetMetadata.AssetPart> aGroupedAssetParts) -
Uses of ALfnAssetMetadata.AssetPart in com.luciad.fusion.tilestore.metadata
Classes in com.luciad.fusion.tilestore.metadata with type parameters of type ALfnAssetMetadata.AssetPartModifier and TypeClassDescriptionstatic classALfnAssetMetadata.AssetPart.Builder<A extends ALfnAssetMetadata.Builder<A,P>, B extends ALfnAssetMetadata.AssetPart.Builder<A, B, P>, P extends ALfnAssetMetadata.AssetPart> An abstract builder for asset parts.static classALfnAssetMetadata.Builder<B extends ALfnAssetMetadata.Builder<B,P>, P extends ALfnAssetMetadata.AssetPart> Abstract builder for asset metadata.Subclasses of ALfnAssetMetadata.AssetPart in com.luciad.fusion.tilestore.metadataModifier and TypeClassDescriptionstatic classA representation of a raster asset part.static 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 types with arguments of type ALfnAssetMetadata.AssetPartModifier and TypeMethodDescriptionList<? extends ALfnAssetMetadata.AssetPart> ALfnAssetMetadata.getAssetParts()Gets the parts of this asset as aCollection.Methods in com.luciad.fusion.tilestore.metadata with parameters of type ALfnAssetMetadata.AssetPartModifier and TypeMethodDescriptionfinal BALfnAssetMetadata.Builder.addAssetParts(P... aAssetParts) Adds multiple parts to this asset.final BALfnAssetMetadata.Builder.assetParts(P... aAssetParts) Sets the parts of the asset.final BALfnAssetMetadata.Builder.setAssetParts(P... aAssetParts)
TLfnEngineFactory.RasterSessionBuilder.assetPartOrder(java.util.Comparator)instead