Uses of Class
com.luciad.fusion.tilestore.ALfnTileStoreProvider
Package
Description
Provides support for decoding coverage raster data.
This package provides the LuciadFusion engine.
Provides the Tile Store abstraction and a file system implementation.
Provides the model and model decoder abstraction for a Tile Store.
This add-on provides the LuciadFusion Client Environment, one menu item that allows connecting to
a LuciadFusion Data Server and a data source handler for URI's of such a server.
-
Uses of ALfnTileStoreProvider in com.luciad.format.coverage
ModifierConstructorDescriptionTLcdCoverageModelDecoder
(ALfnEnvironment aEnvironment, ALfnTileStoreProvider aTileStoreProvider, TLfnClientFactory aClientFactory) Constructs a new coverage model decoder instance which uses the specified Fusion environment, client factory and tile store provider. -
Uses of ALfnTileStoreProvider in com.luciad.fusion.engine
ModifierConstructorDescriptionTLfnEngineFactory
(ALfnEngineEnvironment aEngineEnvironment, ALfnTileStoreProvider aTileStoreProvider) Constructs an engine factory using a given engine environment and tile store provider.TLfnLFSEngineFactory
(URI aUri, ALfnEngineEnvironment aEnvironment, ALfnTileStoreProvider aTileStoreProvider, ILcdTransport aTransport) Creates a new engine factory that proxies for the given URI. -
Uses of ALfnTileStoreProvider in com.luciad.fusion.tilestore
Modifier and TypeClassDescriptionclass
A Tile Store factory that can handlefile
URIs: local tile stores accessible through fileshttp
andhttps
URIs: remote tile stores accessible through the LTS protocolModifierConstructorDescriptionTLfnCachingTileStore
(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. -
Uses of ALfnTileStoreProvider in com.luciad.fusion.tilestore.model
ModifierConstructorDescriptionTLfnTileStoreModelDecoder
(ALfnEnvironment aEnvironment, ALfnTileStoreProvider aTileStoreProvider) Constructs a new Tile Store model decoder using a given Tile Store provider for decoding URIs. -
Uses of ALfnTileStoreProvider in com.luciad.lucy.addons.fusion.client
Modifier and TypeMethodDescriptionprotected ALfnTileStoreProvider
TLcyFusionClientAddOn.createTileStoreProvider()
Creates theLuciadFusion Tile Store provider
used by this add-on.TLcyFusionClientAddOn.getTileStoreProvider()
Gets theLuciadFusion Tile Store provider
used by this add-on.