Class ILfnRasterSessionHandler.FailureContext

java.lang.Object
com.luciad.fusion.engine.raster.ILfnRasterSessionHandler.FailureContext
Enclosing interface:
ILfnRasterSessionHandler

public static class ILfnRasterSessionHandler.FailureContext extends Object
Describes the context in which a failure occurred.
Since:
2012.0
  • Constructor Details

  • Method Details

    • getAssetMetadata

      public TLfnRasterAssetMetadata getAssetMetadata()
      Gets the asset being processed or null 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 or null 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

      public TLfnTileCoordinates getTileCoordinates()
      Gets the coordinate of the tile being processed, never null.
      Returns:
      the tile coordinates, never null
    • toString

      public String toString()
      Overrides:
      toString in class Object