com.supermap.realspace.threeddesigner
类 ImportSettingGIM
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.realspace.threeddesigner.ImportSetting3D
-
- com.supermap.realspace.threeddesigner.ImportSettingGIM
-
- 所有已实现的接口:
- IDisposable
public class ImportSettingGIM extends ImportSetting3D
导入GIM数据,GIM文件导入的参数设置类。继承自ImportSetting3D 类。
-
-
构造器概要
构造器 构造器和说明 ImportSettingGIM()
-
方法概要
所有方法 静态方法 实例方法 具体方法 限定符和类型 方法和说明 void
dispose()
释放占用资源static GIMProjectType
getGIMType(String gimFile)
获取GIM的类型double
getHeading()
获取方向角String
getOutputFolder()
int
getThreadCount()
boolean
importAsSymbol()
boolean
isMaterialPBR()
void
setHeading(double heading)
设置方向角void
setImportAsSymbol(boolean bSymbol)
void
setIsMaterialPBR(boolean bConvertPBR)
void
setOutputFolder(String outputFolder)
void
setThreadCount(int nThread)
static Process
startProcess(String[] params, String className, String logFile)
-
从类继承的方法 com.supermap.realspace.threeddesigner.ImportSetting3D
getImportMode, getSourceFilePath, getSourceFileType, getTargetDatasetName, getTargetDatasource, getTargetDatasourceConnectionInfo, getTargetPriCoordSys, setImportMode, setSourceFilePath, setTargetDatasetName, setTargetDatasource, setTargetDatasourceConnectionInfo, setTargetPriCoordSys, toFileType, toXmlFileType
-
-
-
-
方法详细资料
-
isMaterialPBR
public boolean isMaterialPBR()
-
setIsMaterialPBR
public void setIsMaterialPBR(boolean bConvertPBR)
-
importAsSymbol
public boolean importAsSymbol()
-
setImportAsSymbol
public void setImportAsSymbol(boolean bSymbol)
-
getOutputFolder
public String getOutputFolder()
-
setOutputFolder
public void setOutputFolder(String outputFolder)
-
getHeading
public double getHeading()
获取方向角
-
setHeading
public void setHeading(double heading)
设置方向角
-
setThreadCount
public void setThreadCount(int nThread)
-
getThreadCount
public int getThreadCount()
-
getGIMType
public static GIMProjectType getGIMType(String gimFile)
获取GIM的类型- 参数:
gimFile
- GIM文件路径- 返回:
-
dispose
public void dispose()
释放占用资源
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.