com.supermap.realspace.threeddesigner
类 ImportSettingIFC

java.lang.Object
  继承者 com.supermap.realspace.threeddesigner.ImportSetting3D
      继承者 com.supermap.realspace.threeddesigner.ImportSettingIFC

public class ImportSettingIFC
extends ImportSetting3D

IFC文件导入的参数设置类。继承自 ImportSetting3D 类。


构造方法摘要
ImportSettingIFC()
          默认构造函数,构造一个新的 ImportSettingIFC 对象。
 
方法摘要
 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
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ImportSettingIFC

public ImportSettingIFC()
默认构造函数,构造一个新的 ImportSettingIFC 对象。

方法详细信息

getPosition

public Point3D getPosition()
获取导入模型的定位点。 该属性为三维点对象,用于表示模型导入时的插入点,默认数值为(0,0,0)。

返回:
定位点

setPosition

public void setPosition(Point3D point3d)
设置导入模型的定位点。 该属性为三维点对象,用于表示模型导入时的插入点,默认数值为(0,0,0)。

参数:
point3d - 定位点

dispose

public void dispose()
释放对象所占资源。


getHeading

public double getHeading()
获取模型方位角。


setHeading

public void setHeading(double heading)
设置模型方位角