public class ExportOBJTask extends ExportFileTask implements ExportFileTask.FileProgressCallback
ExportFileTask.Callback, ExportFileTask.FileProgressCallback_callback, _outputFiles, _wrap180_context, _mapView| Constructor and Description |
|---|
ExportOBJTask(MapView mapView,
RubberModel item,
ExportFileTask.Callback callback) |
| Modifier and Type | Method and Description |
|---|---|
protected java.io.File |
doInBackground(java.lang.Void... params) |
protected java.lang.String |
getProgressMessage() |
protected int |
getProgressStages() |
boolean |
onProgress(java.io.File file,
long progress,
long max)
File progress event
|
void |
onTransformProgress(int progress) |
addFile, addOutputFile, appendStream, copyFile, getOutputFiles, onCancelled, onPostExecute, writeToFile, zipDirectoryonClick, onPreExecute, onProgressUpdate, progress, progress, setProgressMessage, toastpublic ExportOBJTask(MapView mapView, RubberModel item, ExportFileTask.Callback callback)
protected java.lang.String getProgressMessage()
getProgressMessage in class ProgressTaskprotected int getProgressStages()
getProgressStages in class ProgressTaskprotected java.io.File doInBackground(java.lang.Void... params)
doInBackground in class android.os.AsyncTask<java.lang.Void,java.lang.Integer,java.lang.Object>public boolean onProgress(java.io.File file,
long progress,
long max)
ExportFileTask.FileProgressCallbackonProgress in interface ExportFileTask.FileProgressCallbackfile - File being read/written toprogress - Progress valuemax - Max valuepublic void onTransformProgress(int progress)