Uses of Class
com.luciad.fusion.tilestore.TLfnServiceException
Packages that use 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
Methods in com.luciad.fusion.client that throw TLfnServiceExceptionModifier 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
Methods in com.luciad.fusion.engine that throw TLfnServiceExceptionModifier 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()booleanTLfnEngineFactory.removeEngine(ALfnEngine aEngine) Removes an open engine.booleanTLfnLFSEngineFactory.removeEngine(ALfnEngine aEngine) Constructors in com.luciad.fusion.engine that throw TLfnServiceExceptionModifierConstructorDescriptionTLfnLFSEngineFactory(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
Methods in com.luciad.fusion.engine.replication that throw TLfnServiceExceptionModifier and TypeMethodDescriptionTLfnReplication.commit(TLfnEngineFactory aEngineFactory) Method which commits the changes which were made in-memory to the slave tile store.voidTLfnReplication.commitAndFuse(TLfnEngineFactory aEngineFactory) Method which commits the changes which were made in-memory to the slave tile store.static TLfnReplicationTLfnReplication.create(ALfnTileStore aMasterTileStore, ALfnTileStore aSlaveTileStore, ALfnEnvironment aEnvironment, ALfnClientEnvironment aClientEnvironment) Creates a new replication preview instance. -
Uses of TLfnServiceException in com.luciad.fusion.tilestore
Methods in com.luciad.fusion.tilestore with parameters of type TLfnServiceExceptionModifier and TypeMethodDescriptionvoidILfnServiceFailureHandler.threw(TLfnServiceException aException) Indicates a failure on the server.Methods in com.luciad.fusion.tilestore that throw TLfnServiceExceptionModifier and TypeMethodDescriptionabstract booleanALfnBinaryMetadataStore.containsId(String aId) Returnstrueif this store contains a metadata for the given id,falseotherwise.protected TLfnLTSClientTLfnTileStoreProvider.createLTSClient(URI aUri) Creates an LTS client for a given URI using the default transport.abstract booleanALfnBinaryMetadataStore.deleteMetadata(String aId) Deletes the metadata for the given id.booleanALfnTileStore.deleteResource(String aID) Deletes both the data and metadata of a resource.booleanALfnTileStoreWrapper.deleteResource(String aID) booleanTLfnFileSystemTileStore.deleteResource(String aID) Gets an asset from the Tile Store.abstract TLfnTileStoreCapabilitiesALfnTileStore.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 voidALfnBinaryMetadataStore.getIds(ILcdFunction aFunction) Applies the given function to the id's for which metadatas are stored in this store.static doubleTLfnTileStoreUtil.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 doubleTLfnTileStoreUtil.getMaxCoveragePixelDensity(TLfnRasterCoverageMetadata aCoverageMetadata, ALfnTileStore aTileStore) Gets the maximum coverage pixel density for a given coverage.abstract booleanALfnBinaryMetadataStore.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 intALfnBinaryMetadataStore.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) longALfnResource.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 anIterableto iterate over all the coordinates of all tiles that are in the coverage.abstract ALfnTileStoreALfnTileStoreProvider.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 voidALfnBinaryMetadataStore.putMetadata(String aId, ReadableByteChannel aChannel) Stores the binary representation of the metadata with the given id in this store.abstract voidALfnTileStore.putMetadata(TLfnTileStoreMetadata aTileStoreMetadata) Updates the metadata of this Tile Store.voidALfnTileStoreWrapper.putMetadata(TLfnTileStoreMetadata aTileStoreMetadata) voidTLfnFileSystemTileStore.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) Constructors in com.luciad.fusion.tilestore that throw TLfnServiceExceptionModifierConstructorDescriptionTLfnCachingTileStore(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
Methods in com.luciad.fusion.tilestore.metadata that throw TLfnServiceExceptionModifier and TypeMethodDescription<R extends ALfnResourceMetadata>
RILfnResourceMetadataResolver.getResourceMetadata(String aId) Gets the metadata for a resource with a given ID, ornullif none.
TLfnEngineFactory.createEngine(ALfnTileStore, String)instead (since 2013.0)