com.supermap.data.conversion
类 ImportSettingGeo3DML

java.lang.Object
  继承者 com.supermap.data.conversion.ImportSetting
      继承者 com.supermap.data.conversion.ImportSettingGeo3DML

public class ImportSettingGeo3DML
extends ImportSetting

三维地质模型数据导入设置类,支持对Geo3DML交换标准格式的数据导入到数据源。


构造方法摘要
ImportSettingGeo3DML()
          默认构造函数,创建一个新的ImportSettingGeo3DML对象
ImportSettingGeo3DML(ImportSettingGeo3DML importSettingGeo3DML)
          拷贝构造函数,根据给定的 ImportSettingGeo3DML 对象构造一个与其完全相同的新对象。
ImportSettingGeo3DML(java.lang.String sourceFilePath, Datasource targetDatasource)
          根据指定的参数构造 ImportSettingGeo3DML 类的新实例。
ImportSettingGeo3DML(java.lang.String sourceFilePath, DatasourceConnectionInfo targetConnectionInfo)
          根据指定的参数构造 ImportSettingGeo3DML 类的新实例。
 
方法摘要
 void dispose()
          释放对象所占用的资源。
 
从类 com.supermap.data.conversion.ImportSetting 继承的方法
fromXML, getEncodeType, getImportMode, getSourceFileCharset, getSourceFilePath, getSourceFileType, getSourcePrjCoordSys, getTargetDataInfos, getTargetDataInfos, getTargetDatasetName, getTargetDatasource, getTargetDatasourceConnectionInfo, getTargetEncodeType, getTargetPrjCoordSys, isUseFME, setEncodeType, setFieldValue, setImportMode, setScalingFactor, setSourceFileCharset, setSourceFilePath, setTargetDataInfos, setTargetDatasetName, setTargetDatasource, setTargetDatasourceConnectionInfo, setTargetEncodeType, setTargetPrjCoordSys, setUseFME, toXML
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ImportSettingGeo3DML

public ImportSettingGeo3DML()
默认构造函数,创建一个新的ImportSettingGeo3DML对象


ImportSettingGeo3DML

public ImportSettingGeo3DML(ImportSettingGeo3DML importSettingGeo3DML)
拷贝构造函数,根据给定的 ImportSettingGeo3DML 对象构造一个与其完全相同的新对象。

参数:
importSettingGeo3DML - 用于初始化 ImportSettingGeo3DML 新实例的对象。

ImportSettingGeo3DML

public ImportSettingGeo3DML(java.lang.String sourceFilePath,
                            DatasourceConnectionInfo targetConnectionInfo)
根据指定的参数构造 ImportSettingGeo3DML 类的新实例。

参数:
sourceFilePath - 指定导入的 Geo3DML 格式数据的源文件的路径。
targetConnectionInfo - 指定导入的目标数据源连接信息对象。

ImportSettingGeo3DML

public ImportSettingGeo3DML(java.lang.String sourceFilePath,
                            Datasource targetDatasource)
根据指定的参数构造 ImportSettingGeo3DML 类的新实例。

参数:
sourceFilePath - 指定被导入的 Geo3DML 格式数据的源文件的路径。
targetDatasource - 指定导入的目标数据源对象。
方法详细信息

dispose

public void dispose()
释放对象所占用的资源。当调用该方法之后,此对象不再可用。