This task exports an ENVI Catalog to a Google Earth KMZ (Keyhole Markup Language Zipped) format file.
Syntax
Result = ENVITask('ExportCatalogToKML')
Input parameters (Set, Get): CATALOG_DATABASE, DOCUMENT_NAME, INCLUDE_THUMBNAILS, OUTPUT_KML_URI
Output parameters (Get only): None
Parameters marked as "Set" are those that you can set to specific values. You can also retrieve their current values any time. Parameters marked as "Get" are those whose values you can retrieve but not set.
Input Parameters
CATALOG_DATABASE (required)
Specify the catalog database file (.sqlite) to export.
DOCUMENT_NAME (optional)
Specify the name of the KML file.
INCLUDE_THUMBNAILS (optional)
Specify if you want to include thumbnails in the output KML.
OUTPUT_KML_URI (optional)
Specify a string with the fully-qualified path and filename for the KML file.
Methods
Execute
Parameter
ParameterNames
Properties
DESCRIPTION
DISPLAY_NAME
NAME
REVISION
TAGS
Version History
See Also
ENVITask, ExportCatalogToSTAC Task