Uses of Class
com.luciad.fusion.tilestore.metadata.ALfnResourceMetadata
Packages that use ALfnResourceMetadata
Package
Description
This package provides the classes to compare and replicate resources between two tile stores.
Provides the Tile Store abstraction and a file system implementation.
LuciadFusion TileStore provides a resource model, based on
ALfnResourceMetadata.-
Uses of ALfnResourceMetadata in com.luciad.fusion.engine.replication
Methods in com.luciad.fusion.engine.replication that return ALfnResourceMetadataModifier and TypeMethodDescriptionTLfnReplicationResource.getMasterMetadata()Returns the metadata of this resource as it is on the master tile store.TLfnReplicationResource.getProjectedSlaveMetadata()Returns the metadata of this resource as it will be on the slave tile store when actually performing the replication.TLfnReplicationResource.getSlaveMetadata()Returns the metadata of this resource as it is on the slave tile store. -
Uses of ALfnResourceMetadata in com.luciad.fusion.tilestore
Classes in com.luciad.fusion.tilestore with type parameters of type ALfnResourceMetadataModifier and TypeClassDescriptionclassALfnResource<R extends ALfnResourceMetadata>An abstract superclass for resources: assets, coverages and themes.classA resource metadata resolver implementation that resolves resource metadata from a given collection.Methods in com.luciad.fusion.tilestore with type parameters of type ALfnResourceMetadataModifier and TypeMethodDescription<T extends ALfnResourceMetadata>
TALfnTileStore.getResourceMetadata(String aID) Gets the metadata of a resource.<T extends ALfnResourceMetadata>
TALfnTileStoreWrapper.getResourceMetadata(String aID) <T extends ALfnResourceMetadata>
TTLfnCachingTileStore.getResourceMetadata(String aID) <T extends ALfnResourceMetadata>
TTLfnFileSystemTileStore.getResourceMetadata(String aID) <T extends ALfnResourceMetadata>
TALfnTileStore.putResourceMetadata(T aMetadata) Adds or updates the metadata of a resource.<T extends ALfnResourceMetadata>
TALfnTileStoreWrapper.putResourceMetadata(T aMetadata) <T extends ALfnResourceMetadata>
TTLfnFileSystemTileStore.putResourceMetadata(T aMetadata) <R extends ALfnResourceMetadata>
List<R> ALfnTileStore.query(ELfnResourceType aResourceType) Gets all the resource metadatas in this Tile Store of a given type.<R extends ALfnResourceMetadata>
List<R> ALfnTileStoreWrapper.query(ELfnResourceType aResourceType) Methods in com.luciad.fusion.tilestore with parameters of type ALfnResourceMetadataModifier and TypeMethodDescriptionvoidILfnQueryHandler.got(ALfnResourceMetadata aResourceMetadata) Indicates a single result is available. -
Uses of ALfnResourceMetadata in com.luciad.fusion.tilestore.metadata
Subclasses of ALfnResourceMetadata in com.luciad.fusion.tilestore.metadataModifier and TypeClassDescriptionclassA representation of an asset.classA representation of a coverage.classA representation of a coverage.classA representation of a raster asset.classA representation of a raster coverage.classA representation of a theme, which groups any number and type of resources.classDeprecated.Since 2017.0 support for coverages of type VECTOR has been superseded with other mechanisms.classDeprecated.Since 2017.0 support for coverages of type VECTOR has been superseded with other mechanisms.Methods in com.luciad.fusion.tilestore.metadata with type parameters of type ALfnResourceMetadataModifier and TypeMethodDescription<R extends ALfnResourceMetadata>
RILfnResourceMetadataResolver.getResourceMetadata(String aId) Gets the metadata for a resource with a given ID, ornullif none.Methods in com.luciad.fusion.tilestore.metadata that return ALfnResourceMetadataModifier and TypeMethodDescriptionabstract ALfnResourceMetadataALfnResourceMetadata.Builder.build()Builds an immutable resource.