com.supermap.data.conversion
类 ExportSettingGIF
- java.lang.Object
-
- com.supermap.data.conversion.ExportSetting
-
- com.supermap.data.conversion.ExportSettingGIF
-
public class ExportSettingGIF extends ExportSetting
GIF 文件导出的参数设置类。继承于ExportSetting类。
-
-
构造器概要
构造器 构造器和说明 ExportSettingGIF()默认构造函数,构造一个新的 ExportSettingGIF 对象。ExportSettingGIF(ExportSettingGIF exportSettingGIF)拷贝构造函数,根据给定的 ExportSettingGIF 对象构造一个与其完全相同的新对象。ExportSettingGIF(Object sourceData, String targetFilePath, FileType targetFileType)根据指定的参数构造 ExportSettingGIF 类的新实例。
-
方法概要
所有方法 实例方法 具体方法 已过时的方法 限定符和类型 方法和说明 FileTypegetTargetFileType()返回导出的目标文件的类型。ColorgetTransparentColor()已过时。使用系统内部默认的颜色值,即 Color(0,0,0)。 返回影像文件的透明色。StringgetWorldFilePath()返回导出的影像数据的坐标文件路径。booleanisTransparent()已过时。使用默认值 true。 返回是否导出为透明。voidsetTargetFileType(FileType type)设置导出的目标文件的类型。voidsetTransparent(boolean value)已过时。使用默认值 true。 设置是否导出为透明。voidsetTransparentColor(Color transparentColor)已过时。使用系统内部默认的颜色值,即 Color(0,0,0)。 设置影像文件的透明色。voidsetWorldFilePath(String path)设置导出的影像数据的坐标文件路径。-
从类继承的方法 com.supermap.data.conversion.ExportSetting
fromXML, getFilter, getIgnoreFieldNames, getSourceData, getSupportedFileType, getTargetFileCharset, getTargetFilePath, isOverwrite, setFilter, setIgnoreFieldNames, setOverwrite, setSourceData, setTargetFileCharset, setTargetFilePath, toXML
-
-
-
-
构造器详细资料
-
ExportSettingGIF
public ExportSettingGIF()
默认构造函数,构造一个新的 ExportSettingGIF 对象。
-
ExportSettingGIF
public ExportSettingGIF(ExportSettingGIF exportSettingGIF)
拷贝构造函数,根据给定的 ExportSettingGIF 对象构造一个与其完全相同的新对象。- 参数:
exportSettingGIF- 用于初始化 ExportSettingGIF 新实例的对象。
-
-
方法详细资料
-
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–2025 SuperMap. All rights reserved.