This task merges two or more ENVI catalog databases into a single output catalog. Duplicate entries are included only once.
This task requires a separate license for the ENVI Catalog Module; contact your sales representative for more information.
Syntax
Result = ENVITask('MergeCatalogs')
Input parameters (Set, Get): CATALOG_DATABASE, INPUT_CATALOGS
Output parameters (Get only): OUTPUT_CATALOG_DATABASE
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 (optional)
Specify the path for the merged output catalog database. If not specified, a temporary file will be created.
INPUT_CATALOGS (required)
Specify an array of catalog database paths and files (.sqlite) to merge into the output.
Output Parameters
OUTPUT_CATALOG_DATABASE
The resulting merged catalog database.
Methods
Execute
Parameter
ParameterNames
Properties
DESCRIPTION
DISPLAY_NAME
NAME
REVISION
TAGS
Version History
See Also
ENVITask, PopulateCatalog Task, ScanFilesForCatalog Task, PruneCatalog Task, QueryCatalog Task