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, zipDirectory
onClick, onPreExecute, onProgressUpdate, progress, progress, setProgressMessage, toast
public ExportOBJTask(MapView mapView, RubberModel item, ExportFileTask.Callback callback)
protected java.lang.String getProgressMessage()
getProgressMessage
in class ProgressTask
protected int getProgressStages()
getProgressStages
in class ProgressTask
protected 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.FileProgressCallback
onProgress
in interface ExportFileTask.FileProgressCallback
file
- File being read/written toprogress
- Progress valuemax
- Max valuepublic void onTransformProgress(int progress)