Package com.luciad.fusion.engine.vector
Class ILfnVectorSessionHandler.FailureContext
java.lang.Object
com.luciad.fusion.engine.vector.ILfnVectorSessionHandler.FailureContext
- Enclosing interface:
ILfnVectorSessionHandler
Describes the context in which a failure occurred, in as much detail as available.
Note: the available properties are different depending on the step the fusion
session was in. Typically during the combine step there is less information available.
- Since:
- 11.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract TLfnVectorAssetMetadata
Gets 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.abstract ILcdDataObject
Gets the data object associated with the feature ornull
if the error does not affect a single feature.abstract String
Gets the feature being processed ornull
if the error does not affect a single feature.abstract ILcdShape
Gets the geometry associated with the feature ornull
if the error does not affect a single feature.abstract TLfnTileCoordinates
Returns the coordinates of the tile being processed, nevernull
.
-
Constructor Details
-
FailureContext
public FailureContext()
-
-
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
-
getFeatureId
Gets the feature being processed ornull
if the error does not affect a single feature.- Returns:
- the feature ID, can be
null
-
getDataObject
Gets the data object associated with the feature ornull
if the error does not affect a single feature.- Returns:
- the data object, can be
null
-
getGeometry
Gets the geometry associated with the feature ornull
if the error does not affect a single feature.- Returns:
- the geometry, can be
null
-
getTileCoordinates
Returns the coordinates of the tile being processed, nevernull
.- Returns:
- the coordinates of the tile being processed, never
null
-