Uses of Class
com.luciad.fusion.tilestore.ALfnTileStore.ReadResult
Package
Description
Provides the Tile Store abstraction and a file system implementation.
-
Uses of ALfnTileStore.ReadResult in com.luciad.fusion.tilestore
Modifier and TypeFieldDescriptionstatic final ALfnTileStore.ReadResult
ALfnTileStore.ReadResult.FOUND
Indicates that content was found and was written to the receiving channel.static final ALfnTileStore.ReadResult
ALfnTileStore.ReadResult.NOT_FOUND
Indicates that no content was found, and no content was written to the receiving channel.static final ALfnTileStore.ReadResult
ALfnTileStore.ReadResult.NOT_MODIFIED
Indicates that content was found, but it was not newer than the given modification time, and no content was written to the receiving channel.Modifier and TypeMethodDescriptionALfnCoverage.exportTo
(WritableByteChannel aSink, ILcdShape aAreaOfInterest, ILcdGeoReference aAreaOfInterestGeoReference, ILfnProgressCallback<ALfnTileStore.ReadResult> aCallback) ALfnResource.exportTo
(WritableByteChannel aSink, ILcdShape aAreaOfInterest, ILcdGeoReference aAreaOfInterestGeoReference, ILfnProgressCallback<ALfnTileStore.ReadResult> aCallback) Asynchronously exports this resource's data to a channel, excluding metadata.ALfnCoverage.getTile
(TLfnTileCoordinates aCoordinates, long aModificationTime, WritableByteChannel aSink, ByteBuffer aMessageDigest, ILfnReadCallback aCallback) Asynchronously gets a tile from this coverage, including the tile message digest.ALfnCoverage.getUserData
(String aKey, WritableByteChannel aSink, ILfnCallback<ALfnTileStore.ReadResult> aCallback) ALfnResource.getUserData
(String aKey, WritableByteChannel aSink, ILfnCallback<ALfnTileStore.ReadResult> aCallback) Gets binary user data from this resource with a given key.ALfnTileStore.getUserData
(String aKey, WritableByteChannel aSink, ILfnCallback<ALfnTileStore.ReadResult> aCallback) Gets binary user data from this Tile Store with a given key.ALfnTileStoreWrapper.getUserData
(String aKey, WritableByteChannel aSink, ILfnCallback<ALfnTileStore.ReadResult> aCallback) TLfnFileSystemTileStore.getUserData
(String aKey, WritableByteChannel aSink, ILfnCallback<ALfnTileStore.ReadResult> aCallback) Modifier and TypeMethodDescriptionALfnCoverage.exportTo
(WritableByteChannel aSink, ILcdShape aAreaOfInterest, ILcdGeoReference aAreaOfInterestGeoReference, ILfnProgressCallback<ALfnTileStore.ReadResult> aCallback) ALfnResource.exportTo
(WritableByteChannel aSink, ILcdShape aAreaOfInterest, ILcdGeoReference aAreaOfInterestGeoReference, ILfnProgressCallback<ALfnTileStore.ReadResult> aCallback) Asynchronously exports this resource's data to a channel, excluding metadata.ALfnCoverage.getUserData
(String aKey, WritableByteChannel aSink, ILfnCallback<ALfnTileStore.ReadResult> aCallback) ALfnResource.getUserData
(String aKey, WritableByteChannel aSink, ILfnCallback<ALfnTileStore.ReadResult> aCallback) Gets binary user data from this resource with a given key.ALfnTileStore.getUserData
(String aKey, WritableByteChannel aSink, ILfnCallback<ALfnTileStore.ReadResult> aCallback) Gets binary user data from this Tile Store with a given key.ALfnTileStoreWrapper.getUserData
(String aKey, WritableByteChannel aSink, ILfnCallback<ALfnTileStore.ReadResult> aCallback) TLfnFileSystemTileStore.getUserData
(String aKey, WritableByteChannel aSink, ILfnCallback<ALfnTileStore.ReadResult> aCallback)