Package com.luciad.fusion.tilestore
Class TLfnDigestTileStore.InvalidMessageDigestHandler
java.lang.Object
com.luciad.fusion.tilestore.TLfnDigestTileStore.InvalidMessageDigestHandler
- Enclosing class:
TLfnDigestTileStore
Error handler for reporting invalid digests on data served by this Tile Store.
- Since:
- 2012.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
invalidMessageDigest
(ALfnCoverage aCoverage, TLfnTileCoordinates aTileCoordinates) Reports a mismatch between the digest that has been computed on the tile data and the recorded digest.
-
Constructor Details
-
InvalidMessageDigestHandler
public InvalidMessageDigestHandler()
-
-
Method Details
-
invalidMessageDigest
Reports a mismatch between the digest that has been computed on the tile data and the recorded digest. The default implementation does nothing.- Parameters:
aCoverage
- the coverage on which the mismatch has been encounteredaTileCoordinates
- the coordinates of the invalid tile
-