Package com.luciad.fusion.pointcloud
Class TLfnPointCloudPreprocessor.Progress.SourceDetails
java.lang.Object
com.luciad.fusion.pointcloud.TLfnPointCloudPreprocessor.Progress.SourceDetails
- Enclosing class:
TLfnPointCloudPreprocessor.Progress
Details about the processing of a specific data source.
- Since:
- 2018.1
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Processing status of a data source. -
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getSourceName
- Returns:
- the source name
-
getStatus
- Returns:
- the current processing status for this source
-
getSkipReason
- Returns:
- the reason this source was skipped, only relevant if its status is
TLfnPointCloudPreprocessor.Progress.SourceDetails.Status.SKIPPED
.
-
getFailureReason
- Returns:
- the reason this source failed, only relevant if its status is
TLfnPointCloudPreprocessor.Progress.SourceDetails.Status.FAILED
.
-