com.supermap.realspace.threeddesigner
类 ImportSetting3dxml
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.realspace.threeddesigner.ImportSetting3D
-
- com.supermap.realspace.threeddesigner.ImportSetting3dxml
-
- 所有已实现的接口:
- IDisposable
public class ImportSetting3dxml extends ImportSetting3D
3DXML文件导入的参数设置类。继承自ImportSetting3D 类。- 作者:
- Administrator
-
-
构造器概要
构造器 构造器和说明 ImportSetting3dxml()
默认构造函数,构造一个新的 ImportSetting3dxml 对象。
-
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 void
dispose()
释放对象所占资源。double
getHeading()
获取模型方位角Point3D
getPosition()
获取导入模型的定位点。void
setHeading(double heading)
设置模型方位角void
setPosition(Point3D point3d)
设置导入模型的定位点。-
从类继承的方法 com.supermap.realspace.threeddesigner.ImportSetting3D
getImportMode, getSourceFilePath, getSourceFileType, getTargetDatasetName, getTargetDatasource, getTargetDatasourceConnectionInfo, getTargetPriCoordSys, setImportMode, setSourceFilePath, setTargetDatasetName, setTargetDatasource, setTargetDatasourceConnectionInfo, setTargetPriCoordSys, toFileType, toXmlFileType
-
-
-
-
方法详细资料
-
getPosition
public Point3D getPosition()
获取导入模型的定位点。该属性为三维点对象,用于表示模型导入时的插入点,默认数值为(0,0,0)。 - 返回:
- 定位点
-
setPosition
public void setPosition(Point3D point3d)
设置导入模型的定位点。该属性为三维点对象,用于表示模型导入时的插入点,默认数值为(0,0,0)。 - 参数:
point3d
- 定位点
-
getHeading
public double getHeading()
获取模型方位角
-
setHeading
public void setHeading(double heading)
设置模型方位角
-
dispose
public void dispose()
释放对象所占资源。
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.