Uses of Class
com.luciad.fusion.tilestore.metadata.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
Modifier 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
Modifier and TypeClassDescriptionclass
ALfnResource<R extends ALfnResourceMetadata>
An abstract superclass for resources: assets, coverages and themes.class
A resource metadata resolver implementation that resolves resource metadata from a given collection.Modifier 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) Modifier and TypeMethodDescriptionvoid
ILfnQueryHandler.got
(ALfnResourceMetadata aResourceMetadata) Indicates a single result is available. -
Uses of ALfnResourceMetadata in com.luciad.fusion.tilestore.metadata
Modifier and TypeClassDescriptionclass
A representation of an asset.class
A representation of a coverage.class
A representation of a coverage.class
A representation of a raster asset.class
A representation of a raster coverage.class
A representation of a theme, which groups any number and type of resources.class
Deprecated.Since 2017.0 support for coverages of type VECTOR has been superseded with other mechanisms.class
Deprecated.Since 2017.0 support for coverages of type VECTOR has been superseded with other mechanisms.Modifier and TypeMethodDescription<R extends ALfnResourceMetadata>
RILfnResourceMetadataResolver.getResourceMetadata
(String aId) Gets the metadata for a resource with a given ID, ornull
if none.Modifier and TypeMethodDescriptionabstract ALfnResourceMetadata
ALfnResourceMetadata.Builder.build()
Builds an immutable resource.