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, mimeType
progress
sort
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, toString
accept, addFilter, beginMarshal, filterGroup, filterItem, filterOverlay, getFilters, hasProgress, setProgress
acceptEntry, isDefaultFilter
protected final java.util.List<GpxBase> exports
public java.lang.Class<?> getTargetClass()
ExportMarshal
getTargetClass
in class ExportMarshal
public java.io.File getFile()
ExportFileMarshal
getFile
in class ExportFileMarshal
protected boolean marshal(Exportable export) throws FormatNotSupportedException
ExportFileMarshal
marshal
in class ExportFileMarshal
FormatNotSupportedException
protected Gpx getGpx() throws java.io.IOException
java.io.IOException
public void finalizeMarshal() throws java.io.IOException
ExportMarshal
finalizeMarshal
in class ExportMarshal
java.io.IOException