Uses of Class
com.luciad.fusion.tilestore.TLfnServiceException
Package
Description
Provides access to a LuciadFusion Tile Store through a networked client, allowing applications to query and visualize the data.
This package provides the LuciadFusion engine.
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 TLfnServiceException in com.luciad.fusion.client
Modifier and TypeMethodDescriptionTLfnClientFactory.createLTSClient
(URI aUri) Creates a client for a Luciad Tile Service, with the default transport.TLfnClientFactory.createLTSClient
(URI aUri, ILcdTransport aTransport) Creates a client for a Luciad Tile Service, with a specific transport.TLfnClientFactory.createLTSClient
(URI aUri, ILcdTransport aTransport, boolean aOwnsTransport) Creates a client for a Luciad Tile Service, with a specific transport.TLfnLTSClient.getCapabilities()
Gets the capabilities of the service. -
Uses of TLfnServiceException in com.luciad.fusion.engine
Modifier and TypeMethodDescriptionTLfnEngineFactory.RasterSessionBuilder.build()
Deprecated.Builds a raster session.TLfnEngineFactory.VectorSessionBuilder.build()
Deprecated.Builds a vector session.TLfnEngineFactory.createEngine
(ALfnTileStore aTileStore, ILfnEngineSession aSession) Deprecated.TLfnEngineFactory.createEngine
(ALfnTileStore aTileStore, String aCoverageID) Creates a fusion engine for a coverage.TLfnLFSEngineFactory.createEngine
(ALfnTileStore aTileStore, ILfnEngineSession aSession) This method is not supported for remote LFS engines.TLfnLFSEngineFactory.createEngine
(ALfnTileStore aTileStore, String aCoverageID) Creates a remote engine for a given coverage ID targeting a given Tile Store.TLfnLFSEngineFactory.getCapabilities()
Gets the LFS capabilities of the remote fusion server.TLfnEngineFactory.getEngines()
Gets the open engines managed by this instance.TLfnLFSEngineFactory.getEngines()
boolean
TLfnEngineFactory.removeEngine
(ALfnEngine aEngine) Removes an open engine.boolean
TLfnLFSEngineFactory.removeEngine
(ALfnEngine aEngine) ModifierConstructorDescriptionTLfnLFSEngineFactory
(URI aUri, ALfnEngineEnvironment aEnvironment, ALfnTileStoreProvider aTileStoreProvider, ILcdTransport aTransport) Creates a new engine factory that proxies for the given URI. -
Uses of TLfnServiceException in com.luciad.fusion.engine.replication
Modifier and TypeMethodDescriptionTLfnReplication.commit
(TLfnEngineFactory aEngineFactory) Method which commits the changes which were made in-memory to the slave tile store.void
TLfnReplication.commitAndFuse
(TLfnEngineFactory aEngineFactory) Method which commits the changes which were made in-memory to the slave tile store.static TLfnReplication
TLfnReplication.create
(ALfnTileStore aMasterTileStore, ALfnTileStore aSlaveTileStore, ALfnEnvironment aEnvironment, ALfnClientEnvironment aClientEnvironment) Creates a new replication preview instance. -
Uses of TLfnServiceException in com.luciad.fusion.tilestore
Modifier and TypeMethodDescriptionvoid
ILfnServiceFailureHandler.threw
(TLfnServiceException aException) Indicates a failure on the server.Modifier and TypeMethodDescriptionabstract boolean
ALfnBinaryMetadataStore.containsId
(String aId) Returnstrue
if this store contains a metadata for the given id,false
otherwise.protected TLfnLTSClient
TLfnTileStoreProvider.createLTSClient
(URI aUri) Creates an LTS client for a given URI using the default transport.abstract boolean
ALfnBinaryMetadataStore.deleteMetadata
(String aId) Deletes the metadata for the given id.boolean
ALfnTileStore.deleteResource
(String aID) Deletes both the data and metadata of a resource.boolean
ALfnTileStoreWrapper.deleteResource
(String aID) boolean
TLfnFileSystemTileStore.deleteResource
(String aID) Gets an asset from the Tile Store.abstract TLfnTileStoreCapabilities
ALfnTileStore.getCapabilities()
Gets the capabilities offered by the Tile Store.ALfnTileStoreWrapper.getCapabilities()
TLfnCachingTileStore.getCapabilities()
TLfnFileSystemTileStore.getCapabilities()
ALfnTileStore.getCoverage
(String aID) Gets a coverage from the Tile Store.ALfnTileStoreWrapper.getCoverage
(String aID) TLfnCachingTileStore.getCoverage
(String aID) TLfnDigestTileStore.getCoverage
(String aID) TLfnFileSystemTileStore.getCoverage
(String aID) abstract void
ALfnBinaryMetadataStore.getIds
(ILcdFunction aFunction) Applies the given function to the id's for which metadatas are stored in this store.static double
TLfnTileStoreUtil.getMaxAssetPartPixelDensity
(TLfnRasterCoverageMetadata aCoverageMetadata, ALfnTileStore aTileStore) Gets the maximum pixel density of all the asset parts of all the assets of a coverage, expressed in the coverage's georeference.static double
TLfnTileStoreUtil.getMaxCoveragePixelDensity
(TLfnRasterCoverageMetadata aCoverageMetadata, ALfnTileStore aTileStore) Gets the maximum coverage pixel density for a given coverage.abstract boolean
ALfnBinaryMetadataStore.getMetadata
(String aId, WritableByteChannel aChannel) Retrieves the binary representation of the metadata for the given id.ALfnTileStore.getMetadata()
Returns the metadata of this Tile Store.ALfnTileStoreWrapper.getMetadata()
abstract int
ALfnBinaryMetadataStore.getMetadataCount()
Returns the number of metadatas contained in this store.ALfnTileStore.getRasterAssetMetadata
(String aID) Gets a raster asset metadata.ALfnTileStoreWrapper.getRasterAssetMetadata
(String aID) ALfnTileStore.getRasterCoverageMetadata
(String aID) Gets a raster coverage metadata.ALfnTileStoreWrapper.getRasterCoverageMetadata
(String aID) <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) long
ALfnResource.getSize()
Returns an estimate of the total resource data size, in bytes.Gets a theme from the Tile Store.ALfnTileStore.getThemeMetadata
(String aID) Gets the metadata of a theme.ALfnTileStoreWrapper.getThemeMetadata
(String aID) ALfnCoverage.getTileCoordinates()
Returns anIterable
to iterate over all the coordinates of all tiles that are in the coverage.abstract ALfnTileStore
ALfnTileStoreProvider.getTileStore
(URI aUri) Returns a Tile Store for the given URI.TLfnTileStoreProvider.getTileStore
(URI aURI) ALfnCoverage.getTransactionStatus()
Gets the status of the Tile Store's transaction management for this coverage.ALfnTileStore.getVectorAssetMetadata
(String aID) Gets a vector asset metadata.ALfnTileStoreWrapper.getVectorAssetMetadata
(String aID) ALfnTileStore.getVectorCoverageMetadata
(String aID) Gets a vector coverage metadata.ALfnTileStoreWrapper.getVectorCoverageMetadata
(String aID) TLfnTileStoreUtil.newCoverageAsAssetMetadataBuilder
(TLfnRasterCoverageMetadata aCoverageMetadata, ALfnTileStore aTileStore) Creates a new asset metadata builder for a given coverage metadata.abstract void
ALfnBinaryMetadataStore.putMetadata
(String aId, ReadableByteChannel aChannel) Stores the binary representation of the metadata with the given id in this store.abstract void
ALfnTileStore.putMetadata
(TLfnTileStoreMetadata aTileStoreMetadata) Updates the metadata of this Tile Store.void
ALfnTileStoreWrapper.putMetadata
(TLfnTileStoreMetadata aTileStoreMetadata) void
TLfnFileSystemTileStore.putMetadata
(TLfnTileStoreMetadata aTileStoreMetadata) ALfnTileStore.putRasterAssetMetadata
(TLfnRasterAssetMetadata aMetadata) Adds or updates an asset.ALfnTileStoreWrapper.putRasterAssetMetadata
(TLfnRasterAssetMetadata aMetadata) ALfnTileStore.putRasterCoverageMetadata
(TLfnRasterCoverageMetadata aMetadata) Adds or updates a coverage.ALfnTileStoreWrapper.putRasterCoverageMetadata
(TLfnRasterCoverageMetadata aMetadata) <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) ALfnTileStore.putThemeMetadata
(TLfnThemeMetadata aMetadata) Adds or updates a theme metadata.ALfnTileStoreWrapper.putThemeMetadata
(TLfnThemeMetadata aMetadata) ALfnTileStore.putVectorAssetMetadata
(TLfnVectorAssetMetadata aMetadata) Adds or updates an asset.ALfnTileStoreWrapper.putVectorAssetMetadata
(TLfnVectorAssetMetadata aMetadata) ALfnTileStore.putVectorCoverageMetadata
(TLfnVectorCoverageMetadata aMetadata) Adds or updates a coverage.ALfnTileStoreWrapper.putVectorCoverageMetadata
(TLfnVectorCoverageMetadata aMetadata) ModifierConstructorDescriptionTLfnCachingTileStore
(ALfnTileStoreProvider aTileStoreProvider, URI aTileStoreUri, ALfnTileStore aTileCache, long aLowMark, long aHighMark, long aExpirationDuration) Constructs an instance of this class, using a local Tile Store owned by the caller as tile cache.TLfnCachingTileStore
(ALfnTileStoreProvider aTileStoreProvider, URI aTileStoreUri, URI aTileCacheUri, long aLowMark, long aHighMark, long aExpirationDuration) Constructs an instance of this class, using a tile cache owned by the instance.TLfnFileSystemTileStore
(File aHome, boolean aCreate, ALfnEnvironment aEnvironment, ALfnBinaryMetadataStore aAssetStore, ALfnBinaryMetadataStore aCoverageStore, ALfnBinaryMetadataStore aThemeStore) Opens a Tile Store on the file system, optionally creating it first.TLfnFileSystemTileStore
(File aHome, boolean aCreate, ALfnEnvironment aEnvironment, ALfnTileStore.CommitPolicy aCommitPolicy, ALfnBinaryMetadataStore aAssetStore, ALfnBinaryMetadataStore aCoverageStore, ALfnBinaryMetadataStore aThemeStore) Opens a Tile Store on the file system, optionally creating it first. -
Uses of TLfnServiceException in com.luciad.fusion.tilestore.metadata
Modifier and TypeMethodDescription<R extends ALfnResourceMetadata>
RILfnResourceMetadataResolver.getResourceMetadata
(String aId) Gets the metadata for a resource with a given ID, ornull
if none.
TLfnEngineFactory.createEngine(ALfnTileStore, String)
instead (since 2013.0)