com.supermap.realspace.threeddesigner
类 ImportSettingDGN3DModel
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.realspace.threeddesigner.ImportSetting3D
-
- com.supermap.realspace.threeddesigner.ImportSettingDGN3DModel
-
- 所有已实现的接口:
- IDisposable
public class ImportSettingDGN3DModel extends ImportSetting3D
DGN3D文件导入的参数设置类。继承自ImportSetting3D 类。
-
-
构造器概要
构造器 构造器和说明 ImportSettingDGN3DModel()
默认构造函数,构造一个新的 ImportSettingDGN3DModel 对象。
-
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 void
dispose()
释放该对象所占用的资源。String
getMaterialLibraryPath()
返回dgn3D的材质库路径。Point3D
getPosition()
返回dgn3D模型的插入点位置。boolean
isImportLines()
获取导入DGN模型时是否导入线对象void
setImportLines(boolean bImportLines)
设置导入时是否导入线对象void
setMaterialLibraryPath(String strPath)
设置dgn3D的材质库路径。void
setPosition(Point3D point3d)
设置dgn3D模型的插入点位置。-
从类继承的方法 com.supermap.realspace.threeddesigner.ImportSetting3D
getImportMode, getSourceFilePath, getSourceFileType, getTargetDatasetName, getTargetDatasource, getTargetDatasourceConnectionInfo, getTargetPriCoordSys, setImportMode, setSourceFilePath, setTargetDatasetName, setTargetDatasource, setTargetDatasourceConnectionInfo, setTargetPriCoordSys, toFileType, toXmlFileType
-
-
-
-
构造器详细资料
-
ImportSettingDGN3DModel
public ImportSettingDGN3DModel()
默认构造函数,构造一个新的 ImportSettingDGN3DModel 对象。- 从以下版本开始:
- 11.2.0。
-
-
方法详细资料
-
getPosition
public Point3D getPosition()
返回dgn3D模型的插入点位置。- 返回:
- dgn3D模型的插入点位置。
- 抛出:
IllegalStateException
- 当前对象已被释放。- 从以下版本开始:
- 11.2.0。
-
setPosition
public void setPosition(Point3D point3d)
设置dgn3D模型的插入点位置。- 参数:
point3d
- dgn3D模型的插入点位置。- 抛出:
IllegalStateException
- 当前对象已被释放。- 从以下版本开始:
- 11.2.0。
-
getMaterialLibraryPath
public String getMaterialLibraryPath()
返回dgn3D的材质库路径。- 返回:
- dgn3D的材质库路径。
- 抛出:
IllegalStateException
- 当前对象已被释放。- 从以下版本开始:
- 11.2.0。
-
setMaterialLibraryPath
public void setMaterialLibraryPath(String strPath)
设置dgn3D的材质库路径。- 参数:
strPath
- 材质库路径。- 抛出:
IllegalStateException
- 当前对象已被释放。- 从以下版本开始:
- 11.2.0。
-
setImportLines
public void setImportLines(boolean bImportLines)
设置导入时是否导入线对象- 参数:
bImportLines
- 是否导入线对象
-
isImportLines
public boolean isImportLines()
获取导入DGN模型时是否导入线对象
-
dispose
public void dispose()
释放该对象所占用的资源。当调用该方法之后,此对象不再可用。- 抛出:
UnsupportedOperationException
- 对象不能被释放,不能调用Dispose方法。- 从以下版本开始:
- 11.2.0。
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.