public static final class TLfnPointCloudPreprocessor.Progress
extends java.lang.Object
The information provided in this object is a snapshot of the situation at the time at which it was created. It is not updated afterwards.
Modifier and Type | Class and Description |
---|---|
static class |
TLfnPointCloudPreprocessor.Progress.SourceDetails
Details about the processing of a specific data source.
|
Modifier and Type | Method and Description |
---|---|
double |
getProgress()
Retrieves the global progress value.
|
TLfnPointCloudPreprocessor.Progress.SourceDetails |
getSourceDetails(java.lang.String aSourceName)
Retrieves details about the processing of the named source.
|
public double getProgress()
[0, 1]
, with 0 indicating "not
started" and 1 indicating "finished".public TLfnPointCloudPreprocessor.Progress.SourceDetails getSourceDetails(java.lang.String aSourceName)
aSourceName
- a source namejava.lang.IllegalArgumentException
- if aSourceName
is unknown