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()
-
方法概要
所有方法 静态方法 实例方法 具体方法 限定符和类型 方法和说明 static ArrayList<GIMErrorInfo>check(String gimFile)GIM质检。voiddispose()释放占用资源static GIMProjectTypegetGIMType(String gimFile)获取GIM的类型doublegetHeading()获取方向角StringgetOutputFolder()intgetThreadCount()booleanimportAsSymbol()booleanisMaterialPBR()voidsetHeading(double heading)设置方向角voidsetImportAsSymbol(boolean bSymbol)voidsetIsMaterialPBR(boolean bConvertPBR)voidsetOutputFolder(String outputFolder)voidsetThreadCount(int nThread)static ProcessstartProcess(String[] params, String className, String logFile)-
从类继承的方法 com.supermap.realspace.threeddesigner.ImportSetting3D
getImportMode, getSourceFilePath, getSourceFileType, getTargetDatasetName, getTargetDatasource, getTargetDatasourceConnectionInfo, getTargetPriCoordSys, setImportMode, setRecalculatePosition, 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文件路径- 返回:
- GIM类型
-
check
public static ArrayList<GIMErrorInfo> check(String gimFile)
GIM质检。- 参数:
gimFile- GIM文件- 返回:
- GIM异常信息
- 从以下版本开始:
- 12.0.0。
-
dispose
public void dispose()
释放占用资源
-
-
Copyright © 2021–2025 SuperMap. All rights reserved.