Package com.luciad.fusion.tilestore
package com.luciad.fusion.tilestore
Provides the Tile Store abstraction and a file system implementation. A Tile Store is a
repository that contains the fused data and its metadata. The most important classes are the
ALfnTileStore
and the TLfnFileSystemTileStore
.- Since:
- 10.0
-
ClassDescriptionAn abstraction of an asset, providing its up to date metadata.Entry point for storing and retrieving metadata by id.Provides the description of the coverage and also functionality to put, get and delete individual tiles of the coverage.ALfnResource<R extends ALfnResourceMetadata>An abstract superclass for resources: assets, coverages and themes.This class represents a theme.The main entry point for accessing a LuciadFusion Tile Store.The commit policy determines when new tiles will be visible.The final result of a read operation ("get").The result of an operation on a Tile Store.An enumeration of result codes, similar to HTTP response codes.The final result of a write operation ("put", "delete").A provider that can provide a
Tile Store
based on a URI.This class facilitates the writing of tile store decorators.Defines the data types for coverages and assets.Enumeration for the resource types.A handler for asynchronous tile deletion operations.A handler for asynchronously exporting a coverage.A base handler to handle failures and interrupts which are common to all asynchronous operations.A handler for asynchronous tile retrieval operations.A handler for asynchronously imported a coverage.An extension of a callback which can report intermediate progress for long-running operations.A handler for asynchronous tile addition operations.A handler for the results of a Tile Store query.An extension of the generalILfnCallback
which adds a specific callback for when content is found.A base handler to handle service failures, in addition to those already defined by the superinterface.A Tile Store implementation that caches both metadata and data from a remote Tile Store in a local Tile Store (tile cache).A resource metadata resolver implementation that resolves resource metadata from a given collection.A decorating Tile Store which adds a message digest to tiles and verifies message digests upon tile retrieval.Error handler for reporting invalid digests on data served by this Tile Store.The main entry point for accessing a Luciad TileStore directly on the file system.A query object.A base class for builder for aTLfnQuery
object.A basic builder for aTLfnQuery
object that allows creating common query's without any knowledge about OGC filters.A builder for aTLfnQuery
object.The resource properties that are supported in theTLfnQuery.BasicBuilder
for creating a filter and sort-by.An exception for LuciadFusion Service processing errors.A representation of Tile Store capabilities, containing the Tile Store metadata and a collection of operations supported by the Tile Store.Represents the metadata of a LuciadFusion Tile Store.Builder for service metadata.An operation of a Tile Store.A Tile Store factory that can handlefile
URIs: local tile stores accessible through fileshttp
andhttps
URIs: remote tile stores accessible through the LTS protocolUtility methods for Tile Stores.A representation of the transaction status on the server.