com.supermap.data.conversion

Class ImportSettingIMG

    • Constructor Detail

      • ImportSettingIMG

        public ImportSettingIMG()
        The default constructor creates a new ImportSettingPNG object
      • ImportSettingIMG

        public ImportSettingIMG(ImportSettingIMG importSettingIMG)
        Copy the constructor, and return an ImportSettingIMG object with the same set of information
        Parameters:
        importSettingIMG - the original object of ImportSettingIMG
      • ImportSettingIMG

        public ImportSettingIMG(java.lang.String sourceFilePath,
                                DatasourceConnectionInfo targetConnectionInfo)
        Constructs an ImportSettingIMG object by specifying the source file
        Parameters:
        sourceFilePath - Source file full path
        targetConnectionInfo - Target data source connection information
      • ImportSettingIMG

        public ImportSettingIMG(java.lang.String sourceFilePath,
                                Datasource targetDatasource)
        The constructor.
        Parameters:
        sourceFilePath - Source file path
        targetDatasource - Target data source
    • Method Detail

      • getMultiBandImportMode

        public MultiBandImportMode getMultiBandImportMode()
        Get multi-band import mode
        Returns:
        Multi-band import mode
      • setMultiBandImportMode

        public void setMultiBandImportMode(MultiBandImportMode mode)
        Set the multi-band import mode
        Parameters:
        mode - Multi-band import mode
      • dispose

        public void dispose()
        Disposes resources.