public class KMZExportMarshal extends KMLExportMarshal
Export
instances to KMZExportMarshal.Progress
features, styles
contentType, context, exportedUIDs, filename, iconId, isCancelled, mimeType
progress
sort
Constructor and Description |
---|
KMZExportMarshal(android.content.Context context) |
Modifier and Type | Method and Description |
---|---|
static void |
addFile(java.util.zip.ZipOutputStream zos,
java.lang.String zipEntry,
java.lang.String content) |
void |
finalizeMarshal()
Finalize the export, e.g.
|
static java.io.InputStream |
getInputStream(android.content.Context context,
java.lang.String file) |
java.lang.Class<?> |
getTargetClass()
Target class this implementation exports to
|
protected boolean |
marshal(Exportable export)
Export the specified data
|
getFile, getKml, getOrCreateFeatureList
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
public java.lang.Class<?> getTargetClass()
ExportMarshal
getTargetClass
in class KMLExportMarshal
protected boolean marshal(Exportable export) throws FormatNotSupportedException
ExportFileMarshal
marshal
in class KMLExportMarshal
FormatNotSupportedException
public void finalizeMarshal() throws java.io.IOException
ExportMarshal
finalizeMarshal
in class KMLExportMarshal
java.io.IOException
public static void addFile(java.util.zip.ZipOutputStream zos, java.lang.String zipEntry, java.lang.String content) throws java.io.IOException
java.io.IOException
public static java.io.InputStream getInputStream(android.content.Context context, java.lang.String file) throws java.io.IOException
java.io.IOException