Uses of Class
com.luciad.fusion.tilestore.metadata.TLfnThemeMetadata
Packages that use TLfnThemeMetadata
Package
Description
Provides the Tile Store abstraction and a file system implementation.
LuciadFusion TileStore provides a resource model, based on
ALfnResourceMetadata.-
Uses of TLfnThemeMetadata in com.luciad.fusion.tilestore
Methods in com.luciad.fusion.tilestore that return TLfnThemeMetadataModifier and TypeMethodDescriptionALfnTileStore.getThemeMetadata(String aID) Gets the metadata of a theme.ALfnTileStoreWrapper.getThemeMetadata(String aID) ALfnTileStore.putThemeMetadata(TLfnThemeMetadata aMetadata) Adds or updates a theme metadata.ALfnTileStoreWrapper.putThemeMetadata(TLfnThemeMetadata aMetadata) Methods in com.luciad.fusion.tilestore with parameters of type TLfnThemeMetadataModifier and TypeMethodDescriptionALfnTileStore.putThemeMetadata(TLfnThemeMetadata aMetadata) Adds or updates a theme metadata.ALfnTileStoreWrapper.putThemeMetadata(TLfnThemeMetadata aMetadata) -
Uses of TLfnThemeMetadata in com.luciad.fusion.tilestore.metadata
Methods in com.luciad.fusion.tilestore.metadata that return TLfnThemeMetadataModifier and TypeMethodDescriptionTLfnThemeMetadata.Builder.build()Builds an immutable theme metadata.Methods in com.luciad.fusion.tilestore.metadata with parameters of type TLfnThemeMetadataModifier and TypeMethodDescriptionstatic TLfnThemeMetadata.BuilderTLfnThemeMetadata.newBuilder(TLfnThemeMetadata aTemplate) Creates a new builder from a template.voidTLfnThemeMetadataTraverser.traverse(TLfnThemeMetadata aTheme, ALfnResourceMetadataVisitor aVisitor) Traverses a theme and lets the visitor visit each directly referenced resource that has not yet been encountered by this traverser.voidALfnResourceMetadataVisitor.visit(TLfnThemeMetadata aTheme) Visits a theme.