com.supermap.realspace.threeddesigner
类 ImportSettingGIM

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

public class ImportSettingGIM
extends ImportSetting3D

导入GIM数据,GIM文件导入的参数设置类。继承自 ImportSetting3D 类。


构造方法摘要
ImportSettingGIM()
           
 
方法摘要
 void dispose()
          释放占用资源
 double getHeading()
          获取方向角
 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
 

构造方法详细信息

ImportSettingGIM

public ImportSettingGIM()
方法详细信息

setPosition

public void setPosition(Point3D point3d)
设置位置


getHeading

public double getHeading()
获取方向角


setHeading

public void setHeading(double heading)
设置方向角


dispose

public void dispose()
释放占用资源