Uses of Class
com.luciad.fusion.core.TLfnTileCoordinates
Packages that use TLfnTileCoordinates
Package
Description
Core functionality for the LuciadLightspeed Fusion Client and LuciadFusion.
Provides the raster specific functionality for the LuciadFusion engine.
Provides the vector specific functionality for the LuciadFusion engine.
Provides the Tile Store abstraction and a file system implementation.
-
Uses of TLfnTileCoordinates in com.luciad.fusion.core
Methods in com.luciad.fusion.core that return TLfnTileCoordinatesModifier and TypeMethodDescriptionstatic TLfnTileCoordinatesTLfnTileCoordinates.get3DInstance(int aLevel, long aColumn, long aRow, long aSheet) Returns aTLfnTileCoordinatesinstance with the specified 3D (X/Y/Z) tile coordinates.static TLfnTileCoordinatesTLfnTileCoordinates.getInstance(int aLevel, long aRow, long aColumn) Returns aTLfnTileCoordinatesinstance with the specified 2D (Y/X) tile coordinates. -
Uses of TLfnTileCoordinates in com.luciad.fusion.engine.raster
Methods in com.luciad.fusion.engine.raster that return TLfnTileCoordinatesModifier and TypeMethodDescriptionILfnRasterSessionHandler.FailureContext.getTileCoordinates()Gets the coordinate of the tile being processed, nevernull.Constructors in com.luciad.fusion.engine.raster with parameters of type TLfnTileCoordinatesModifierConstructorDescriptionFailureContext(TLfnRasterAssetMetadata aAssetMetadata, TLfnRasterAssetMetadata.RasterAssetPart aAssetPart, TLfnTileCoordinates aTileCoordinates) Creates a failure context. -
Uses of TLfnTileCoordinates in com.luciad.fusion.engine.vector
Methods in com.luciad.fusion.engine.vector that return TLfnTileCoordinatesModifier and TypeMethodDescriptionabstract TLfnTileCoordinatesILfnVectorSessionHandler.FailureContext.getTileCoordinates()Returns the coordinates of the tile being processed, nevernull. -
Uses of TLfnTileCoordinates in com.luciad.fusion.tilestore
Methods in com.luciad.fusion.tilestore that return types with arguments of type TLfnTileCoordinatesModifier and TypeMethodDescriptionALfnCoverage.getTileCoordinates()Returns anIterableto iterate over all the coordinates of all tiles that are in the coverage.Methods in com.luciad.fusion.tilestore with parameters of type TLfnTileCoordinatesModifier and TypeMethodDescriptionALfnCoverage.deleteTile(TLfnTileCoordinates aCoordinates, ILfnCallback<ALfnTileStore.WriteResult> aCallback) Asynchronously deletes a tile from this coverage.Future<?> ALfnCoverage.deleteTile(ILfnDeleteTileHandler aHandler, TLfnTileCoordinates aCoordinates) Deprecated.ALfnCoverage.getTile(TLfnTileCoordinates aCoordinates, long aModificationTime, WritableByteChannel aSink, ByteBuffer aMessageDigest, ILfnReadCallback aCallback) Asynchronously gets a tile from this coverage, including the tile message digest.Future<?> ALfnCoverage.getTile(ILfnGetTileHandler aHandler, TLfnTileCoordinates aCoordinates, long aModificationTime, WritableByteChannel aSink, ByteBuffer aMessageDigest) voidTLfnDigestTileStore.InvalidMessageDigestHandler.invalidMessageDigest(ALfnCoverage aCoverage, TLfnTileCoordinates aTileCoordinates) Reports a mismatch between the digest that has been computed on the tile data and the recorded digest.ALfnCoverage.putTile(TLfnTileCoordinates aCoordinates, ReadableByteChannel aSource, ByteBuffer aMessageDigest, ILfnCallback<ALfnTileStore.WriteResult> aCallback) Asynchronously puts a tile into this coverage, including the tile digest.Future<?> ALfnCoverage.putTile(ILfnPutTileHandler aHandler, TLfnTileCoordinates aCoordinates, ReadableByteChannel aSource, ByteBuffer aMessageDigest)
ALfnCoverage.deleteTile(com.luciad.fusion.core.TLfnTileCoordinates, com.luciad.fusion.util.ILfnCallback)instead