public class GPXExportMarshal extends ExportFileMarshal
Export instances to a GPX fileExportMarshal.Progress| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<GpxBase> |
exports |
contentType, context, exportedUIDs, filename, iconId, isCancelled, mimeTypeprogresssort| Constructor and Description |
|---|
GPXExportMarshal(android.content.Context context) |
| Modifier and Type | Method and Description |
|---|---|
void |
finalizeMarshal()
Finalize the export, e.g.
|
java.io.File |
getFile()
Get marshal target
|
protected Gpx |
getGpx() |
java.lang.Class<?> |
getTargetClass()
Target class this implementation exports to
|
protected boolean |
marshal(Exportable export)
Export the specified data
|
cancelMarshal, execute, filterListItemImpl, getContentType, getExtension, getIconId, getMIMEType, marshal, postMarshal, send3rdParty, sendFile, sendFTP, sendFTP, timestamp, toStringaccept, addFilter, beginMarshal, filterGroup, filterItem, filterOverlay, getFilters, hasProgress, setProgressacceptEntry, isDefaultFilterprotected final java.util.List<GpxBase> exports
public java.lang.Class<?> getTargetClass()
ExportMarshalgetTargetClass in class ExportMarshalpublic java.io.File getFile()
ExportFileMarshalgetFile in class ExportFileMarshalprotected boolean marshal(Exportable export) throws FormatNotSupportedException
ExportFileMarshalmarshal in class ExportFileMarshalFormatNotSupportedExceptionprotected Gpx getGpx() throws java.io.IOException
java.io.IOExceptionpublic void finalizeMarshal()
throws java.io.IOException
ExportMarshalfinalizeMarshal in class ExportMarshaljava.io.IOException