Uses of Interface
com.luciad.fusion.tilestore.ILfnProgressCallback
Package
Description
Provides the Tile Store abstraction and a file system implementation.
-
Uses of ILfnProgressCallback in com.luciad.fusion.tilestore
Modifier and TypeMethodDescriptionstatic Future
<?> TLfnTileStoreUtil.copyCoverage
(ALfnCoverage aSourceCoverage, ALfnTileStore aTargetTileStore, String aTargetCoverageId, ILfnProgressCallback<ALfnTileStore.WriteResult> aCallback) Copies a given source coverage to a the given target Tile Store with a new ID.ALfnCoverage.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.importFrom
(ReadableByteChannel aSource, ILfnProgressCallback<ALfnTileStore.WriteResult> aCallback) ALfnResource.importFrom
(ReadableByteChannel aSource, ILfnProgressCallback<ALfnTileStore.WriteResult> aCallback) Asynchronously imports this resource's data from a source channel, excluding metadata.