public class KMZExportMarshal extends KMLExportMarshal
Export instances to KMZExportMarshal.Progressfeatures, stylescontentType, context, exportedUIDs, filename, iconId, isCancelled, mimeTypeprogresssort| 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, getOrCreateFeatureListcancelMarshal, execute, filterListItemImpl, getContentType, getExtension, getIconId, getMIMEType, marshal, postMarshal, send3rdParty, sendFile, sendFTP, sendFTP, timestamp, toStringaccept, addFilter, beginMarshal, filterGroup, filterItem, filterOverlay, getFilters, hasProgress, setProgressacceptEntry, isDefaultFilterpublic java.lang.Class<?> getTargetClass()
ExportMarshalgetTargetClass in class KMLExportMarshalprotected boolean marshal(Exportable export) throws FormatNotSupportedException
ExportFileMarshalmarshal in class KMLExportMarshalFormatNotSupportedExceptionpublic void finalizeMarshal()
throws java.io.IOException
ExportMarshalfinalizeMarshal in class KMLExportMarshaljava.io.IOExceptionpublic static void addFile(java.util.zip.ZipOutputStream zos,
java.lang.String zipEntry,
java.lang.String content)
throws java.io.IOException
java.io.IOExceptionpublic static java.io.InputStream getInputStream(android.content.Context context,
java.lang.String file)
throws java.io.IOException
java.io.IOException