com.supermap.data.conversion

类 ExportSettingGIF

    • 构造器详细资料

      • ExportSettingGIF

        public ExportSettingGIF()
        默认构造函数,构造一个新的 ExportSettingGIF 对象。
      • ExportSettingGIF

        public ExportSettingGIF(ExportSettingGIF exportSettingGIF)
        拷贝构造函数,根据给定的 ExportSettingGIF 对象构造一个与其完全相同的新对象。
        参数:
        exportSettingGIF - 用于初始化 ExportSettingGIF 新实例的对象。
      • ExportSettingGIF

        public ExportSettingGIF(Object sourceData,
                                String targetFilePath,
                                FileType targetFileType)
        根据指定的参数构造 ExportSettingGIF 类的新实例。
        参数:
        sourceData - 源数据。
        targetFilePath - 给定的导出目标文件的路径。
        targetFileType - 给定的导出的目标文件的类型。
    • 方法详细资料

      • getWorldFilePath

        public String getWorldFilePath()
        返回导出的影像数据的坐标文件路径。
        返回:
        导出的影像数据的坐标文件路径。
      • setWorldFilePath

        public void setWorldFilePath(String path)
        设置导出的影像数据的坐标文件路径。
        参数:
        string - 导出的影像数据的坐标文件路径。
      • isTransparent

        @Deprecated
        public boolean isTransparent()
        已过时。 使用默认值 true。 返回是否导出为透明。
        返回:
        一个布尔值,表示是否导出为透明。true 表示导出为透明;否则为不透明。
      • setTransparent

        @Deprecated
        public void setTransparent(boolean value)
        已过时。 使用默认值 true。 设置是否导出为透明。
        参数:
        value - 一个布尔值,true 表示导出为透明。
      • getTransparentColor

        @Deprecated
        public Color getTransparentColor()
        已过时。 使用系统内部默认的颜色值,即 Color(0,0,0)。 返回影像文件的透明色。
        返回:
        影像文件的透明色。
      • setTransparentColor

        @Deprecated
        public void setTransparentColor(Color transparentColor)
        已过时。 使用系统内部默认的颜色值,即 Color(0,0,0)。 设置影像文件的透明色。
        参数:
        transparentColor - 影像文件的透明色。
      • getTargetFileType

        public FileType getTargetFileType()
        返回导出的目标文件的类型。
        覆盖:
        getTargetFileType 在类中 ExportSetting
        返回:
        导出的目标文件的类型。
      • setTargetFileType

        public void setTargetFileType(FileType type)
        设置导出的目标文件的类型。
        覆盖:
        setTargetFileType 在类中 ExportSetting
        参数:
        type - 导出的目标文件的类型。

Copyright © 2021–2024 SuperMap. All rights reserved.