public class FeatureTableImportMethod extends Object implements MSDKMethod<FeatureTable>
Constructor and Description |
---|
FeatureTableImportMethod(File sourceFile)
Constructor for FeatureTableImportMethod.
|
Modifier and Type | Method and Description |
---|---|
void |
cancel()
Cancel a running algorithm.
|
FeatureTable |
execute()
Performs the algorithm.
|
Float |
getFinishedPercentage()
Returns a number in the interval 0 to 1.0, representing the portion of the task that has
completed, or null if the algorithm has not yet started.
|
FeatureTable |
getResult()
Returns the result of this algorithm, or null.
|
public FeatureTable execute() throws MSDKException
execute
in interface MSDKMethod<FeatureTable>
MSDKException
- On any errorpublic Float getFinishedPercentage()
getFinishedPercentage
in interface MSDKMethod<FeatureTable>
@Nullable public FeatureTable getResult()
getResult
in interface MSDKMethod<FeatureTable>
public void cancel()
cancel
in interface MSDKMethod<FeatureTable>
Copyright © 2019. All rights reserved.