Package com.luciad.fusion.engine.raster
Class ILfnRasterSessionHandler.FailureContext
java.lang.Object
com.luciad.fusion.engine.raster.ILfnRasterSessionHandler.FailureContext
- Enclosing interface:
ILfnRasterSessionHandler
Describes the context in which a failure occurred.
- Since:
- 2012.0
-
Constructor Summary
ConstructorDescriptionFailureContext
(TLfnRasterAssetMetadata aAssetMetadata, TLfnRasterAssetMetadata.RasterAssetPart aAssetPart, TLfnTileCoordinates aTileCoordinates) Creates a failure context. -
Method Summary
Modifier and TypeMethodDescriptionGets the asset being processed ornull
if either the error does not affect a single asset or the affected asset is unknown.Gets the asset part being processed ornull
if either the error does not affect a single asset part or the affected asset part is unknown.Gets the coordinate of the tile being processed, nevernull
.toString()
-
Constructor Details
-
FailureContext
public FailureContext(TLfnRasterAssetMetadata aAssetMetadata, TLfnRasterAssetMetadata.RasterAssetPart aAssetPart, TLfnTileCoordinates aTileCoordinates) Creates a failure context.- Parameters:
aAssetMetadata
- the asset metadata (optional)aAssetPart
- the asset part (optional)aTileCoordinates
- the tile coordinates
-
-
Method Details
-
getAssetMetadata
Gets the asset being processed ornull
if either the error does not affect a single asset or the affected asset is unknown.- Returns:
- the asset, can be
null
-
getAssetPart
Gets the asset part being processed ornull
if either the error does not affect a single asset part or the affected asset part is unknown.- Returns:
- the asset part, can be
null
-
getTileCoordinates
Gets the coordinate of the tile being processed, nevernull
.- Returns:
- the tile coordinates, never
null
-
toString
-