public class ExportSettingGIF extends ExportSetting
ExportSetting
类。构造器和说明 |
---|
ExportSettingGIF()
默认构造函数,构造一个新的 ExportSettingGIF 对象。
|
ExportSettingGIF(ExportSettingGIF exportSettingGIF)
拷贝构造函数,根据给定的 ExportSettingGIF 对象构造一个与其完全相同的新对象。
|
ExportSettingGIF(Object sourceData,
String targetFilePath,
FileType targetFileType)
根据指定的参数构造 ExportSettingGIF 类的新实例。
|
限定符和类型 | 方法和说明 |
---|---|
FileType |
getTargetFileType()
返回导出的目标文件的类型。
|
Color |
getTransparentColor()
已过时。
使用系统内部默认的颜色值,即 Color(0,0,0)。
返回影像文件的透明色。
|
String |
getWorldFilePath()
返回导出的影像数据的坐标文件路径。
|
boolean |
isTransparent()
已过时。
使用默认值 true。
返回是否导出为透明。
|
void |
setTargetFileType(FileType type)
设置导出的目标文件的类型。
|
void |
setTransparent(boolean value)
已过时。
使用默认值 true。
设置是否导出为透明。
|
void |
setTransparentColor(Color transparentColor)
已过时。
使用系统内部默认的颜色值,即 Color(0,0,0)。
设置影像文件的透明色。
|
void |
setWorldFilePath(String path)
设置导出的影像数据的坐标文件路径。
|
fromXML, getFilter, getIgnoreFieldNames, getSourceData, getSupportedFileType, getTargetFileCharset, getTargetFilePath, isOverwrite, setFilter, setIgnoreFieldNames, setOverwrite, setSourceData, setTargetFileCharset, setTargetFilePath, toXML
public ExportSettingGIF()
public ExportSettingGIF(ExportSettingGIF exportSettingGIF)
exportSettingGIF
- 用于初始化 ExportSettingGIF 新实例的对象。public String getWorldFilePath()
public void setWorldFilePath(String path)
string
- 导出的影像数据的坐标文件路径。@Deprecated public boolean isTransparent()
@Deprecated public void setTransparent(boolean value)
value
- 一个布尔值,true 表示导出为透明。@Deprecated public Color getTransparentColor()
@Deprecated public void setTransparentColor(Color transparentColor)
transparentColor
- 影像文件的透明色。public FileType getTargetFileType()
getTargetFileType
在类中 ExportSetting
public void setTargetFileType(FileType type)
setTargetFileType
在类中 ExportSetting
type
- 导出的目标文件的类型。Copyright © 2021–2024 SuperMap. All rights reserved.