Uses of Class
com.luciad.fusion.tilestore.ALfnTileStoreProvider
Packages that use 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
Constructors in com.luciad.format.coverage with parameters of type ALfnTileStoreProviderModifierConstructorDescriptionTLcdCoverageModelDecoder(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
Constructors in com.luciad.fusion.engine with parameters of type ALfnTileStoreProviderModifierConstructorDescriptionTLfnEngineFactory(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
Subclasses of ALfnTileStoreProvider in com.luciad.fusion.tilestoreModifier and TypeClassDescriptionclassA Tile Store factory that can handlefileURIs: local tile stores accessible through fileshttpandhttpsURIs: remote tile stores accessible through the LTS protocolConstructors in com.luciad.fusion.tilestore with parameters of type ALfnTileStoreProviderModifierConstructorDescriptionTLfnCachingTileStore(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
Constructors in com.luciad.fusion.tilestore.model with parameters of type ALfnTileStoreProviderModifierConstructorDescriptionTLfnTileStoreModelDecoder(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
Methods in com.luciad.lucy.addons.fusion.client that return ALfnTileStoreProviderModifier and TypeMethodDescriptionprotected ALfnTileStoreProviderTLcyFusionClientAddOn.createTileStoreProvider()Creates theLuciadFusion Tile Store providerused by this add-on.TLcyFusionClientAddOn.getTileStoreProvider()Gets theLuciadFusion Tile Store providerused by this add-on.