public class ImportSettingDGN3DModel extends ImportSetting3D
构造器和说明 |
---|
ImportSettingDGN3DModel()
默认构造函数,构造一个新的 ImportSettingDGN3DModel 对象。
|
限定符和类型 | 方法和说明 |
---|---|
void |
dispose()
释放该对象所占用的资源。
|
String |
getMaterialLibraryPath()
返回dgn3D的材质库路径。
|
Point3D |
getPosition()
返回dgn3D模型的插入点位置。
|
void |
setMaterialLibraryPath(String strPath)
设置dgn3D的材质库路径。
|
void |
setPosition(Point3D point3d)
设置dgn3D模型的插入点位置。
|
getImportMode, getSourceFilePath, getSourceFileType, getTargetDatasetName, getTargetDatasource, getTargetDatasourceConnectionInfo, getTargetPriCoordSys, setImportMode, setSourceFilePath, setTargetDatasetName, setTargetDatasource, setTargetDatasourceConnectionInfo, setTargetPriCoordSys, toFileType, toXmlFileType
public ImportSettingDGN3DModel()
public Point3D getPosition()
IllegalStateException
- 当前对象已被释放。public void setPosition(Point3D point3d)
point3d
- dgn3D模型的插入点位置。IllegalStateException
- 当前对象已被释放。public String getMaterialLibraryPath()
IllegalStateException
- 当前对象已被释放。public void setMaterialLibraryPath(String strPath)
strPath
- 材质库路径。IllegalStateException
- 当前对象已被释放。public void dispose()
UnsupportedOperationException
- 对象不能被释放,不能调用Dispose方法。Copyright © 2021–2024 SuperMap. All rights reserved.