SuperMap.Data.Conversion AutoCAD file export raster image parameter settings class, a parameter that represents a raster image in AutoCAD. Initializes a new instance of this CADRasterImageSetting class. Creates a new instance of the CADRasterImageSetting object that is identical with the specified DissolveParameter. The object used to initialize the new instance of CADRasterImageSetting. Gets or sets the raster image picture relative to the AutoCAD file path, is easy to open the AutoCAD file when opening the picture. The default value is null. Gets or sets the coordinate position of the lower left corner of the raster image in the AutoCAD file, that is, the display position. The default value is (0,0,0). Gets or sets the rotation angle of the raster image in the AutoCAD file. The default value is 0. Gets or sets the pixel width of the raster image image. The default value is 1. Gets or sets the pixel height of the raster image image. The default value is 1. Gets or sets the width of the raster image, the width of the display in the AutoCAD file (four to the width of the range). The default value is 1.0. Gets or sets the width of the raster image, the width of the display in the AutoCAD file (four to the width of the range). The default value is 1.0. Gets or sets the display brightness of the raster image in the AutoCAD file. Between 0-100, the default value is 50. Gets or sets the rotation angle of the raster image in the AutoCAD file. Between 0-100, the default value is 50. Gets or sets the fade depth of the raster image in the AutoCAD file.Gets or sets the display brightness of the raster image in the AutoCAD file. Between 0-100, the default value is 0. Gets or sets the raster image image to crop the point set (the geographic coordinate point set or the pixel coordinate point set). The default value is null. Gets or sets whether the raster image image is pixel clipping. The default value is false, that is, the geographic coordinates are cropped. Gets or sets whether the raster image is transparent in AutoCAD and is mainly used for raster images with transparent colors. The default value is false, that is, no transparency is displayed. This enumeration defines the type constants of AutoCAD in different versions. AutoCAD R11-12 AutoCAD R13 AutoCAD R14 AutoCAD 2000-2002 AutoCAD 2004-2006 AutoCAD 2007 The ConversionToolkit class. The default constructor, construct a new ConversionToolkit object. Return the supported file type when importing data. Whether is FME type. the supported file type array when importing data. Return the supported file type when exporting data. Whether is FME type. the supported file type array when exporting data. Export data of SuperMap format to other formats. The default constructor, initializes a new instance of the DataExport class. The exported result include the ExportSetting array corresponding with the successful and failure task of exporting. the export result, including the ExportSetting array that corresponds to the successful and failed tasks. Releases all resources that the objects occupy. Gets or sets a ExportSettings object, used for the setting of export multiple tasks. The event is trigged when the process bar is activated. This class can be used to import external data (file type) to SuperMap format. Note: If the external projected coordinate system is not our predefined system, the imported projection name is UserDefine. The default constructor, initializes a new instance of the DataImport class. Implements the operation of importing dataset, and returns the ImportResult object as the result of import. The result of import, including the ImportSetting arrays of success to import and the ImportSetting arrays of fail to import. Releases all resources that the objects occupy. Gets or sets the settings for importing data. This method can be used to complete settings of many imports. Represents the method that handles the import Stepped event. This enumeration defines the type constants of DGN in different versions. V7 DGN V8 DGN Class for modifying target field information The default constructor constructs a new ExportFieldModifyInfo object. The copy constructor constructs a new object identical to the given ExportFieldModifyInfo object. Set or get the name of the target field to be modified. Set or get the type of the modified target field. Set or get the precision of the modified target field. Set or get the scale of the modified target field. Provide SucceedSettings and FailedSettings the conversion setting of the tasks both succeed and failed. Gets the export settings of the successful tasks. Gets the Export settings of the failed tasks.The user can get whether the count of the failed tasks is zero to determine whether the import operation is successful or not. Export the setting information class. This class is the child of the collection object ExportSettings)that sets the set information class。The set of information for the exported data can be obtained by the methods and properties provided by this class.

Ignore field description(Related interface IgnoreFieldNames

  • DBF format
    1. The export fails when All user fields are ignored .
  • SHP format
    1. All the user fields are ignored, because the shp format dbf must have a user field, and is consistent with arcgis, and export system automatically add the default field "Id", and the value is the default value of 0, and SuperMap internal code has processed, to ensure that Export data can be opened.
  • CAD(DWG/DXF) format
    1. if the setting the XRecordset field is true, export the XRecordset field other than the omitted field, and if it is omitted, the exported field contains the XData field and is exported according to the second XData rule. When the XRecordset flag is false, whether or not the XRecordset field is ignored,the fields do not export;
    2. When exporting the XData flag to true, export the XData field other than the field, but note the following:
      • a.If the remaining XData field does not contain the last four characters of 1001 fields, all XData fields are not exported;
      • b.If the remaining XData field after the ignore contains the last four characters of the field of 1001 but the field value is empty, then the current record of the field name of the same prefix all XData field is not derived;
      • c.If the XData field contains the last four characters of 1001 and the field value is not empty, but does not contain any other XData field of the same prefix, all XData fields with the same prefix are not exported;
      • d.If the remaining XData field contains the last four characters of the 1001 field, and the field value is not empty, and contains the same XData field of the same prefix, but these field values are empty, then the field name is the same all the XData field is not exported
      • e.If the remaining XData field is omitted, the fields with the last four characters are 1010, 1011, 1012, 1013, and the other fields that are grouped are automatically completed. The fields that appear in groups are (1010 1020 1030) (1011 1021 1031) (1012 1022 1032) (1013 1023 1033);
      • f.If the remaining fields do not contain the first field that appears in groups, the XData field other than the field is exported when the derived XData flag is true, but the following aspects need to be noted: whether the segment is contained or not,do not export this group any field;
      • g.If the remaining Ignored fields contain the XRecordset field, the first XRecordset rule is exported;
      • h.When the XData flag is false, the XData field is not exported regardless of whether or not the field is ignored.
    3. All ignored can be normal export;
    4. Import the default fields generated by cad(EntityHandle EntityType Layer LayerFroze LayerLocked LayerOn Thickness Elevation LineStyle ColorIndex BlockName BlockRotation LineWidth )the system is automatically ignored when exporting;
    5. When exporting CAD format, SuperMap defines the field name ,and the four characters are for the following characters for the XData field:
      • 1000
      • 1001
      • 1003
      • 1004
      • 1005
      • 1010
      • 1020
      • 1030
      • 1011
      • 1021
      • 1031
      • 1012
      • 1022
      • 1032
      • 1013
      • 1023
      • 1033
      • 1040
      • 1041
      • 1042
      • 1070
      • 1071
    6. When exporting CAD format, SuperMap defines the XRecordset field to remove the system fields and except for the XData field;
    7. The Xdata field value of when the suffix is 1004 is a hexadecimal string of 0-254, such as "E5B3" and is an even length, each of which represents a hexadecimal number, and if it is an odd number, the last bit is ignored. If the value is not legitimate, such as "GF" is derived hexadecimal format 00.
  • E00 format
    1. All ignored can be normal export;
    2. Import the default field generated by E00( UserID FNODE_ TNODE_ LPOLY_ RPOLY_ LENGTH CoverageID)The system is automatically ignored when exporting.
  • TAB/MIF format
    1. When all the user fields are ignored, you can normally export, and tab format will automatically add a field FID, field values are -1, and MIF format add a field NDX,and the value is 0, it is dealed with the third party library;
    2. Importing MIF and Tab are generated by default fields(LineSymbolID LineWidth LineColor FillSymbolID FillBackColor FillForeColor MarkerSymbolID MarkerSize MarkerAngle)The system is automatically ignored when exporting.
  • KML / KMZ / Telecom Vector / Telecom Building Vector / ModelX does not handle user fields
  • note:
    1. DBU / SHP / DWG / DXF / TAB / MIF format, do not ignore "SmUserID", if ignored after the remaining field contains "UserID", "SmUserID" is not exported, otherwise "SmUserID" into "UserID"
    2. E00 format, SmUserID is not allowed to export.

Initializes a new instance of this ExportSetting class. Initializes a new instance of the ExportSetting class which is identical with the specified ExportSetting object. The object that is used to initialize a new instance of the ExportSetting. Initializes a new instance of the ExportSetting class with the specified parameters. The specified source file. The target file path. The type of the data to be exported. Gets the data type that the dataset can export. Gets or sets the character set type to export. It is not supported in SuperMap Objects .NET 6R(2012) SP2. Gets or sets the dataset to be exported. The default value is null. Gets or sets the path of the target file to be exported. The default value is String.Empty. Gets or sets whether to overwrite if the export path has a file of with the same name. The default is false. The default value is false. Gets or sets the type of the exported file. The default value is FileType.None Gets or sets the fields to be ignored. Please refer to Description of Ignoring Fields Set or get the filtering information of the export target file. The default value is String.Empty. The ExportSettingBMP class, which provides the setting of exporting of the BMP data.This class inherits from ExportSetting class. Initializes a new instance of this ExportSettingBMP class. Initializes a new instance of the ExportSettingBMP class which is identical with the specified ExportSettingBMP object. The object that is used to initialize a new instance of the ExportSettingBMP. Initializes a new instance of the ExportSettingBMP class with the specified parameters. The specified source file. The target file path. The target file type. Gets or sets the path of the exported BMP file. The default value is String.Empty. Gets or sets the type of the exported file. The ExportSettingCSV class. The class inherits from ExportSetting class. Initializes a new instance of this ExportSettingCSV class. Initializes a new instance of the importSettingCSV class which is identical with the specified ImportSettingCSV object. The object that is used to initialize a new instance of the ExportSettingCSV. Initializes a new instance of the ImportSettingCSV class according to the specified parameters. It is used to output a dataset to a file. Source dataset. The path of the specified exported file. Gets and sets the type of the exported file. Gets or sets whether the point dataset is exported in WKT form, default value is false, and the export point is not WKT. The ExportSettingDWG class, which provides the setting of exporting of the AutoCAD DXF data.It inherits from ExportSeting class. Initializes a new instance of this ExportSettingDWG class. Initializes a new instance of the ExportSettingDWG class which is identical with the specified ExportSettingDWG object. The object that is used to initialize a new instance of the ExportSettingDWG. Initializes a new instance of the ExportSettingDWG class with the specified parameters. The specified source file. The target file path. The type of the data to be exported. Gets or sets the type of the exported file. Gets or sets the version of the exported DWG file. Gets or sets whether to export extension fields. The group code of extension data (1010 1020 1030)(1011 1021 1031)(1012 1022 1032)(1013 1023 1033). If it appears 1010 1011 1012 1013, it will auto-complete its group field. The default value is false. Gets or sets whether to export border when exporting CAD region or rectangle. The default value is true, that is export border. Gets or sets whether to export custom fields and attribute fields as extension records. Sets or Gets the export symbol comparison table path Gets or sets the array of exported DWG raster image settings. The ExportSettingDXF class, which provides the setting of exporting of the AutoCAD DXF data.It inherits from ExportSeting class. Initializes a new instance of this ExportSettingDXF class. Copy constructor, initializes a new instance of the ExportSettingDXF class which is identical with the specified ExportSettingDXF object. The object that is used to initialize a new instance of the ExportSettingDXF. Initializes a new instance of the ExportSettingDXF class with the specified parameters. The specified source file. The target file path. The type of the data to be exported. Gets or sets the type of the exported file. Gets or sets the version of the exported DXF file. Gets or sets whether to export extension fields. The group code of extension data (1010 1020 1030)(1011 1021 1031)(1012 1022 1032)(1013 1023 1033). If it appears 1010 1011 1012 1013, it will auto-complete its group field. The default value is false. Gets or sets whether to export border when exporting CAD region or rectangle. The default value is true, that is export border. Gets or sets whether to export custom fields and attribute fields as extension records. Gets or sets the array of exported DXF raster image settings. The ExportSettingArc/Info E00 class, which provides the setting of exporting of the AutoCAD DXF data.It inherits from ExportSeting class. Initializes a new instance of this ExportSettingE00 class. Initializes a new instance of the ExportSettingeE00 class which is identical with the specified ExportSettingE00 object. The object that is used to initialize a new instance of the ExportSettingE00. Initializes a new instance of the ExportSettingE00 class according to the specified parameters. It is used to output a dataset to a file. Source dataset. The path of the specified exported file. Export the file type, here is the default for E00. Gets or sets whether to export E00 in double precision. The default value is false, that is, E00 is not exported in double precision. The ExportSettingGeoJson class. The class inherits from ExportSetting class. Initializes a new instance of this ExportSettingGeoJson class. Copy constructor, initializes a new instance of the ImportSettingGeoJson class which is identical with the specified ImportSettingGeoJson object. the object used to initialize a new instance of the importSettingGeoJson class. Initializes a new instance of the ExportSettingGeoJson class according to the specified parameters. It is used to output a dataset to a file. Source dataset. The path of the specified exported file. Initializes a new instance of the ExportSettingGeoJson class according to the specified parameters. It is used to output several datasets to a file. source dataset array. The path of the specified exported file. Gets or sets the source dataset to be exported. Gets or sets the source datasets to be exported. Gets and sets the type of the exported file. The ExportSettingGIF class.This class inherits from the ExportSetting class. Initializes a new instance of this ExportSettingGIF class. Initializes a new instance of the ExportSettingGIF class which is identical with the specified ExportSettingGIF object. The object that is used to initialize a new instance of the ExportSettingGIF. Initializes a new instance of the ExportSettingGIF class with the specified parameters. The specified source data. The path of the specified exported file. The given type of the exported target file. Gets or sets the type of the exported file. Gets or sets the path of the exported BMP file. The default value is String.Empty. Parameter setting classes for the exported GJB vector file. from ExportSetting 类。 The default constructor is to construct a new ExportSettingGJB object. Copy the constructor and construct a new object that is exactly the same as the given ExportSettingGJB object. The object used to initialize a new instance of the ExportSettingGJB. Construct a new instance of the ExportSettingGJB class based on the specified parameters.An export for a single data set. Oringinal dataset The path to the given export destination file. Construct a new instance of the ExportSettingGJB class based on the specified parameters.Used to export multiple data sets to a file. Oringinal dataset array The path to the given export destination file. Gets or sets the source data set that needs to be exported. Gets or sets the set of source data sets that need to be exported. Sets the type of the exported target file. To get or set the GJB layer you need to export, you must set it to export successfully. The ExportSettingJPG class.This class inherits from the ExportSetting class. Initializes a new instance of this ExportSettingJPG class. Initializes a new instance of the ExportSettingJPG class which is identical with the specified ExportSettingJPG object. The object that is used to initialize a new instance of the ExportSettingJPG. Initializes a new instance of the ExportSettingJPG class with the specified parameters. The specified source data. The path of the specified exported file. The given type of the exported target file. Gets or sets the type of the exported file. Gets or sets the path of the exported BMP file. The default value is String.Empty. Sets or gets the compression rate of the image file in percentage. The default value is 75. The ExportSettingKML class. The class inherits from ExportSetting class. Only the dataset with projection WGS 1984 is support to export to KML. Initializes a new instance of this ExportSettingKML class. Initializes a new instance of the ExportSettingKML class which is identical with the specified ExportSettingKML object. The object that is used to initialize a new instance of the ExportSettingKML. Initializes a new instance of the class according to the specified parameters. It is used to output a dataset to a file. source dataset. The path of the specified exported file. Initializes a new instance of the ExportSettingKML class according to the specified parameters. It is used to output several datasets to a file. source dataset array. The path of the specified exported file. Gets or sets the type of the exported file. Gets or sets the source datasets to be exported. Gets or sets the source dataset to be exported. The ExportSettingKMZ class. The class inherits from ExportSetting class. Only the dataset with projection WGS 1984 is support to export to KMZ. Initializes a new instance of this ExportSettingKMZ class. Initializes a new instance of the ExportSettingKMZ class which is identical with the specified ExportSettingKMZ object. The object that is used to initialize a new instance of the ExportSettingKMZ. Initializes a new instance of the class according to the specified parameters. It is used to output a dataset to a file. source dataset. The path of the specified exported file. Initializes a new instance of the ExportSettingKMZ class according to the specified parameters. It is used to output several datasets to a file. source dataset array. The path of the specified exported file. Gets or sets the source dataset to be exported. Gets or sets the type of the exported file. Gets or sets the source datasets to be exported. The ExportSettingModelX class.This class inherits from the ExportSetting class. Initializes a new instance of this ExportSettingModelX class. Initializes a new instance of the ExportSettingModelX class which is identical with the specified ExportSettingModelX object. The object that is used to initialize a new instance of the ExportSettingModelX. Initializes a new instance of the class according to the specified parameters. It is used to output a dataset to a file. source dataset. The path of the specified exported file. The file type specified. Gets or sets the type of the exported file. Export the structure information class of the Personal Geodatabase format vector dataset. Inherited from the ExportSetting class. The default constructor constructs a new ExportSettingPersonalGDBVector object. The copy constructor constructs a new object identical to the given ExportSettingPersonalGDBVector object. The object used to initialize a new instance of ExportSettingPersonalGDBVector. Constructs a new instance of the ExportSettingPersonalGDBVector class based on the specified parameters. Used for the export of a single data set. Source dataset. The path to the given export target file. Constructs a new instance of the ExportSettingPersonalGDBVector class based on the specified parameters. Export multiple data sets as one file. An array of source datasets. The path to the given export target file. Gets or sets the type of the exported object file. Gets or sets the collection of source datasets that need to be exported. Gets or sets the source dataset that needs to be exported. The ExportSettingPNG class. This class inherits from the ExportSetting class. Initializes a new instance of this ExportSettingPNG class. Initializes a new instance of the importSettingPNG class which is identical with the specified ImportSettingPNG object. The object that is used to initialize a new instance of the ExportSettingPNG. Initializes a new instance of the ExportSettingPNG class with the specified parameters. source data. The path of the specified exported file. The given type of the exported target file. Gets or sets the type of the exported file. Gets or sets the path of the exported BMP file. The default value is String.Empty. The ExportSettings class which is the collection of the ExportSetting object. The ExportSetting object is the item of the ExportSettings object. Add a exportSetting object to ExportSettings. the ExportSetting object to be added. Add the index value of the subitem. Add a exportSetting object to the ExportSettings according to the index value specified. the index of the element to be inserted. The ExportSetting object to be inserted. Boolean, true mean the inserted successfully. The item removed from ExportSettings at a specific index. The index of the TransferWeightFieldInfo to be removed. Returns true if successful; Otherwise returns false. Remove all the items from ExportSettings. Returns an enumerator that can iterate through the collection. Gets the count of the elements in the given ExportSettings. Gets the ExportSetting object with specified index in the ExportSettings object. The specified index, which begins with 0. The class inherits from ExportSetting class. Initializes a new instance of this ExportSettingSIT class. Initializes a new instance of the ExportSettingSIT class which is identical with the specified ExportSettingSIT object. The object used to initialize a new instance of the ExportSettingSIT class. Initializes a new instance of the ExportSettingSIT class with the specified parameters. The specified source file. The target file path. The target file type. Gets or sets the password of the exported SIT file. Gets or sets the type of the exported file. The MapInfo TAB class. The class inherits from ExportSetting class. Initializes a new instance of this ExportSettingTAB class. Initializes a new instance of the ExportSettingTAB class which is identical with the specified ImportSettingCSV object. The object that is used to initialize a new instance of the ExportSettingTAB. Initializes a new instance of the ExportSettingTAB class with the specified parameters. Source dataset. The path of the specified exported file. Gets and sets the type of the exported file. Sets or gets the exported style table path. The setting class for TEMSVectorclass. Initializes a new instance of this ExportSettingTEMSBuildingVectorclass. Initializes a new instance of the ExportSettingTEMSBuildingVector class which is identical with the specified ExportSettingTEMSBuildingVector object. The object that is used to initialize a new instance of the ExportSettingTEMSBuildingVector. Initializes a new instance of the class according to the specified parameters. It is used to output a dataset to a file. The specified source dataset. The specified target file path. Initializes a new instance of the class according to the specified parameters. It is used to output several datasets to a file. The specified array of the source dataset. The specified target file path. Gets or sets the type of the exported file. gets or sets the dataset array to out put. gets or sets the outputted dataset array The setting info class forTEMSClutterclass Initializes a new instance of this ExportSettingTEMSClutter class. Initializes a new instance of the ExportSettingTEMSClutter class which is identical with the specified ExportSettingTEMSClutter object. The object that is used to initialize a new instance of the ExportSettingTEMSClutter class. Initializes a new instance of ExportSettingTEMSClutter according to the parameters. The source dataset. The path of the specified exported file. Gets or sets the type of the exported file. Export structural information classes for text data in the telecommunications industry. Inherited from the ExportSetting class. The default constructor constructs a new ExportSettingTEMSTextLabels object. The copy constructor constructs a new object identical to the given ExportSettingTEMSTextLabels object. The object used to initialize a new instance of ExportSettingTEMSTextLabels. Constructs a new instance of the ExportSettingTEMSTextLabels class based on the specified parameters. Used for the export of a single data set. Source dataset. The path to the given export target file. Constructs a new instance of the ExportSettingTEMSTextLabels class based on the specified parameters. Export multiple data sets as one file. An array of source datasets. An array of source datasets. Gets or sets the type of the exported object file. Gets or sets the collection of source datasets that need to be exported. Gets or sets the source dataset that needs to be exported. Gets or sets which field needs to be exported to teletext format. The setting class for TEMSVectorclass. Initializes a new instance of this ExportSettingTEMSVector class. Initializes a new instance of the ExportSettingTEMSVector class which is identical with the specified ExportSettingTEMSVector object. The object that is used to initialize a new instance of the ExportSettingTEMSVector. Initializes a new instance of the class according to the specified parameters. It is used to output a dataset to a file. The source dataset. The path of the specified exported file. Initializes a new instance of the ExportSettingTEMSVector class according to the specified parameters. It is used to output several datasets to a file. The source dataset array The path of the specified exported file. Gets or sets the source dataset to be exported. Gets or sets the type of the exported file. Gets or sets the source datasets object to be imported. The ExportSettingTIF class. This class inherits from the ExportSetting class. Initializes a new instance of this ExportSettingTIF class. Initializes a new instance of the ExportSettingTIF class which is identical with the specified ExportSettingTIF object. the object that is used to initialize a new instance of the ExportSettingTIF class. Initializes a new instance of the ExportSettingTIF class with the specified parameters. source data. The path of the specified exported file. The given type of the exported target file. Gets or sets the type of the exported file. Gets or sets whether to output the map in the block format. The default value is false. It is obsolete. Use the default value true, that is export projection file. Gets or sets whether to export the information of the projection to PRJ file. The default value is true. The default value is true. Sets or gets whether to export the affine transformations information, the default is true, that is export to tfw file, otherwise, the projection information will be exported to tiff file. affine transformations is a mapping between the image coordiante and geographic coordinate. The default value is true. The ExportSettingVCT class. The class inherits from ExportSetting class. Initializes a new instance of this ExportSettingVCT class. Initializes a new instance of the ExportSettingVCT class which is identical with the specified ImportSettingCSV object. The object that is used to initialize a new instance of the ExportSettingVCT. Initializes a new instance of the ExportSettingVCT class according to the specified parameters. It is used to output a dataset to a file. Source dataset. The path of the specified exported file. Initializes a new instance of the ExportSettingVCT class according to the specified parameters. It is used to output several datasets to a file. source dataset array. The path of the specified exported file. Gets or sets the source dataset to be exported. Gets or sets the source datasets to be exported. Gets and sets the type of the exported file. Provides the data for the SteppedEventArgs event. Initializes a new instance of the ExportSteppedEventArgs class with the given parameters. The percent of the current process have done. The percent of the current item. The information of the current ongoing sub-operation. Gets the count of the items of the tasks. Whether to cancel all tasks. Gets the percent of the completed the operation. Gets the percent of the current sub item. Gets the information of the item of the current task and returns the ExportSetting object. Gets the count of the items of the tasks. Gets or sets whether to cancel all the tasks. Represents the method class that handles the exported stepped event. sender is DataExport, and ExportSteppedEventArgs is inherited from EventArgs with ExportSteppedEventHandler as its delegate. The source event. The ExportSteppedEventArgs class. This enumeration defines the transform file type constants. Unknown data format bitmap file, the import result is a image data. The import of grib1 and grib2 weather data files results can be multi-band video datasets, single-band video datasets and single-band raster datasets. Portal network graphic(PNG), the result of imported is a single image data. Tiff/GeoTIFF file, the import result can be multiband or single-band data. jpg file, the import result is a image. jpg file, the import result can be one or multiple dataset. Erdas Image file, the result can be multi-band or single-band dataset. Arc/Info ASCII swap file, the import result is a single Grid data. raw file, the result is a image data. SuperMap Image Tower, the result is a image data. ArcView Shape file, the result is a vector dataset. MapInfo TAB, the output could be the vector data of different types. MapInfo MIF, the output could be the vector data of different types. MapInfo workspace file, convert with map, symbol library and data source. AutoCAD DWG, the output could be the vector data of different types. AutoCAD DXF, the output could be the vector data of different types. TEMSVector file. TEMSTextLabels files. TEMSClutter file. TEMSBuildingVector file. KML file format for Google Earth, the output could be the vector data of different types. KMZ file format for Google Earth, the cabinet of KML files,the output could be the vector data of different types. The file type of MapGIS is wat, wal and wap. The CSV file. The chart format. The 3D cache model file. ESRI ArcInfo Export(E00) file, the result is a vector dataset. OpenGIS GML file, the output could be the vector data of different types. ESRI ArcInfo Coverage file, the result is a vector dataset. ArcSDE vector format, the result is a vector dataset. ArcSDE raster format, the result can be multiband or single-band data. ESRI Geodatabase vector format, the result is a vector dataset. ESRI Geodatabase raster format, the result can be multiband or single-band data. DGN vector format, the output could be the vector data of different types. VCT vector format. The importing result is the simple dataset. BIL grid data file. BIP grid data file. BSQ grid data file. National standard DEM transformation data (NSDTF-DEM). Light detection and ranging data format. OSG/OSGB 3D model format. .X 3D model format. Model3DS format data. ModelDXF format data. ModelFBX format data. ModelOpenFlight format data. United States Geological Survey DEM data. ArcInfo binary grid format data. MrSID(Multi-resolution Seamless Image Database) data format. ECW(Enhanced Compression Wavelet) data format. Database file, DBF table. JP2 file. The import results of the GJB military digital map vector data format is for the simple data set. OGC Geopackage vector data format. Orange Tab vector data format. GeoJson Tab vector data format. OSM(OpenStreetMap) Data format.                                    GDAL Virtual data format.                                                          Personal Geodatabase (MDB) data format.                       The military digital map vector data (GJB) file exports the parameters of the layer to set the class, and one parameter represents a layer in GJB. The default constructor, constructs a new GJBExportLayerSetting object. Copy the constructor and construct a new object that is exactly the same as the given GJBExportLayerSetting object. Used to initialize a new instance of GJBExportLayerSetting. Gets or sets the type of the GJB export layer. GJB layer type. Gets or sets the name of the data set exported to that layer. Data set name array, so that multiple data sets are exported to GJB one layer. This enumeration defines the military digital map vector data (GJB) to export the layer type constants. Measure the control point layer. Only support points, lines, and faces are exported to this layer. Layer of industrial and agricultural social and cultural facilities. Only support points, lines, and faces are exported to this layer. Residential and ancillary facilities. Only support points, lines, and faces are exported to this layer. Land transport layer. Only support points, lines, and faces are exported to this layer. Pipeline layer. Only support points, lines, and faces are exported to this layer. Water/land layers. Only support points, lines, and faces are exported to this layer. Bottom layer and bottom layer. Only support points, lines, and faces are exported to this layer. Rocks, sunken ships, barrier layers. Only support points, lines, and faces are exported to this layer. Hydrological layer. Only support points, lines, and faces are exported to this layer. Land topography and soil layers. Only support points, lines, and faces are exported to this layer. State and political zone layer. Only support points, lines, and faces are exported to this layer. Vegetation layer. Only support points, lines, and faces are exported to this layer. Layer of geomagnetic elements. Navigation equipment and channel layer. Marine zone boundary layer. Air factor layer. Military zone layer. Note the layer. Metadata layer. This enumeration defines the GML transform file type constants. GML (Geography Markup Language), the highest version. Support import GML file to point, line, region, text and CAD dataset. GML SF-0 (Geography Markup Language Simple Features Level SF-0 Profile). Read the file in GML Simple Features Profile Format.Support import GML file to point, line, region, text and CAD dataset. GML (Geography Markup Language), the lowest version. Support import GML file to point, line, region, text and CAD dataset.Note: Only can open the file created by GML v2.1.2, text file must be created by fixed mode. This class defines the constants representing the color IgnoreMode. Do not ignore color values. Ignore by value, ignore certain color values. Ignore by scanning line. The base class of importing data information.All the realization class inherit from the class. This class provides many properties for the importing information of different type, such as grid or vector. Gets or sets the name of the target dataset. The default is the name of the source file. Gets the geographic bounds that contain all the elements of the import data. Gets the source file of the current dataset information. Get the original encoding of the imported data, and can not get to return to Default (currently supports SHP, TAB, MIF). ArcInfo binary grid data importing. Gets the width of the image data. Gets the height of the image data. Gets the pixel format of the image data. Gets the resolution of the image data. The ImportDataInfoBIL class.This class inherits from the ImportDataInfo class. Gets the width of the BIL grid data in pixels. Gets the height of the BIL grid data in pixels. Gets the pixel format of the BIL grid data. Gets the resolution of the BIL gird data. Unit: Pixels per meter. The ImportDataInfoBIP class.This class inherits from the ImportDataInfo class. Gets the width of the BIP grid data in pixels. Gets the height of the BIP grid data in pixels. Gets the pixel format of the BIP grid data. Gets the resolution of the BIP gird data. Unit: Pixels per meter. The ImportDataInfoBMP class.This class inherits from the ImportDataInfo class. Gets the width of the image data in pixels. Gets the height of the image data in pixels. Gets the pixel format of the image data. Gets the resolution of the image data in pixels. The ImportDataInfoBSQ class.This class inherits from the ImportDataInfo class. Gets the width of the BSQ grid data in pixels. Gets the height of the BSQ grid data in pixels. Gets the pixel format of the BSQ grid data. Gets the resolution of the BSQ gird data. Unit: Pixels per meter. The ImportDataInfoCoverage class.This class inherits from the ImportDataInfo class. Gets the field information of the imported source Coverage file data. the field info of the source data. Gets the target field info of the data. the field info of the target data. Sets the exported target field information. The definition of the imported target field needs to match the actual field of the source Coverage file. the field info of the target data. Modifies the field name of the specified field. the original field name of the specified field.the new field name of the specified field.a boolean, returns true if successful,otherwise returns false. Sets whether the specified field will be imported. the specified name of the field.whether to exclude the field.a boolean, returns true if successful, otherwise returns false. the index positions of the specified two elements of the exchange field info collection the field name to be exchanged.The field name to be exchanged.a boolean, true if exchanged successfully,otherwise false. Gets the type of the vector dataset. Gets the count of the features of the imported vector dataset. The ImportDataInfoCSV class, which provides the information of the imported CSV data. This class is inherited from the ImportDataInfo class. Gets the target field info of the data. the field info of the target data. Sets the exported target field information. The definition of the imported target field needs to match the actual field of the source CSV file. the field info of the target data. Gets the field information of the source CSV file data to import. the field info of the source data. Modifies the field name of the specified field. the original field name of the specified field.the new field name of the specified field.a boolean, true if the field name updated successfully,otherwise false. Modifies the field type of the specified field. the original field name of the specified field.the new field type of the specified field. Sets whether the specified field will be imported. the original field name of the specified field.whether to exclude the field.a boolean, returns true if successful, otherwise returns false. Gets whether the specified field will be imported. the original field name of the specified field.A boolean, true if import the specified field, otherwise false. the index positions of the specified two fields of the exchange field info collection the name of field to switch order.the name of field to switch order.returns true if successful; otherwise false. Gets or sets the type of the imported target dataset. After importing a CSV file, the target dataset can only be a point dataset, or a tabular dataset. Gets the number of features in the target dataset after imported. At present, the property value is always 0. The ImportDataInfoDBF class. The class inherits from ImportDataInfo class. Gets the target field info of the data. The field info of the data. Sets the exported target field information. The definition of the imported target field needs to match the actual field of the source DBF file. the field info of the target data. Gets the information of fields of the source data. The information of the original fields of the data. Gets the type of the source vector dataset. Gets the count of the features of the imported vector dataset. The ImportDataInfoDGN class.This class inherits from the ImportDataInfo class. Gets the field information of the imported source DGN file data. the field info of the source data. Gets the target field info of the data. the field info of the target data. Sets the exported target field information. The definition of the imported target field needs to match the actual field of the source DNG file. the field info of the target data. Modifies the field name of the specified field. The original field name of the specified field.The new field name of the specified field.A boolean, returns true if successful,otherwise returns false. Sets whether the specified field will be imported. The specified name of the field.Whether to exclude the field.A boolean, returns true if successful, otherwise returns false. Gets whether the specified field will be imported. The specified name of the field.A boolean, true if import the specified field, otherwise false. The index positions of the specified two elements of the exchange field info collection The field name to be exchanged.The field name to be exchanged.A boolean, true if exchanged successfully,otherwise false. Gets the type of the vector dataset. Gets the count of the features of the imported vector dataset. The ImportDataInfoDWG class.This class inherits from the ImportDataInfo class. Gets the information of fields of the source data. The information of the original fields of the data. Gets the target field info of the data. The field info of the target data. Sets the exported target field information. The definition of the imported target field needs to match the actual field of the source DWG file. The field info of the target data.Modifies the name of the field.The original name.The new name.Whether the conversion was successful.Sets whether the specified field will be imported.The specified name of the field.Whether to exclude the field.True, if the conversion is successful; Otherwise,false. Gets and imports the specified field. The specified name of the field.A Boolean value, true indicates that the field needs to import, and false indicates that the field doesn't need to import.The index positions of the specified two elements of the exchange field info collectionThe field name to be exchanged.The field name to be exchanged.Returns true if successful; Otherwise returns false. Gets the type of the source vector dataset. Gets the count of the features of the imported vector dataset. Gets or sets the the field name of LayerNameField. Gets or sets the the field name of ElevationNameField. The ImportDataInfoDXF class.This class inherits from the ImportDataInfo class. Gets the information of fields of the source data. The information of the original fields of the data. Gets the target field info of the data. The field info of the target data. Sets the exported target field information. The definition of the imported target field needs to match the actual field of the source DXF file. The field info of the target data.Modifies the name of the field.The original name.The new name.Whether the conversion was successful.Sets whether the specified field will be imported.The specified name of the field.Whether to exclude the field.Returns true if successful; Otherwise returns false. Gets and imports the specified field. The specified name of the field.A Boolean value, true indicates that the field needs to import, and false indicates that the field doesn't need to import.The index positions of the specified two elements of the exchange field info collectionThe field name to be exchanged.The field name to be exchanged.Returns true if successful; Otherwise returns false. Gets the type of the vector dataset. Gets the count of the features of the imported vector dataset. Gets or sets the the field name of LayerNameField. Gets or sets the the field name of ElevationNameField. The ImportDataInfoE00 class.This class inherits from the ImportDataInfo class. Gets the field information of the imported source E00 file data. the field info of the source data. Gets the target field info of the data. the field info of the target data. Sets the exported target field information. The definition of the imported target field needs to match the actual field of the source E00 file. the field info of the target data. Modifies the field name of the specified field. the original field name of the specified field.the new field name of the specified field.a boolean, returns true if successful,otherwise returns false. Sets whether the specified field will be imported. the specified name of the field.whether to exclude the field.a boolean, returns true if successful, otherwise returns false. the index positions of the specified two elements of the exchange field info collection the field name to be exchanged.The field name to be exchanged.a boolean, true if exchanged successfully,otherwise false. Gets the type of the vector dataset. Gets the count of the features of the imported vector dataset. The ImportDataInfoECW class.This class inherits from the ImportDataInfo class. Gets the width of the image data in pixels. Gets the height of the image data in pixels. Gets the pixel format of the image data. Gets the resolution of the image data in pixels. The ImportDataInfoFileGDBVector class.This class inherits from the ImportDataInfo class. Gets the field information of the imported source GDB file data. the field info of the source data. Gets the target field info of the data. the field info of the target data. Sets the exported target field information. The definition of the imported target field needs to match the actual field of the source GDBVector file. the field info of the target data. Modifies the field name of the specified field. the original field name of the specified field.the new field name of the specified field.a boolean, returns true if successful,otherwise returns false. Sets whether the specified field will be imported. the specified name of the field.whether to exclude the field.a boolean, returns true if successful, otherwise returns false. the index positions of the specified two elements of the exchange field info collection the field name to be exchanged.The field name to be exchanged.a boolean, true if exchanged successfully,otherwise false. Gets the type of the vector dataset. Gets the count of the features of the imported vector dataset. The ImportDataInfoGBDEM class. It inherits from the ImportDataInfo class. Gets the width of the of NSDTF-DEM data, in pixels. Gets the height of the of NSDTF-DEM data, in pixels. Gets the pixel format of NSDTF-DEM data. Gets the resolution of the NSDTF-DEM data. Unit: pixels per meter. The ImportDataInfoGeoJson class.This class inherits from the ImportDataInfo class. Gets the information of fields of the source data. The field info of the source data. Gets the target field info of the data. The field info of the target data. Sets the exported target field information. The definition of the imported target field needs to match the actual field of the source GeoJson file. The field info of the target data. Gets the type of the vector dataset. Gets the count of the features of the imported vector dataset. The ImportDataInfoBMP class.This class inherits from the ImportDataInfo class. Gets the width of the image data in pixels. Gets the height of the image data in pixels. Gets the pixel format of the image data. Gets the resolution of the image data in pixels. The ImportDataInfoGJB class.This class inherits from the ImportDataInfo class. Gets the field information of the imported source GJB file data. The field info of the source data. Gets the target field info of the data. The field info of the target data. Sets the target field info of the data. The field info of the target data. Modifies the field name of the specified field. The original field name of the specified field.The new field name of the specified field.A boolean, returns true if successful,otherwise returns false. Sets whether the specified field will be imported. The specified name of the field.Whether to exclude the field.A boolean, returns true if successful, otherwise returns false. Gets whether the specified field will be imported. The specified name of the field.The boolean value denotes whether or not to import, and the field needs to be imported to return true, otherwise it returns false. The index positions of the specified two elements of the exchange field info collection The field name to be exchanged.The field name to be exchanged.A boolean, true if exchanged successfully,otherwise false. Gets the type of the vector dataset. Gets the count of the features of the imported vector dataset. The ImportDataInfoGML class.This class inherits from the ImportDataInfo class. Gets the field information of the imported source GML file data. The field info of the source data. Gets the target field info of the data. The field info of the target data. Sets the exported target field information. The definition of the imported target field needs to match the actual field of the source GML file. The field info of the target data. Modifies the field name of the specified field. The original field name of the specified field.The new field name of the specified field.A boolean, returns true if successful,otherwise returns false. Sets whether the specified field will be imported. The specified name of the field.Whether to exclude the field.A boolean, returns true if successful, otherwise returns false. The index positions of the specified two elements of the exchange field info collection The field name to be exchanged.The field name to be exchanged.A boolean, true if exchanged successfully,otherwise false. Gets the type of the vector dataset. Gets the count of the features of the imported vector dataset. The ImportDataInfo OGC Geopackage class.This class inherits from the ImportDataInfo class. Gets the field information of the imported source Geopackage file data. The field info of the source data. Gets the target field info of the data. The field info of the target data. Sets the target field info of the data. The field info of the target data. Modifies the field name of the specified field. The original field name of the specified field.The new field name of the specified field.A boolean, returns true if successful,otherwise returns false. Sets whether the specified field will be imported. The specified name of the field.Whether to exclude the field.A boolean, returns true if successful, otherwise returns false. The index positions of the specified two elements of the exchange field info collection The field name to be exchanged.The field name to be exchanged.A boolean, true if exchanged successfully,otherwise false. Gets the type of the vector dataset. Gets the count of the features of the imported vector dataset. The ImportDataInfoGRD class. This class inherits from the ImportDataInfo class. Gets the width of the image dataset. The unit is pixel. Gets the height of the raster data in pixels. Gets the pixel format of the raster data. Gets the resolution of the raster data in pixels. The ImportDataInfoGrib1 and ImportDataInfoGrib2 class.This class inherits from the ImportDataInfo class. Returns the width of the image data in pixels. Returns the height of the image data in pixels. Returns the pixel format of the weather data. Returns the resolution of the image data in pixels. The ImportDataInfoIMG class.This class inherits from the ImportDataInfo class. Gets the width of the image data in pixels. Gets the height of the image data in pixels. Gets the pixel format of the image data. Gets the number of bands of the image data, for non-multiband data, it's 1. Gets the resolution of the image data in pixels. The ImportDataInfoJP2 class.This class inherits from the ImportDataInfo class. Gets the width of the image data in pixels. Gets the height of the image data in pixels. Gets the pixel format of the image data. Gets the resolution of the image data in pixels. The ImportDataInfoJPG class.This class inherits from the ImportDataInfo class. Gets the width of the image data in pixels. Gets the height of the image data in pixels. Gets the pixel format of the image data. Gets the resolution of the image data in pixels. The ImportDataInfoKML class. The class inherits from ImportDataInfo class. Gets the information of fields of the source data. The information of the original fields of the data. Gets the target field info of the data. the field info of the target data. Sets the exported target field information. The definition of the imported target field needs to match the actual field of the source KML file. the field info of the target data. Modifies the name of the field. The name of the source field. The name of the new field. Returns true if successful,otherwise returns false. Sets whether the specified field will be imported. the name of the field specified. Whether to exclude the field. Returns true if successful,otherwise returns false. the index positions of the specified two fields of the exchange field info collection the field name to be exchanged.The field name to be exchanged.Returns true if successful,otherwise returns false. Gets the type of the source vector dataset. Gets the count of the features of the imported vector dataset. The ImportDataInfoKMZ class. The class inherits from ImportDataInfo class. Gets the information of fields of the source data. The field info of the source data. Gets the target field info of the data. the field info of the target data. Sets the exported target field information. The definition of the imported target field needs to match the actual field of the source KMZ file. the field info of the target data. After modified the name of the field, the information of the target field is updated, the information of the source field are not changed. The name of the source field.The name of the new field.Returns true if successful,otherwise returns false. Sets whether the specified field will be imported. The name of the field.Whether to exclude the field.Returns true if successful,otherwise returns false. the index positions of the specified two fields of the exchange field info collection the field name to be exchanged.The field name to be exchanged.Returns true if successful; Otherwise returns false. Gets the type of the source vector dataset. Gets the count of the features of the imported vector dataset. The ImportDataInfoLIDAR class.This class inherits from the ImportDataInfo class. Gets the information of fields of the source data.The information of the original fields of the data. Gets the target field info of the data. the field info of the target data. Sets the exported target field information. The definition of the imported target field needs to match the actual field of the source Lidar file. the field info of the target data.Modifies the name of the field.The name of the source field.The name of the target field.Whether the conversion was successful.Sets whether the specified field will be imported.the specified name of the field.Whether to exclude the field.True, if the conversion is successful; Otherwise,false.the index positions of the specified two elements of the exchange field info collectionthe field name to be exchanged.The field name to be exchanged.Returns true if successful; Otherwise returns false. Gets the DatasetType of the ImportDataInfoLIDAR. Gets the count of the features of the ImportDataInfoLIDAR. The ImportDataInfoMAPGIS class. The class inherits from ImportDataInfo class Gets the field info of the source MAPGIS data The information of the original fields of the MAPGIS data. Gets the target field info of the data. the field info of the target data. Sets the exported target field information. The definition of the imported target field needs to match the actual field of the source MapGIS file. the field info of the target data. After modified the name of the field, the information of the target field is updated, the information of the source field are not changed. The source name.The new name.Returns true if successful, otherwise returns false. Set whether to import the field with the specified name based on the given parameters. the specified name of the field. Whether to exclude the field. Returns true if successful, otherwise returns false. the index positions of the specified two fields of the exchange field info collection the field name to be exchanged.The field name to be exchanged.Returns true if successful,otherwise returns false. Gets the field info of the source MAPGIS data Gets the count of the elements of the imported MAPGIS vector data The ImportDataInfoMIF class which provides methods and properties of importing the *.mif files of MapInfo.This class inherits from the ImportDataInfo class. Gets the information of fields of the source data.The information of the original fields of the data. Gets the target field info of the data. the field info of the target data. Sets the exported target field information. The definition of the imported target field needs to match the actual field of the source MIF file. the field info of the target data.Modifies the name of the field.The name of the source field.The name of the target field.Whether the conversion was successful.Sets whether the specified field will be imported.the specified name of the field.Whether to exclude the field.True, if the conversion is successful; Otherwise,false.the index positions of the specified two elements of the exchange field info collectionthe field name to be exchanged.The field name to be exchanged.Returns true if successful; Otherwise returns false. Gets the type of the imported vector data. Gets the count of the features of the imported vector dataset. The ImportDataInfoMrSID class.This class inherits from the ImportDataInfo class. Gets the width of the image data in pixels. Gets the height of the image data in pixels. Gets the pixel format of the image data. Gets the resolution of the image data in pixels. The ImportDataInfo Orange Tab class.This class inherits from the ImportDataInfo class. Gets the field information of the imported source Orange Tab file data. the field info of the source data. Gets the target field info of the data. the field info of the target data. Sets the target field info of the data. the field info of the target data. Modifies the field name of the specified field. the original field name of the specified field.the new field name of the specified field.a boolean, returns true if successful,otherwise returns false. Sets whether the specified field will be imported. the specified name of the field.whether to exclude the field.a boolean, returns true if successful, otherwise returns false. the index positions of the specified two elements of the exchange field info collection the field name to be exchanged.The field name to be exchanged.a boolean, true if exchanged successfully,otherwise false. Gets the type of the vector dataset. Gets the count of the features of the imported vector dataset. Import the structure information class of the OSM vector data set.from ImportDataInfo 类。 Gets the field information for the imported source OSM file data. Field information for the source data. Gets the field information for the target data. Field information for the target data. Sets the field information for the target data.The field definition of the target data must match the actual field values in the source OSM file that needs to be imported. Field information for the target data. Modify the field name of the specified field. Specifies the field name of the field.Specifies the new field name for the field.A Boolean value indicating whether the field name is updated successfully, and true indicates that the update is successful and false indicates that it is not successful. Sets whether to import specified fields. Specifies the field name.Whether to exclude this field, when true, does not contain this field.A Boolean value indicating whether the setting is successful, true indicates that the setting is successful, and false indicates that it is not successful. The index location for two specified elements in the exchange field information set. The name of the field that needs to be exchanged.The name of the field that needs to be exchanged.A Boolean value that indicates whether two specified elements are exchanged for success, and true indicates that the exchange is successful, and false indicates that it is not successful. Gets whether to import the specified fields. Specifies the field name.A Boolean value indicating whether to import the specified field.True represents the import, otherwise it is not imported. Gets the import vector data set type.              Get the number of features imported into the vector data.                                                          Import the structure information class of the Personal Geodatabase format vector dataset. Inherited from the ImportDataInfo class.                                             Get the field information in the Personal Geodatabase format vector data. Original field information in the vector data of the Personal Geodatabase format. Get the field information of the target data. Field information for the target data. Set the field information of the target data. The field definition of the target data must match the actual field value in the source Personal Geodatabase file that needs to be imported. Field information for the target data. After the field name is modified, the field information in the target data is updated, and the field information in the source data is unchanged. Source name.New name.A Boolean value indicating whether the modification was successful, true indicates that the modification was successful, and false indicates that the modification was unsuccessful. Sets whether to import a field with the specified name based on the given parameters. Sets whether to import a field with the specified name based on the given parameters.Whether to exclude this field. A Boolean value indicating whether the setting is successful, true means the setting is successful, and false means unsuccessful. Gets whether to import the specified field. The specified field name.A Boolean value indicating whether to import the specified field. True means import; otherwise it is not imported. The index position used to exchange two specified fields in the field information set. The name of the field that needs to be exchanged.The name of the field that needs to be exchanged.A Boolean value, true indicates that the exchange was successful, and false indicates that the exchange was unsuccessful. Get the type of the Personal Geodatabase format vector dataset. Gets the number of features imported into the Personal Geodatabase format vector data. The ImportDataInfoPNG class. This class inherits from the ImportDataInfo class. Gets the width of the image data in pixels. Gets the height of the image data in pixels. Gets the pixel format of the image data. Gets the resolution of the image data in pixels. The ImportDataInfoRAW class, which provides the information of the imported RAW data. This class is inherited from the ImportDataInfo class. Gets the width of the RAW data in pixels. Gets the height of the RAW data in pixels. Gets the pixel format of the RAW data. Gets the resolution of the RAW data. Unit: Pixels per meter. The ImportDataInfos class.This class is the collection class of ImportDataInfo object. This method is used to remove the items with specific index from ImportDataInfos. the index of the item in the collection to be removed.Whether to exclude the specified items when importing.Gets whether the item at specific index be removed from ExportSettings. The index of the item in the collection to be removed. Returns an enumerator that can iterate through the collection. Returns an enumerator that iterates through a collection. Returns the count of the elements in the given ImportSettings. Gets the ImportSetting object with specified index in the ImportSettings object. The index value of the ImportSetting object. The index starts at 0. The ImportDataInfoSCV class. Gets the target field info of the data. the field info of the target data. Sets the exported target field information. The definition of the imported target field needs to match the actual field of the source file. the field info of the target data. Gets the type of the imported vector dataset. Gets the count of the features of the imported vector dataset. The ImportDataInfoSDEVector class.This class inherits from the ImportDataInfo class. Gets the target field info of the data. the field info of the target data. Sets the exported target field information. The definition of the imported target field needs to match the actual field of the source SDEVector file. the field info of the target data. Modifies the field name of the specified field. the original field name of the specified field.the new field name of the specified field.a boolean, returns true if successful,otherwise returns false. Sets whether the specified field will be imported. the specified name of the field.whether to exclude the field.a boolean, returns true if successful, otherwise returns false. the index positions of the specified two elements of the exchange field info collection the field name to be exchanged.The field name to be exchanged.a boolean, true if exchanged successfully,otherwise false. Sets the exported target field information. The definition of the imported target field needs to match the actual field of the source file. the field info of the target data. Gets the type of the vector dataset. Gets the count of the features of the imported vector dataset. The ImportDataInfoSHP class which which provides methods and properties of importing the *.shp files of ArcView.This class inherits from the ImportDataInfo class. Gets the information of fields of the source data. The information of the original fields of the data. Gets the target field info of the data. the field info of the target data. Sets the exported target field information. The definition of the imported target field needs to match the actual field of the source SHP file. the field info of the target data.Sets whether the specified field will be imported.the specified name of the field.Whether to exclude the field.True, if the conversion is successful; Otherwise,false.the index positions of the specified two elements of the exchange field info collectionthe field name to be exchanged.The field name to be exchanged.Returns true if successful; Otherwise returns false. Sets the exported target field information. The definition of the imported target field needs to match the actual field of the source file. the field info of the target data. Gets the type of the imported vector data. Gets the count of the features of the imported vector dataset. The ImportDataInfoSIT class, which provides the information of the imported SIT data. This class is inhertied from the ImportDataInfo. Gets the width of the image data in pixels. Gets the height of the image data in pixels. Gets the pixel format of the image data. Gets the resolution of the image data in pixels. The ImportDataInfoTAB class which provides methods and properties of importing the *.tab files of MapInfo.This class inherits from the ImportDataInfo class. Gets the target field info of the data. the field info of the target data. Sets the exported target field information. The definition of the imported target field needs to match the actual field of the source TAB file. the field info of the target data.Modifies the name of the field.The original name.The new name.Whether the conversion was successful.Sets whether the specified field will be imported.the specified name of the field.Whether to exclude the field.True, if the conversion is successful; Otherwise,false.the index positions of the specified two elements of the exchange field info collectionthe field name to be exchanged.The field name to be exchanged.Returns true if successful; Otherwise returns false. Sets the exported target field information. The definition of the imported target field needs to match the actual field of the source file. the field info of the target data. Gets the type of the imported vector data. Gets the count of the features of the imported vector dataset. The ImportDataInfoTEMSBuildingVector class. It inherits from ImportDataInfo class. Gets the target field info of the data. the field info of the target data. Sets the exported target field information. The definition of the imported target field needs to match the actual field of the source TEMSBuildingVector file. the field info of the target data. Gets the information of fields of the source data. The information of the original fields of the data. Gets the type of the source vector dataset. Gets the count of the features of the imported vector dataset. It is the info class for TEMSClutter class. It inherits from ImportDataInfo class. Gets the width of the image data in pixels. Gets the height of the image data in pixels. Gets the pixel format of the image data. Gets the resolution of the image data in pixels. The ImportDataInfoTEMSTEXT class. It inherits from ImportDataInfo class. Gets the target field info of the data. The field info of the data. Sets the exported target field information. The definition of the imported target field needs to match the actual field of the source TEMSTextLabels file. the field info of the target data. Gets the information of fields of the source data. The information of the original fields of the data. Gets the type of the source vector dataset. Gets the count of the features of the imported vector dataset. The ImportDataInfoTEMSVector class. It inherits from ImportDataInfo class. Gets the target field info of the data. the field info of the target data. Sets the exported target field information. The definition of the imported target field needs to match the actual field of the source TEMSVector file. the field info of the target data. Gets the information of fields of the source data. The information of the original fields of the data. Gets the type of the source vector dataset. Gets the count of the features of the imported vector dataset. The ImportDataInfoTIF class. This class inherits from the ImportDataInfo class. Gets the width of the image data in pixels. Gets the height of the image data in pixels. Gets the pixel format of the image data. Gets the number of bands of the image data, for non-multiband data, it's 1. Gets the resolution of the image data in pixels. The ImportDataInfoUSGSDEM class. It inherits from the ImportDataInfo class. Gets the width of the of USGS-DEM data, in pixels. Gets the height of the of USGS-DEM data, in pixels. Gets the pixel format of the USGS-DEM data. Gets the resolution of the USGS-DEM data. Unit: pixels per meter. The ImportDataInfoVCT class.This class inherits from the ImportDataInfo class. Gets the field information of the imported source VCT file data. the field info of the source data. Gets the target field info of the data. the field info of the target data. Sets the exported target field information. The definition of the imported target field needs to match the actual field of the source VCT file. the field info of the target data. Modifies the field name of the specified field. the original field name of the specified field.the new field name of the specified field.a boolean, returns true if successful,otherwise returns false. Sets whether the specified field will be imported. the specified name of the field.whether to exclude the field.a boolean, returns true if successful, otherwise returns false. the index positions of the specified two elements of the exchange field info collection the field name to be exchanged.The field name to be exchanged.a boolean, true if exchanged successfully,otherwise false. Gets whether the specified field will be imported. the specified name of the field.A boolean, true if import the specified field, otherwise false. Gets the type of the vector dataset. Gets the count of the features of the imported vector dataset. Import information classes for GDAL Virtual (VRT) data. Inherited from the ImportDataInfo class. Get the width of the image data. The unit is pixels. Get the height of the image data. The unit is pixels. Get the pixel format of the image data. Get the resolution of the image data. Unit: pixels / meter. The ImportDataInfoWOR class. It inherits from the ImportDataInfo class. Gets or sets the original name dictionary of the dataset, Key is the original name of the dataset, Value is the name set by the user, users can delete a dictionary item, but cannot increase the number of items in the dictionary. Gets or sets the original name array of the map, Key is the original name of the map, Value is the name set by the user, users can delete a dictionary item, but cannot increase the number of items in the dictionary. Gets or sets the name of the imported target dataset. Gets the geographic bounds that contain all the elements of the import data. Gets the source file corresponding to the imported target dataset. The ImportMode enumeration class. This class provides the operation mode when the specified name of the imported data existed already. Modify the name of the target object before import if there is conflict in the names. Overwrite if there is name conflict. Appends the dataset if the specified name of the imported data existed already. Appends if the type or the construction is not identical with the existent data; false, otherwise. Provide SucceedSettings and FailedSettings the conversion setting of the tasks both succeed and failed. Gets the dataset name in the ImportSetting collection after it is imported successfully. The ImportSetting object imported successfully. The ImportSetting object must be a object got by the ImportResult.getSucceedSettings method.The name of the dataset. Gets the map name corresponding to the ImportSetting collection after it is imported successfully. The ImportSetting object imported successfully. The ImportSetting object must be a object got by the ImportResult.getSucceedSettings method.ImportSetting The corresponds map name. public void ImportSHPTest() { // 1.Create DatasourceConnectionInfo object DatasourceConnectionInfo info = new DatasourceConnectionInfo(); info.EngineType=EngineType.UDB; info.Server = @"E:\conversion\import\testimport.udb"; info.Alias = "testimport_udb"; info.Password=""; //2.Create importSettingSHP object, set the import path and the TargetDatasourceConnectionInfo String path = @"E:\conversion\test.shp"; ImportSettingSHP importSettingSHP = new ImportSettingSHP(); importSettingSHP.TargetDatasourceConnectionInfo = info; importSettingSHP.SourceFilePath = path; ImportDataInfos importDataInfos2 = importSettingSHP.GetTargetDataInfos(""); String[] names = PathManager.SetTagetDatasetName(importDataInfos2, "shp1"); importSettingSHP.SetTargetDataInfos(importDataInfos2); //3.Create DataImport object and set the importSettings object DataImport dataImport = new DataImport(); ImportSettings importSettings = dataImport.ImportSettings; importSettings.Add(importSettingSHP); dataImport.ImportSettings = importSettings; PathManager.deleteDatasets(info, names); //Import ImportResult result = dataImport.Run(); Assert.AreEqual(0, result.FailedSettings.Length); //Get the dataset name when imported successfully //Note that pass the imported succeedSetting, it can be got by ImportResult String[] SucceedName = result.GetSucceedDatasetNames(result.SucceedSettings[0]); Console.WriteLine(SucceedName); } Releases all resources that the objects occupy. Gets the ImportSetting settings of the successful tasks. Gets the import settings of the failed tasks.The user can get whether the count of the failed tasks is zero to determine whether imported successfully. The base class of all types of import settings, provide the public properties, methods for the import setting. The Constructor. Exports the current settings to the XML file for saving the imported parameter settings. This method is obsolete. The functionality is not provided any more.The exported XML content.Reads the settings from an external XML flow to facilitate the multiple conversions. This method is obsolete. The functionality is not provided any more.The XML content to be imported.Returns true if successfully modified; otherwise false.Gets the targetDataInfos, if set as a dataset (a CAD dataset, for example), the length of the array is 1, if set as a simple dataset or multiband dataset, the length of the array is not 1.Imports the prefix of the name of the dataset. No prefix added if it is null or empty string.Gets the targetDataInfos, the name prefix, EncodeType, and PrjCoordSys in the target dataset in the target dataset are assigned.Imports the prefix of the name of the dataset. No prefix added if it is null or empty string.The encode type of the imported dataset.The target coordinate system of the imported dataset.Sets target dataset information.The information of the settings of the dataset.Set the zoom factor.X scaling factor.Y scaling factor.Z scaling factor.Gets the coordinate system of the source data. Set the field value for the specified field name, the field must exist, and if it does not exist, the setting fails. the specified name of the field.The field value. Releases all resources that the object occupies. Gets or sets the character set type of the import data. It is not supported in SuperMap Objects .NET 6R(2012) SP2. Gets or sets the path of the data to import. Gets the type of the source file to be imported. This type should be corresponding to the instance type. For example, this property should be FileType.BMP for the ImportSettingBMP object. The default type is FileType.None Gets or sets the DatasourceConnectionInfo to import, create new datasource according to the targetConnectionInfo if there is no datasource. RAM datasource and database datasource will be supported. Gets or sets the encode type of the target dataset, its the encode type of the source data by default. Gets or sets the coordinate system of the target data. Gets or Sets the import mode if a dataset of the same name existed. The default mode is ImportMode.NoneGets or sets whether use the FME import mode.True means to use the FME import mode, which needs the FME license and only supports the importing of the file types supported by FME.False means not to use the FME import mode, which does not need the FME license, and only supports the importing of the file types not supported by FME.the default value is false. Gets or sets the datasource object to be imported. Gets or sets the file name of the target dataset. ArcInfo binary grid data importing. Constructs a new ImportSettingAiBinGrid object. Constructs a new ImportSettingAiBinGrid object according to given parameters. The specified ImportSettingAiBinGrid object. Constructs a new ImportSettingAiBinGrid object according to given parameters. source file path.The target DatasourceConnectionInfo object. Constructs a new ImportSettingAiBinGrid object according to given parameters. source file path.target datasource. Gets or sets whether to automatically build an image pyramid. The default is true, indicating that no image pyramid is built automatically. Gets or sets the ignored color mode when appending image data, including none mode, border scan mode, and ignore background mode. Gets or sets the color set values to ignore. Gets or sets whether to import to the grid dataset.The default value is false, represents importing it to image dataset. The ImportSettingBIL class , which provides the information of imported setting of the GIRD data.It inherits from ImportSetting class. Initializes a new instance of this ImportSettingBIL class. Initializes a new instance of the ImportSettingBIL class which is identical with the specified ImportSettingBIL object. the object used to initialize a new instance of the ImportSettingBIL class. Initializes a new ImportSettingBIL instance according to the specified parameters. the source file path of the specified BIL data to be imported.The specified target DatasourceConnectionInfo object. Initializes a new ImportSettingBIL instance according to the specified parameters. the source file path of the specified BIL data to be imported.the specified target datasource object to be imported. Gets or sets whether to automatically build an image pyramid. The default is false, indicating that no image pyramid is built for the image data. The default value is false. Gets or sets the IgnoreMode of BIL file. Gets or sets the color values to ignore. The ImportSettingBIP class, which provides the parameter setting of the BSQ grid data.It inherits from ImportSetting class. Initializes a new instance of this ImportSettingBIP class. Initializes a new instance of the ImportSettingBIP class which is identical with the specified ImportSettingBIP object. the object used to initialize a new instance of the ImportSettingBIP class. Initializes a new ImportSettingBIP instance according to the specified parameters. The path of the BIP data source file specified to be imported.The specified target DatasourceConnectionInfo object. Initializes a new ImportSettingBIP instance according to the specified parameters. The path of the BIP data source file specified to be imported.the specified target datasource object to be imported. Gets or sets whether to automatically build an image pyramid. The default is false, indicating that no image pyramid is built for the image data. The default value is false. Gets or sets the IgnoreMode of BIP grid data. Gets or sets the color values to ignore. The ImportSettingBMP class, which provides the information of imported setting of the BMP data.This class inherits from ImportSetting class. Initializes a new instance of this ImportSettingBMP class. Initializes a new instance of the ImportSettingBMP class which is identical with the specified ImportSettingBMP object. the object used to initialize a new instance of the ImportSettingBMP class. Initializes a new instance of the ImportSettingBMP class with the specified parameters. the specified source file path of the BMP format data.The specified target DatasourceConnectionInfo object to be imported. Initializes a new instance of the ImportSettingBMP class with the specified parameters. the specified source file path of the imported BMP data.The specified target datasource object to be imported. Gets or sets whether to import to Grid dataset.The default value is false, represents importing it as the original dataset type. the default value is false, that is import dataset to the original dataset type. Gets or sets whether to automatically build an image pyramid. The default is false, indicating that no image pyramid is built for the image data. The default value is false. Gets or sets the path of the coordinates of the images. The default value is String.Empty. Gets or sets MultiBandImportMode, import as several single band dataset, a single multiband dataset or a single band dataset. This interface is available only when there are FME license.The default value is Composite. Gets or sets the IgnoreMode of BMP file. Gets or sets the color values to ignore. The ImportSettingBSQ class, which provides the parameter setting of the BSQ grid data.It inherits from ImportSetting class. Initializes a new instance of this ImportSettingBSQ class. Initializes a new instance of the ImportSettingBSQ class which is identical with the specified ImportSettingBSQ object. the object used to initialize a new instance of the ImportSettingBSQ class. Initializes a new ImportSettingBSQ instance according to the specified parameters. The path of the BSQ data source file specified to be imported.The specified target DatasourceConnectionInfo object. Initializes a new ImportSettingBSQ instance according to the specified parameters. The path of the BSQ data source file specified to be imported.the specified target datasource object to be imported. Gets or sets whether to automatically build an image pyramid. The default is false, indicating that no image pyramid is built for the image data. The default value is false. Gets or sets the IgnoreMode of BSQ grid data. Gets or sets the color values to ignore. The ImportSettingCoverage class. It inherits from the ImportSetting class. Initializes a new instance of this ImportSettingCoverage class. The copy constructor, initializes a new instance of the ImportSettingCoverage class which is identical with the specified ImportSettingCoverage object. the object used to initialize a new instance of the ImportSettingCoverage class. Initializes a new instance of the ImportSettingCoverage class with the specified parameters. the specified source file path of the imported data with Coverage format.the specified imported target datasource. Initializes a new instance of the ImportSettingCoverage class with the specified parameters. the specified source file path of the imported data with Coverage format.the specified target DatasourceConnectionInfo object. Gets or sets the information of the spatial index. Gets or sets whether to ignore attribute information when import Coverage data. The default is false. The ImportSettingCSV class, which provides the information of imported setting of the CSV data.This class inherits from ImportSetting class. Constructs a new ImportSettingCSV object. Builds a new object that is the same with the given ImportSettingCSV object. The specified ImportSettingCSV object. Constructs a new ImportSettingCSV object according to given parameters. The specified source file path to be imported.The specified target connection information of the imported datasource. Constructs a new ImportSettingCSV object according to given parameters. The specified source file path to be imported.The specified target datasource to be imported. Set the specified fields to X, Y, or X, Y, Z coordinates, and if the conditions are met, a point or 3D point dataset is generated. Specifies the set of fields whose size is 2 or 3. Set the specified index to X, Y, or X, Y, Z coordinates, and if the conditions are met, a point or 3D point dataset is generated. Specifies the set of index whose size is 2 or 3. Sets the Geometry index position for the specified WKT string. The specified index. Gets or sets the spatial index of the imported dataset. Gets or sets the field separator in the source CSV file which needs to be imported. The default separator is comma. Gets or sets whether the stating line of the source CSV file is the field name. True, the field name is the field value of the CSV file starting line after imported; false, the field name imported are col0, col1, col2... colN-1. the default value is false. Sets or gets whether to import the null dataset The default value is false. Don't import the null dataset. the ImportSettingDBF class. It inherits from ImportSetting class Initializes a new instance of this ImportSettingDBF class. Initializes a new instance of the ImportSettingDB class which is identical with the specified ImportSettingDB object. The object used to initialize a new instance of the ImportSettingDBF class. Initializes a new instance of the ImportSettingDBF class with the specified parameters. The specified source file path of the imported data with DBF format. the specified target DatasourceConnectionInfo object to be imported. Initializes a new instance of the ImportSettingDBF class with the specified parameters. The specified source file path of the imported data with DBF format.The specified target datasource object. Sets or gets whether to import the null dataset The default value is false. Don't import the null dataset. The ImportSettingDGN class , which provides the information of imported setting of the GIRD data.It inherits from ImportSetting class. Initializes a new instance of this ImportSettingDGN class. Copy constructor, initializes a new instance of the ImportSettingDGN class which is identical with the specified ImportSettingDGN object. the object used to initialize a new instance of the importSettingDGN class. Initializes a new instance of the importSettingDGN class with the specified parameters. the source file path of the specified DGN data to be imported.the specified imported target datasource. Initializes a new instance of the importSettingDGN class with the specified parameters. the source file path of the specified DGN data to be imported.the specified target DatasourceConnectionInfo object. Initializes a new instance of the importSettingDGN class with the specified parameters. the source file path of the specified DGN data to be imported.the specified imported target datasource.whether to import with CAD format. Initializes a new instance of the importSettingDGN class with the specified parameters. the source file path of the specified DGN data to be imported.the specified target DatasourceConnectionInfo object.whether to import with CAD format. Gets or sets whether to import the DXF file to CAD dataset.The default value is true, represents importing it into CAD dataset, otherwise into the vector dataset. the default value is true, means import to CAD dataset. Gets or sets the information of the spatial index. Gets or sets whether to import cell objects to cell header. The default is false, that means import cell objects to formats other than cell header. True means replace the cell object with cell header objects. the default value is false, that is import the cell object in feature object except cell header. Gets or sets whether to merge the layers of source CAD dataset to the imported data, where the CAD data is stored with the layer.The default value is false, which represents merging all the layers to one CAD dataset; otherwise imported each layer to a corresponding CAD dataset. The default value is false, that means merge all the layer information to one CAD dataset. Gets or sets the style lookup table store path. the default store path is: [Installation directory]/Bin/resource/stmi.stt. Sets or gets whether to import the null dataset The default value is false. Don't import the null dataset. The ImportSettingDWG class, which provides the information of imported setting of the DXF of AutoCAD data.This class inherits from the ImportSetting class. Initializes a new instance of this ImportSettingDWG class. Initializes a new instance of the ImportSettingDWG class which is identical with the specified ImportSettingDWG object. the object used to initialize a new instance of the ImportSettingDWG class. Initializes a new instance of the ImportSettingDWG class with the specified parameters. the source file path of the specified DWG data to be imported.the specified target DatasourceConnectionInfo object. Initializes a new instance of the ImportSettingDWG class with the specified parameters. the source file path of the specified DWG data to be imported.the specified imported target datasource. Initializes a new instance of the ImportSettingDWG class with the specified parameters. the source file path of the specified DWG data to be imported.the specified target DatasourceConnectionInfo object.whether to import with CAD format. Initializes a new instance of the ImportSettingDWG class with the specified parameters. the source file path of the specified DWG data to be imported.the specified imported target datasource.whether to import with CAD format. Set the path to the shx font path. Font library path array. Gets or sets whether to import the DXF file to CAD dataset.The default value is true, represents importing it into CAD dataset, otherwise into the vector dataset. The default value is true. Gets or sets the information of the spatial index. Gets or sets whether to import symbol block to the point object or compound object. The default value is false, represents importing to as the compound object, otherwise point object. Gets or sets whether to ignore the width of Polyline, the default is false. Gets or sets the curve fitting precision, the default is 73. Gets or sets whether to import external data, that is some extra field after importing the CAD data like attribute table, the default is false, or append the external data to the default field. The extended array group code (1010 1020 1030) (1011 1021 1031) (1012 1022 1032) (1013 1023 1033). So if it appears 1010 1011 1012 1013, it will complete the group fields. Gets or sets whether to merge the layers of source CAD dataset to the imported data, where the CAD data is stored with the layer.The default value is false, which represents merging all the layers to one CAD dataset; otherwise imported each layer to a corresponding CAD dataset. Gets or sets whether to import invisible layers, the default is false. Invisible layers are the layer set as invisible in CAD. Gets or sets the style lookup table store path. the default store path is: [Installation directory]/Bin/resource/stmi.stt. Gets or sets whether to ignore the block attribute when import the data, the default is true, means ignore the block attribute. The default value is true, that is ignore block attribute when importing. Gets or sets whether to import to a 3D dataset. the default value is false. Gets or sets whether to keep the parametric part of Acad data. The default value is false. Gets or sets whether to import custom fields and attribute fields as extension records. Sets or gets whether to import the null dataset The default value is false. Don't import the null dataset. The ImportSettingDXF class, which provides the information of imported setting of the DXF of AutoCAD data.This class inherits from the ImportSetting class. Initializes a new instance of this ImportSettingDXF class. Initializes a new instance of the ImportSettingDXF class which is identical with the specified ImportSettingDXF object. the object used to initialize a new instance of the ImportSettingDXF class. Initializes a new instance of the ImportSettingDXF class with the specified parameters. the source file path of the specified DXF data to be imported.the specified target DatasourceConnectionInfo object. Initializes a new instance of the ImportSettingDXF class with the specified parameters. the source file path of the specified DXF data to be imported.the specified imported target datasource. Initializes a new instance of the ImportSettingDXF class with the specified parameters. the source file path of the specified DWG data to be imported.the specified target DatasourceConnectionInfo object.whether to import with CAD format. Initializes a new instance of the ImportSettingDXF class with the specified parameters. the source file path of the specified DWG data to be imported.the specified imported target datasource.whether to import with CAD format. Set the path to the shx font path. Font library path array. Gets or sets whether to import the DXF file to CAD dataset.The default value is true, represents importing it into CAD dataset, otherwise into the vector dataset. The default value is true. Gets or sets the information of the spatial index. Gets or sets whether to import symbol block of DXF file to the point object or compound object.The default value is false, represents importing the point object, otherwise compound object. Gets or sets whether to ignore the width of Polyline, the default is false. Gets or sets the curve fitting precision, the default is 73. Gets or sets whether to import external data, that is some extra field after importing the CAD data like attribute table, the default is false, or append the external data to the default field. The extended array group code (1010 1020 1030) (1011 1021 1031) (1012 1022 1032) (1013 1023 1033). So if it appears 1010 1011 1012 1013, it will complete the group fields. Gets or sets whether to merge the layers of source CAD dataset to the imported data, where the CAD data is stored with the layer.The default value is false, which represents merging all the layers to one CAD dataset; otherwise imported each layer to a corresponding CAD dataset.Note: Supported only when imported as CAD data. Gets or sets whether to import invisible layers, the default is false. Invisible layers are the layer set as invisible in CAD. Gets or sets the style lookup table store path. the default store path is: [Installation directory]/Bin/resource/stmi.stt. Gets or sets whether to ignore the block attribute when import the data, the default is true, means ignore the block attribute. The default value is true, that is ignore block attribute when importing. Gets or sets whether to import to a 3D dataset. the default value is false. Gets or sets whether to keep the parametric part of Acad data. The default value is false. Gets or sets whether to import custom fields and attribute fields as extension records. Sets or gets whether to import the null dataset The default value is false. Don't import the null dataset. The ImportSettingE00 class. It inherits from the ImportSetting class. Initializes a new instance of this ImportSettingE00 class. Initializes a new instance of the ImportSettingE00 class which is identical with the specified ImportSettingE00 object. the object used to initialize a new instance of the importSettingE00 class. Initializes a new instance of the importSettingE00 class according to the specified parameters. the source file path of the specified E00 data to be imported.The specified target DatasourceConnectionInfo object. Initializes a new instance of the importSettingE00 class according to the specified parameters. the source file path of the specified E00 data to be imported.the specified target datasource object to be imported. Gets or sets the information of the spatial index. Gets or sets whether to ignore attribute information when import E00 data. The default is false. The ImportSettingECW class , which provides the information of imported setting of the GIRD data.It inherits from ImportSetting class. Initializes a new instance of this ImportSettingECW class. Initializes a new instance of the ImportSettingECW class which is identical with the specified ImportSettingECW object. the object used to initialize a new instance of the ImportSettingECW class. Initializes a new instance of the ImportSettingECW class with the specified parameters. source file path.The target DatasourceConnectionInfo object. Initializes a new instance of the ImportSettingECW class with the specified parameters. The source file path of the specified ECW data to be imported.the specified imported target datasource. Gets or sets whether to import to Grid dataset.The default value is false, represents importing it as the original dataset type. the default value is false, that is import dataset to the original dataset type. Gets or sets MultiBandImportMode, import as several single band dataset, a single multiband dataset or a single band dataset. The default value is SingleBand. Gets or sets the IgnoreMode of ECW file. Gets or sets the color values to ignore. The ImportSettingFileGDBVector class.This class inherits from the ImportSetting class. Initializes a new instance of this ImportSettingGDBFVector class. The copy constructor, initializes a new instance of the ImportSettingGDBFVector class which is identical with the specified ImportSettingGDBFVector object. the object used to initialize a new instance of the ImportSettingGDBFVector class. Initializes a new instance of the ImportSettingGDBFVector class according to the specified parameters. the specified source file path of the imported data with GDB format.the specified imported target datasource. Initializes a new instance of the ImportSettingGDBFVector class according to the specified parameters. the specified source file path of the imported data with GDB format.the specified target DatasourceConnectionInfo object. Gets or sets the information of the spatial index. Gets or sets whether to ignore attribute information when import SDEVector data. The default is false. Sets or gets whether to import the null dataset The default value is false. Don't import the null dataset. The ImportSettingGBDEM class.It inherits from ImportSetting class. Initializes a new instance of this ImportSettingUSGSDEM class. Initializes a new instance of the ImportSettingGBDEM class which is identical with the specified ImportSettingGBDEM object. the object used to initialize a new instance of the ImportSettingGBDEM class. Initializes a new instance of the ImportSettingGBDEM class with the specified parameters. The path of the GB DEM data source file specified to be imported.The specified target DatasourceConnectionInfo object. Initializes a new instance of the ImportSettingGBDEM class with the specified parameters. The path of the GB DEM data source file specified to be imported.the specified target datasource object to be imported. Gets or sets whether to automatically build an image pyramid. The default is false, indicating that no image pyramid is built for the image data. The default value is false. Gets or sets the IgnoreMode of GB DEM data file. Gets or sets the color values to ignore. The ImportSettingGeoJson class.It inherits from ImportSetting class. Initializes a new instance of this ImportSettingGeoJson class. Copy constructor, initializes a new instance of the ImportSettingGeoJson class which is identical with the specified ImportSettingGeoJson object. the object used to initialize a new instance of the importSettingGeoJson class. Initializes a new instance of the ImportSettingGeoJson class with the specified parameters. the source file path of the specified GeoJson data to be imported.the specified target DatasourceConnectionInfo object. Initializes a new instance of the ImportSettingGeoJson class with the specified parameters. the source file path of the specified GeoJson data to be imported.the specified imported target datasource. Sets or gets whether to import the null dataset The default value is false. Don't import the null dataset. Gets or sets the export mode. true, if a CAD dataset is imported, otherwise the corresponding simple vector dataset will be imported. Import mode, that is, the target dataset type, defaults to true, that is, into a CAD dataset, otherwise it is a simple vector dataset of the data type. The ImportSettingGIF class, which provides the information of imported setting of the GIF data.This class inherits from ImportSetting class. Initializes a new instance of this ImportSettingGIF class. Initializes a new instance of the ImportSettingGIF class which is identical with the specified ImportSettingGIF object. the object used to initialize a new instance of the ImportSettingGIF class. Initializes a new instance of the ImportSettingGIF class with the specified parameters. the specified source file path of the target data with GIF format.The specified target DatasourceConnectionInfo object to be imported. Initializes a new instance of the ImportSettingGIF class with the specified parameters. the source file path of the specified GIF data to be imported.the specified target datasource object to be imported. Gets or sets whether to import to the grid dataset.The default value is false, represents importing it to image dataset. The default is false. Gets or sets whether to automatically build an image pyramid. The default is false, indicating that no image pyramid is built for the image data. The default value is false. Gets or sets the path of the coordinates of the images. The default value is String.Empty. Gets or sets the IgnoreMode of GIF file. Gets or sets the color values to ignore. The ImportSettingGJB class.It inherits from ImportSetting class. Initializes a new instance of thisImportSettingGJB class. Copy constructor, initializes a new instance of the ImportSettingGJB class which is identical with the specified ImportSettingGJB object. the object used to initialize a new instance of the ImportSettingGJB class. Initializes a new instance of the ImportSettingGJB class with the specified parameters. The source file path of the specified GJB data to be imported.The specified target DatasourceConnectionInfo object. Initializes a new instance of the ImportSettingGJB class with the specified parameters. The source file path of the specified GJB data to be imported.the specified target datasource object to be imported.Set the layers to be imported.To import a layer name array. Sets or gets whether to import the null dataset The default value is false. Don't import the null dataset. Set or get spatial index information, and after the setting a spatial index will be created when importing . The default value is null. The ImportSettingGMLclass. It inherits from the ImportSetting class. Initializes a new instance of this ImportSettingGML class. Copy constructor, initializes a new instance of the ImportSettingGML class which is identical with the specified ImportSettingGML object. the object used to initialize a new instance of the importSettingGML class. Initializes a new instance of the ImportSettingGML class with the specified parameters. the source file path of the specified GML data to be imported.the specified imported target datasource. Initializes a new instance of the ImportSettingGML class with the specified parameters. the source file path of the specified GML data to be imported.the specified target DatasourceConnectionInfo object. Initializes a new instance of the ImportSettingGML class with the specified parameters. the source file path of the specified GML data to be imported.the specified target DatasourceConnectionInfo object.whether to import with CAD format. Gets or sets the information of the spatial index. Gets or sets whether to ignore attribute information when import GML data. The default is false. Gets or sets whether to import the DXF file to CAD dataset.The default value is true, represents importing it into CAD dataset, otherwise into the vector dataset. Gets or sets whether to merge the layers of source CAD dataset to the imported data, where the CAD data is stored with the layer.The default value is false, which represents merging all the layers to one CAD dataset; otherwise imported each layer to a corresponding CAD dataset. The default value is false, that means merge all the layer information to one CAD dataset. Sets or gets whether to import the null dataset The default value is false. Don't import the null dataset. The ImportSettingGMOGC Geopackage class. It inherits from the ImportSetting class. Initializes a new instance of the ImportSettingGPKG class. Copy constructor, initializes a new instance of the ImportSettingGPKG class which is identical with the specified ImportSettingGPKG object. the object used to initialize a new instance of the ImportSettingGPKG class. Initializes a new instance of the ImportSettingGPKG class with the specified parameters. The source file path of the specified Geopackage data to be imported.The specified target DatasourceConnectionInfo object. Initializes a new instance of the ImportSettingGPKG class with the specified parameters. The source file path of the specified Geopackage data to be imported.the specified target datasource object to be imported. Gets or sets the spatial index information of the imported Geopackage data. Gets or sets whether or not to ignore the attribute information of the data when importing Geopackage vector format data. The default is false, that does not ignore the data attributes. The default value is false. Sets or gets whether to import the null dataset The default value is false. Don't import the null dataset. The ImportSettingGRD class , which provides the information of imported setting of the GIRD data.It inherits from ImportSetting class. Initializes a new instance of this ImportSettingGRD class. Initializes a new instance of the ImportSettingGRD class which is identical with the specified ImportSettingGRD object. the object used to initialize a new instance of the ImportSettingGRD class. Initializes a new instance of the ImportSettingGRD class with the specified parameters. the source file path of the specified GRD data to be imported.The specified target DatasourceConnectionInfo object. Initializes a new instance of the ImportSettingGRD class with the specified parameters. the source file path of the specified GRD data to be imported.The specified target datasource object to be imported. Gets or sets whether to automatically build an image pyramid. The default is false, indicating that no image pyramid is built for the image data. The default value is false. Gets or sets the IgnoreMode of GRD file. Gets or sets the color values to ignore. The ImportSettingModelGrib1 and mportSettingModelGrib2 inherits from the ImportSetting class. Initializes a new instance of this ImportSettingGRIB class. Initializes a new instance of the ImportSettingGRIB class which is identical with the specified ImportSettingGRD object. the object used to initialize a new instance of the ImportSettingGRIB class. Initializes a new instance of the ImportSettingGRIB class with the specified parameters. source file path.The target DatasourceConnectionInfo object. Initializes a new instance of the ImportSettingGRIB class with the specified parameters. The source file path of the specified GRIB data to be imported.the specified imported target datasource. Gets or sets whether to import to Grid dataset.The default value is false, represents importing it as the original dataset type. the default value is false, that is import dataset to the original dataset type. Gets or sets whether to automatically build an image pyramid. The default is false, indicating that no image pyramid is built for the image data. The default value is false. Get or set multi-band import mode, can be imported into multiple single-band data sets or a single multi-band data set. The default value is SingleBand. Gets or sets the pattern of Grib1 and Grib2 meteorological data files that ignore color values. Gets or sets the color values to ignore. The ImportSettingIMG class, which provides the information of imported setting of the IMG data.This class inherits from ImportSetting class. Initializes a new instance of this ImportSettingIMG class. Initializes a new instance of the ImportSettingIMG class which is identical with the specified ImportSettingIMG object. The object used to initialize a new instance of the ImportSettingIMG class. Initializes a new instance of the ImportSettingIMG class with the specified parameters. the specified source file path of the GIF format data.The specified target DatasourceConnectionInfo object to be imported. Initializes a new instance of the ImportSettingIMG class with the specified parameters. the specified source file path of the GIF format data.The specified imported target datasource. Gets or sets whether to import to Grid dataset.The default value is false, represents importing it as the original dataset type. the default value is false, that is import dataset to the original dataset type. Gets or sets whether to automatically build an image pyramid. The default is false, indicating that no image pyramid is built for the image data. The default value is false. Gets or sets MultiBandImportMode, import as several single band dataset, a single multiband dataset or a single band dataset. The default value is SingleBand. Gets or sets the IgnoreMode of Erdas Image file. Gets or sets the color values to ignore. The ImportSettingJP2 class. It inherits from ImportSetting class. Initializes a new instance of this ImportSettingJP2 class. Initializes a new instance of the ImportSettingJP2 class which is identical with the specified ImportSettingJP2 object. The object used to initialize a new instance of the ImportSettingJP2 class. Initializes a new instance of the ImportSettingJP2 class with the specified parameters. source file path.The target DatasourceConnectionInfo object. Initializes a new instance of the ImportSettingJP2 class with the specified parameters. The source file path of the specified JP2 data to be imported.the specified imported target datasource. Gets or sets whether to import to a 3D dataset. the default value is false, that is import dataset to the original dataset type. Gets or sets the IgnoreMode of JP2 file. Gets or sets the color values to ignore. The ImportSettingJPG class , which provides the information of imported setting of the JPG data.This class inherits from ImportSetting class. Initializes a new instance of this ImportSettingJPG class. Initializes a new instance of the ImportSettingJPG class which is identical with the specified ImportSettingJPG object. the object used to initialize a new instance of the ImportSettingJPG class. Initializes a new instance of the ImportSettingJPG class with the specified parameters. The specified source file path of the target data with JPG format.The specified target DatasourceConnectionInfo object to be imported. Initializes a new instance of the ImportSettingJPG class with the specified parameters. the source file path of the specified JPG data to be imported.The specified target datasource object to be imported. Gets or sets whether to import to Grid dataset.The default value is false, represents importing it as the original dataset type. the default value is false, that is import dataset to the original dataset type. Gets or sets whether to automatically build an image pyramid. The default is false, indicating that no image pyramid is built for the image data. The default value is false. Gets or sets the path of the coordinates of the images. The default value is String.Empty. Gets or sets MultiBandImportMode, import as several single band dataset, a single multiband dataset or a single band dataset. This interface is available only when there are FME license.The default value is Composite. Gets or sets the IgnoreMode of JPG file. Gets or sets the color values to ignore. This class inherits from ImportSetting class. Initializes a new instance of this ImportSettingKML class. Initializes a new instance of the ImportSettingKML class which is identical with the specified ImportSettingKML object. The object used to initialize a new instance of the ImportSettingKML class. Initializes a new instance according to the specified parameters. The source file path of the specified KML data to be imported. The specified target DatasourceConnectionInfo object. Initializes a new instance according to the specified parameters. The source file path of the specified KML data to be imported. The specified target DatasourceConnectionInfo object. The import mode. true, if a CAD dataset is imported, otherwise the corresponding simple vector dataset will be imported. Initializes a new instance according to the specified parameters. The source file path of the specified KML data to be imported. The imported target datasource. The import mode. true, if a CAD dataset is imported, otherwise the corresponding simple vector dataset will be imported. Gets or sets the mode of importing.Default value is true, this is importingCADdataset, otherwise the corresponding simple vector dataset will be imported. Gets or sets whether the invisible object is ignored. Default value is false, this is the invisible object is imported. Sets or gets whether to import the null dataset The default value is false. Don't import the null dataset. The ImportSettingKMZ class. This class is inherited from the ImportSetting class. Initializes a new instance of this ImportSettingKMZ class. Initializes a new instance of the ImportSettingKMZ class which is identical with the specified ImportSettingKMZ object. The object used to initialize a new instance of the ImportSettingKMZ class. Initializes a new instance of the ImportSettingKMZ class with the specified parameters. the path of the specified KMZ format data source file.The specified target DatasourceConnectionInfo object. Initializes a new instance of the ImportSettingKMZ class with the specified parameters. the path of the specified KMZ format data source file.The specified target DatasourceConnectionInfo object.The import mode. true, if a CAD dataset is imported, otherwise the corresponding simple vector dataset will be imported. Initializes a new instance of the ImportSettingKMZ class with the specified parameters. the path of the specified KMZ format data source file.The imported target datasource.The import mode. true, if a CAD dataset is imported, otherwise the corresponding simple vector dataset will be imported. Gets or sets the export mode. true, if a CAD dataset is imported, otherwise the corresponding simple vector dataset will be imported. Gets or sets whether the invisible object is ignored. Default value is false, this is the invisible object is imported. Sets or gets whether to import the null dataset The default value is false. Don't import the null dataset. The ImportSettingLIDAR class. Only supports the importing of LIDAR data in ASCII format. It inherits from the ImportSetting class. Initializes a new instance of this ImportSettingLIDAR class. Initializes a new instance of the ImportSettingLIDAR class which is identical with the specified ImportSettingLIDAR object. the object used to initialize a new instance of the ImportSettingLIDAR class. Initializes a new instance of the ImportSettingLIDAR class with the specified parameters. The path of the ImportSettingLIDAR data source file specified to be imported.The specified target DatasourceConnectionInfo object. Initializes a new instance of the ImportSettingLIDAR class with the specified parameters. The path of the ImportSettingLIDAR data source file specified to be imported.the specified target datasource object to be imported. Gets or sets whether to import to a 3D dataset. the default value is false. Gets or sets whether to ignore the block attribute when import the data, the default is true, means ignore the block attribute. The default is true. Gets or sets the information of the spatial index. The ImportSettingMAPGIS class. The class inherits from ImportSetting class. Initializes a new instance of this ImportSettingMAPGIS class. Initializes a new instance of the ImportSettingMAPGIS class which is identical with the specified ImportSettingMAPGIS object. The object used to initialize a new instance of the ImportSettingMAPGIS class. Initializes a new instance of the class according to the specified parameters. The source file path of the specified MAPGIS data to be imported. The specified target datasource connection information object. Initializes a new instance of the class according to the specified parameters. The source file path of the specified MAPGIS data to be imported. The specified target datasource connection information object. The specified import mode, namely the target data set types. The true means to import to CAD data set; the false means to import to a simple vector data set. Initializes a new instance of the class according to the specified parameters. The source file path of the specified MAPGIS data to be imported. The specified target datasource to be imported. The specified import mode, namely the target data set types. The true means to import to CAD data set; the false means to import to a simple vector data set. Gets or sets the export mode. true, if a CAD dataset is imported, otherwise the corresponding simple vector dataset will be imported. Sets or gets whether to import the network dataset Gets or sets the color index file path when import MAPGIS data, the default file path is MapGISColor.wat in the system path. The ImportSettingMIF class, which provides the information of imported setting of the MIF data.It inherits from the ImportSetting class. Initializes a new instance of this ImportSettingMIF class. Initializes a new instance of the ImportSettingMIF class which is identical with the specified ImportSettingMIF object. the object used to initialize a new instance of the ImportSettingMIF class. Initializes a new instance of the ImportSettingMIF class with the specified parameters. the source file path of the specified MIF data to be imported.The specified target DatasourceConnectionInfo object. Initializes a new instance of the ImportSettingMIF class with the specified parameters. the source file path of the specified MIF data to be imported.The specified imported target datasource. Gets or sets the mode of importing the MIF file, the format of the output dataset.The default value is true, represents importing it to CAD dataset, otherwise to the vector dataset. The default value is true. Gets or sets the spatial index information of the imported MIF data. Gets or sets whether to ignore attributes when import MIF data, including vector attribute information and raster attribute table. The default is false. The default value is false. Gets or sets the style lookup table file path. the default store path is: [Installation directory]/Bin/resource/stmi.stt. The ImportSettingModelDXF inherits from the ImportSetting class. Initializes a new instance of this ImportSettingModelDXF class. Initializes a new instance of the ImportSettingModelDXF class which is identical with the specified ImportSettingModelDXF object. The object used to initialize a new instance of the ImportSettingModelDXF class. Initializes a new ImportSettingModelDXF instance according to the specified parameters. The path of the DXF 3D model file to import.the specified target DatasourceConnectionInfo object. Initializes a new ImportSettingModelOSG instance according to the specified parameters. The path of the DXF 3D model file to import.the specified target datasource object to be imported. Gets or sets the position of the model to import. Gets or sets the schema that imports the ModelDXF format data (currently the ModelDXF model data only supports importing the model dataset,and does not support importing as a CAD dataset, and fails if the import is true). The default value is false, which is imported as a model dataset, otherwise it is a CAD dataset. Gets or sets whether to import ModelDXF format data for scatter storage, that is, each Geode in Mode is stored as a GeoMode3D object. The default value is false. The ImportSettingModelFBX inherits from the ImportSetting class. Initializes a new instance of this ImportSettingModelFBX class. Initializes a new instance of the ImportSettingModelFBX class which is identical with the specified ImportSettingModelFBX object. The object used to initialize a new instance of the ImportSettingModelFBX class. Initializes a new ImportSettingModelFBX instance according to the specified parameters. The path of the FBX 3D model file to import.the specified target DatasourceConnectionInfo object. Initializes a new ImportSettingModelOSG instance according to the specified parameters. The path of the FBX 3D model file to import.the specified target datasource object to be imported. Gets or sets the position of the model to import. Gets or sets the schema that imports the ModelFBX format data (currently the ModelFBX model data only supports importing the model dataset,and does not support importing as a CAD dataset, and fails if the import is true). The default value is false, which is imported as a model dataset, otherwise it is a CAD dataset. Gets or sets whether to import ModelFBX format data for scatter storage, that is, each Geode in Mode is stored as a GeoMode3D object. The default value is false. The ImportSettingModelFLT inherits from the ImportSetting class. Initializes a new instance of this ImportSettingModelFLT class. Initializes a new instance of the ImportSettingModelFLT class which is identical with the specified ImportSettingModelFLT object. The object used to initialize a new instance of the ImportSettingModelFLT class. Initializes a new ImportSettingModelFLT instance according to the specified parameters. The path of the FLT 3D model file to import.the specified target DatasourceConnectionInfo object. Initializes a new ImportSettingModelOSG instance according to the specified parameters. The path of the FLT 3D model file to import.the specified target datasource object to be imported. Gets or sets the position of the model to import. Gets or sets the schema that imports the ModelFLT format data (currently the ModelFLT model data only supports importing the model dataset,and does not support importing as a CAD dataset, and fails if the import is true). The default value is false, which is imported as a model dataset, otherwise it is a CAD dataset. Gets or sets whether to import ModelFLT format data for scatter storage, that is, each Geode in Mode is stored as a GeoMode3D object. The default value is false. The ImportSettingModelOSG inherits from the ImportSetting class. Initializes a new instance of this ImportSettingModelOSG class. Initializes a new instance of the ImportSettingModelOSG class which is identical with the specified ImportSettingModelOSG object. The object used to initialize a new instance of the ImportSettingModelOSG class. Initializes a new ImportSettingModelOSG instance according to the specified parameters. The path of the OSG/OSGB 3D model file to import.The specified target DatasourceConnectionInfo object. Initializes a new ImportSettingModelOSG instance according to the specified parameters. The path of the OSG/OSGB 3D model file to import.the specified target datasource object to be imported. Gets or sets the position of the model to import. Gets or sets the schema that imports the ModelOSG format data (currently the ModelOSGmodel data only supports importing the model dataset,and does not support importing as a CAD dataset, and fails if the import is true). The default value is false, which is imported as a model dataset, otherwise it is a CAD dataset. Gets or sets whether to import ModelOSG format data for scatter storage, that is, each Geode in Mode is stored as a GeoMode3D object. The default value is false.                                   Parameter setting class for S3M 3D model file import. Inherited from the ImportSetting class.                                                         The default constructor constructs a new ImportSettingModelS3M object.                                                         The copy constructor constructs a new object identical to the given ImportSettingModelS3M object.                          The object used to initialize a new instance of ImportSettingModelS3M.                                            Constructs a new instance of the ImportSettingModelS3M class based on the specified parameters.                          Specify the path to the imported S3M 3D model file.             Specifies the imported target data source connection information object.                                            Constructs a new instance of the ImportSettingModelS3M class based on the specified parameters.                          Specify the path to the imported S3M 3D model file.             Specifies the imported target data source object.                                            Gets or sets whether to import the ModelS3M format data to break up storage, that is, each Geode in Mode is stored as a GeoMode3D object.                                                         Gets or sets the mode for importing data in ModelS3M format. (Currently ModelS3M model data only supports importing model datasets. Importing to CAD datasets is not supported. If set to true, import will fail).                                                Gets or sets the anchor point of the imported model.                                                                      Parameter setting class for S3MB 3D model file import. Inherited from the ImportSetting class.                                                         The default constructor constructs a new ImportSettingModelS3MB object.                                                         The copy constructor constructs a new object identical to the given ImportSettingModelS3MB object.                          The object used to initialize a new instance of ImportSettingModelS3MB.                                            Constructs a new instance of the ImportSettingModelS3MB class based on the specified parameters.                          Specify the path to the imported S3MB 3D model file.             Specifies the imported target data source connection information object.                                            Constructs a new instance of the ImportSettingModelS3MB class based on the specified parameters.                          Specify the path to the imported S3MB 3D model file.             Specifies the imported target data source object.                                            Gets or sets whether to import the ModelS3MB format data to break up storage, that is, each Geode in Mode is stored as a GeoMode3D object.                                                         Get or set the mode for importing data in ModelS3MB format. (Currently ModelS3M model data only supports importing model datasets. Importing to CAD datasets is not supported. If set to true, import will fail).                                                         Gets or sets the anchor point of the imported model.                                                          The ImportSettingModelX inherits from the ImportSetting class. Initializes a new instance of this ImportSettingModelX class. Initializes a new instance of the ImportSettingModelX class which is identical with the specified ImportSettingModelX object. The object used to initialize a new instance of the ImportSettingModelX class. Initializes a new ImportSettingModelX instance according to the specified parameters. The path of the X 3D model file to import.the specified target DatasourceConnectionInfo object. Initializes a new ImportSettingModelOSG instance according to the specified parameters. The path of the X 3D model file to import.the specified target datasource object to be imported. Gets or sets the position of the model to import. Gets or sets the mode of importing the ModelX file, the format of the import dataset.The default value is false, represents importing it to simple vector dataset, otherwise to the CAD dataset. The default value is false. Gets or sets whether to import ModelX format data for scatter storage, that is, each Geode in Mode is stored as a GeoMode3D object. The default value is false. The ImportSettingMrSID class. It inherits from ImportSetting class. Initializes a new instance of this ImportSettingMrSID class. Initializes a new instance of the ImportSettingMrSID class which is identical with the specified ImportSettingMrSID object. The object used to initialize a new instance of the ImportSettingMrSID class. Initializes a new instance of ImportSettingMrSID class according to the specified parameters. source file path.The target DatasourceConnectionInfo object. Initializes a new instance of ImportSettingMrSID class according to the specified parameters. The source file path of the specified MrSID data to be imported.the specified imported target datasource. Gets or sets whether to import to Grid dataset.The default value is false, represents importing it as the original dataset type. the default value is false, that is import dataset to the original dataset type. Gets or sets MultiBandImportMode, import as several single band dataset, a single multiband dataset or a single band dataset. The default value is SingleBand. Gets or sets the IgnoreMode of MrSID file. Gets or sets the color values to ignore. The ImportSettingOrange Tab Geopackage class. It inherits from the ImportSetting class. Initializes a new instance of this ImportSettingOrangeTab class. Copy constructor, initializes a new instance of the ImportSettingOrangeTab class which is identical with the specified ImportSettingOrangeTab object. the object used to initialize a new instance of the ImportSettingOrangeTab class. Initializes a new instance of the ImportSettingOrangeTab class with the specified parameters. The source file path of the specified Orange Tab data to be imported.The specified target DatasourceConnectionInfo object. Initializes a new instance of the ImportSettingOrangeTab class with the specified parameters. The source file path of the specified Orange Tab data to be imported.the specified target datasource object to be imported. Set the specified fields to X, Y, or X, Y, Z coordinates, and if the conditions are met, a point or 3D point dataset is generated. Specifies the set of fields whose size is 2 or 3. Gets or sets the spatial index information of the imported Orange Tab data. Gets or sets whether or not to ignore the attribute information of the data when importing Orange Tab vector format data. The default is false, that does not ignore the data attributes. The default value is false. Sets or gets whether to import the null dataset The default value is false. Don't import the null dataset. Parameter setting class for the OSM file import. from ImportSetting 类。 The default constructor is to construct a new ImportSettingOSM object. Copy the constructor and construct a new object that is exactly the same as the given ImportSettingOSM object. The object used to initialize the new instance of the ImportSettingOSM. Construct a new instance of the ImportSettingOSM class based on the specified parameters. Specifies the path to the source file of the imported OSM format data.The target data source for the specified import connects to the information object. Get the resolution of the image data. Unit: pixels / meter. The path to the specified source file for the imported OSM format data.The specified imported target datasource object. Personal Geodatabase vector import parameter class. Inherited from the ImportSetting class. The default constructor constructs a new ImportSettingPersonalGDBVector object. The copy constructor constructs a new object identical to the given ImportSettingPersonalGDBVector object. The object used to initialize a new instance of ImportSettingPersonalGDBVector. Constructs a new instance of the ImportSettingPersonalGDBVector class based on the specified parameters. Specifies the path to the source file of the imported Personal Geodatabase format data. The specified target data source link information object for the import. Constructs a new instance of the ImportSettingPersonalGDBVector class based on the specified parameters. Specifies the path to the source file of the imported PersonalGDBVector format data. Specifies the target datasource for the import. Set whether to import 3D data into 2D data The default is false. The ImportSettingPNG class. It inherits from the ImportSetting class. Initializes a new instance of this ImportSettingPNG class. Initializes a new instance of the importSettingPNG class which is identical with the specified ImportSettingPNG object. the object used to initialize a new instance of the ImportSettingPNG class. Initializes a new instance of the ImportSettingPNG class with the specified parameters. the source file path of the specified PNG data to be imported.The specified target DatasourceConnectionInfo object. Initializes a new instance of the ImportSettingPNG class with the specified parameters. the source file path of the specified PNG data to be imported.The specified imported target datasource. Gets or sets whether to import to Grid dataset.The default value is false, represents importing it as the original dataset type. the default value is false, that is import dataset to the original dataset type. Gets or sets whether to automatically build an image pyramid. The default is false, indicating that no image pyramid is built for the image data. The default value is false. Gets or sets the path of the coordinates of the images. The default value is String.Empty. Gets or sets MultiBandImportMode, import as several single band dataset, a single multiband dataset or a single band dataset. This interface is available only when there are FME license.The default value is Composite. Gets or sets the IgnoreMode of Portal Network Graphic(PNG) file. Gets or sets the color values to ignore. The ImportSettingRAW class, which provides the information of imported setting of the RAW data. This class inherits from ImportSetting class. Initializes a new instance of this ImportSettingRAW class. Initializes a new instance of the ImportSettingRAW class which is identical with the specified ImportSettingRAW object. the object used to initialize a new instance of the ImportSettingRAW class. Initializes a new instance of the ImportSettingRAW class with the specified parameters. the source file path of the specified RAW data to be imported.The specified target DatasourceConnectionInfo object. Initializes a new instance of the ImportSettingRAW class with the specified parameters. the source file path of the specified RAW data to be imported.The specified target datasource object to be imported. Gets or sets whether to automatically build an image pyramid. The default is false, indicating that no image pyramid is built for the image data. The default value is false. Gets or sets the IgnoreMode of RAW file. Gets or sets the color values to ignore. The ImportSettings class which is the collection of the ImportSetting object. The ImportSetting object is the item of the ImportSettings object. Add a specific element to ImportSettings.the ImportSetting object to be added.The index of the added ImportSetting object.Add a specific element to ImportSettings at the given index.the index specified.The ImportSetting object to be added.True, if successful; Otherwise false.The item removed from ExportSettings at a specific index.The index of the TransferWeightFieldInfo to be removed.True, if successful; Otherwise false.Remove all the items from ImportSettings. Returns an enumerator that can iterate through the collection. Returns an enumerator that iterates through a collection. Gets the count of the elements in the given ImportSettings. Gets the ImportSetting object with specified index in the ImportSettings object. The specified index, which begins with 0. The ImportSettingSCV class. Constructs a new ImportSettingSCV object. Constructs an ImportSettingSCV class object which is identical with the given object. The given import setting class object of model dataset. The ImportSettingSDEVector class.This class inherits from the ImportSetting class. Initializes a new instance of this ImportSettingSDEVector class. The copy constructor, initializes a new instance of the ImportSettingSDEVector class which is identical with the specified ImportSettingSDEVector object. the object used to initialize a new instance of the importSettingSDEVector class. Initializes a new instance of the ImportSettingSDEVector class according to the specified parameters. the server name or IP.the database name.the user name of the data source.the password of the data source.the port number of the data source, it is usually “port:5151”. Initializes a new instance of the ImportSettingSDEVector class according to the specified parameters. the server name or IP.the database name.the user name of the data source.the password of the data source.the port number of the data source, it is usually “port:5151”.the specified target DatasourceConnectionInfo object. Initializes a new instance of the ImportSettingSDEVector class according to the specified parameters. the server name or IP.the database name.the user name of the data source.the password of the data source.the port number of the data source, it is usually “port:5151”.the specified imported target datasource. Initializes a new instance of the ImportSettingSDEVector class according to the specified parameters. the specified source file path of the imported data with ArcSDE vector format.the specified imported target datasource. Initializes a new instance of the ImportSettingSDEVector class according to the specified parameters. the specified source file path of the imported data with ArcSDE vector format.the specified target DatasourceConnectionInfo object. Gets or sets the server name or IP. Gets or sets SDE database name. Gets or sets the user name of the datasource. Gets or sets the password of the datasource. Gets or sets the port number of the data source, it is usually “port:5151”. Gets or sets the information of the spatial index. Gets or sets whether to ignore attribute information when import SDEVector data. The default is false. The default value is false. The ImportSettingSHP class. It inherits from the ImportSetting class. Initializes a new instance of this ImportSettingSHP class. Initializes a new instance of the ImportSettingSHP class which is identical with the specified ImportSettingSHP object. the object used to initialize a new instance of the ImportSettingSHP class. Initializes a new instance of the ImportSettingSHP class with the specified parameters. The source file path of the specified SHP data to be imported.The specified target DatasourceConnectionInfo object. Initializes a new instance of the ImportSettingSHP class with the specified parameters. The source file path of the specified SHP data to be imported.The specified imported target datasource. Gets or sets the information of the spatial index. Gets or sets whether to ignore attributes, including vector data attribute information and raster data attribute table. The default is false. Gets or sets whether to import to a 3D dataset. the default value is false. Sets or gets whether to import the null dataset The default value is false. Don't import the null dataset. The ImportDataInfoSIT class, which provides the information of the imported SIT data. This class is inhertied from the ImportSetting class. Initializes a new instance of this ImportSettingSIT class. Initializes a new instance of the ImportSettingSIT class which is identical with the specified ImportSettingSIT object. the object used to initialize a new instance of the ImportSettingSIT class. Initializes a new instance of the ImportSettingSIT class with the specified parameters. The source file path of the specified SIT data to be imported.The specified target DatasourceConnectionInfo object. Initializes a new instance of the ImportSettingSIT class with the specified parameters. The source file path of the specified SIT data to be imported.The specified target datasource object to be imported. Gets or sets the password of the SIT data. Gets or sets the IgnoreMode of SIT file. Gets or sets the color values to ignore. Gets or sets whether to import to Grid dataset.The default value is false, represents importing it as the original dataset type. the default value is false, that is import dataset to the original dataset type. Gets or sets MultiBandImportMode, import as several single band dataset, a single multiband dataset or a single band dataset. The default value is SingleBand.                                   The SketchUp data import settings class supports importing data from the .skp format into a data source.                                                         The default constructor constructs a new SketchUp data import settings class object.                                                         The copy constructor constructs a new object identical to the given ImportSettingSKP object.                                                                      Constructs a new SketchUp data import settings class object based on the specified parameters.                           source data, the file format is .skp.             Target data source.                                            Constructs a new SketchUp data import settings class object based on the specified parameters.                           source data, the file format is .skp.             Specify the imported data source connection information                                 The ImportSettingTAB class, which provides the information of imported setting of the TAB data. It inherits from the ImportSetting class.Only two kinds of TAB files are supported which the attribute are save as .dat or .dbf format. Initializes a new instance of this ImportSettingTAB class. Initializes a new instance of the ImportSettingTAB class which is identical with the specified ImportSettingTAB object. the object used to initialize a new instance of the ImportSettingTAB class. Initializes a new instance of the ImportSettingTAB class with the specified parameters. the specified source file path of the imported data with TAB format.The specified target DatasourceConnectionInfo object to be imported. Initializes a new instance of the ImportSettingTAB class with the specified parameters. The specified source file path of the imported data with TAB format.The specified imported target datasource. Gets or sets whether to import the *.tab file to CAD dataset.The default value is true, represents importing it to CAD dataset, otherwise to the vector dataset. The default value is true. Gets or sets the spatial index information of the imported data. Gets or sets whether to ignore attributes when import TAB data, including vector attribute information and raster attribute table. The default is false. The default value is false. Gets or sets the style lookup table file path. the default store path is: [Installation directory]/Bin/resource/stmi.stt. Sets or gets whether to import the null dataset The default value is false. Don't import the null dataset. The setting class for the TEMSBuildingVector class. It inherits from the ImportSetting class. Initializes a new instance of this ImportSettingTEMSBuildingVector class. Initializes a new instance of the ImportSettingTEMSBuildingVector class which is identical with the specified ImportSettingTEMSBuildingVector object. The object that is used to initialize a new instance of the ImportSettingTEMSBuildingVector. Initializes a new instance of the class according to the specified parameters. The specified source file path of the imported data with TEMSBuildingVector format.The specified target DatasourceConnectionInfo object to be imported. Initializes a new instance of the class according to the specified parameters. The specified source file path of the imported data with TEMSBuildingVector format.The specified target datasource object. Gets or sets the information of the spatial index. Sets or gets whether to import the null dataset The default value is false. Don't import the null dataset.                                    Set or get a split field by character                           The default value is false. Split by space, not divided by characters.                                The ImportSettingTEMSClutter class. It inherits from ImportSetting class. Initializes a new instance of this ImportSettingTEMSClutter class. Initializes a new instance of the ImportSettingTEMSClutter class which is identical with the specified ImportSettingTEMSClutter object. The object that is used to initialize a new instance of the ImportSettingTEMSClutter class. Initializes a new instance of the class according to the specified parameters. The specified source file path of the imported data with TEMSClutter format. The specified imported DatasourceConnectionInfo object. Initializes a new instance of the class according to the specified parameters. The specified source file path of the imported data with TEMSClutter format. The specified target datasource to be imported. Gets or sets whether to automatically build an image pyramid. The default is false, indicating that no image pyramid is built for the image data. The default value is false. the ImportSettingTEMSTEXT class. It inherits from ImportSetting class Initializes a new instance of this ImportSettingTEMSTextLabels class. Initializes a new instance of the ImportSettingTEMSTextLabels class which is identical with the specified ImportSettingJP2 object. The object that is used to initialize a new instance of the ImportSettingTEMSTextLabels. Initializes a new instance of the ImportSettingTEMSTextLabels class with the specified parameters. The specified source file path of the imported data withTEMSTextLabels format. the specified target DatasourceConnectionInfo object to be imported. Initializes a new instance of the ImportSettingTEMSTextLabels class with the specified parameters. The specified source file path of the imported data withTEMSTextLabels format.The specified target datasource object. Gets or sets the information of the spatial index. Sets or gets whether to import the null dataset The default value is false. Don't import the null dataset. the ImportSettingTEMSVector class. It inherits from ImportSetting class Initializes a new instance of this ImportSettingTEMSVector class. Initializes a new instance of the ImportSettingTEMSVector class which is identical with the specified ImportSettingTEMSVector object. The object that is used to initialize a new instance of the ImportSettingTEMSVector class. Initializes a new instance of the class according to the specified parameters. The specified source file path of the imported data with TEMSVector format. The specified target DatasourceConnectionInfo object to be imported. Initializes a new instance of the class according to the specified parameters. The specified source file path of the imported data with TEMSVector format.The specified target datasource object. Gets or sets the information of the spatial index. Sets or gets whether to import the null dataset The default value is false. Don't import the null dataset. The ImportSettingTIF class.It inherits from the ImportSetting class. Initializes a new instance of this ImportSettingTIF class. Initializes a new instance of the ImportSettingTIF class which is identical with the specified ImportSettingTIF object. The object used to initialize a new instance of the ImportSettingTIF class. Initializes a new instance of the ImportSettingTIF class with the specified parameters. source file path.The target DatasourceConnectionInfo object. Initializes a new instance of the ImportSettingTIF class with the specified parameters. The source file path of the specified TIF data to be imported.The specified imported target datasource. Gets or sets whether to import to Grid dataset.The default value is false, represents importing it as the original dataset type. the default value is false, that is import dataset to the original dataset type. Gets or sets whether to automatically build an image pyramid. The default is false, indicating that no image pyramid is built for the image data. The default value is false. Gets or sets the path of the coordinates file (WorldFile) of the images. Gets or sets MultiBandImportMode, import as several single band dataset, a single multiband dataset or a single band dataset. The default value is SingleBand. Gets or sets the IgnoreMode of Tiff/BigTIFF/GeoTIFF file. Gets or sets the color values to ignore. The ImportSettingUSGSDEM class, which provides the parameter setting of the BSQ grid data.It inherits from ImportSetting class. Initializes a new instance of this ImportSettingUSGSDEM class. Initializes a new instance of the ImportSettingUSGSDEM class which is identical with the specified ImportSettingUSGSDEM object. the object used to initialize a new instance of the ImportSettingUSGSDEM class. Initializes a new ImportSettingUSGSDEM instance according to the specified parameters. The path of the USGS DEM data to import.The specified target DatasourceConnectionInfo object. Initializes a new ImportSettingUSGSDEM instance according to the specified parameters. The path of the USGS DEM data to import.the specified target datasource object to be imported. Gets or sets whether to automatically build an image pyramid. The default is false, indicating that no image pyramid is built for the image data. The default value is false. Gets or sets the mode of ignore color value for USGS DEM data. Gets or sets the color values to ignore. The ImportSettingVCT class.It inherits from ImportSetting class. Initializes a new instance of this ImportSettingVCT class. Initializes a new instance of the ImportSettingVCT class which is identical with the specified ImportSettingVCT object. the object used to initialize a new instance of the ImportSettingVCT class. Initializes a new instance of the ImportSettingVCT class with the specified parameters. the source file path of the specified VCT data to be imported.the specified target DatasourceConnectionInfo object. Initializes a new instance of the ImportSettingVCT class with the specified parameters. the source file path of the specified VCT data to be imported.the specified target datasource object to be imported. Sets or gets whether to import the null dataset The default value is false. Don't import the null dataset. Parameter setting class for GDAL Virtual (VRT) file import. Inherited from the ImportSetting class. The default constructor constructs a new ImportSettingVRT object. The copy constructor constructs a new object identical to the given ImportSettingVRT object. The object used to initialize a new instance of ImportSettingVRT. Constructs a new instance of the ImportSettingVRT class based on the specified parameters. The specified source file path to import GDAL Virtual formatted data.The specified connection information object imported into the target datasource. Constructs a new instance of the ImportSettingVRT class based on the specified parameters. The specified source file path to import GDAL Virtual formatted data.The specified import is to the target datasource. Gets or sets whether to import as a Grid dataset. The default is false, which imports the dataset by source dataset type. The default is false, which imports the dataset by source dataset type. Gets or sets whether the image pyramid is automatically created. The default is false, which means that image pyramids are not created for image data by default. The default is false. Gets or sets the multiband import mode, which can be imported as multiple single-band datasets, a single multiband dataset, or a single single-band dataset. The default value is SingleBand. Gets or sets the mode of ignoring color values for GDAL Virtual (VRT) files. Gets or sets the color value to ignore. The ImportSettingWOR class.It inherited from the ImportSetting class. Initializes a new instance of this ImportSettingWOR class. Initializes a new instance of the ImportSettingWOR class which is identical with the specified ImportSettingWOR object. The object used to initialize a new instance of the ImportSettingWOR class. Initializes a new instance of the ImportSettingWOR class with the specified parameters. the specified source file path of the WOR file of MapInfo.The specified target connection information.The specified workspace connection information after imported. Initializes a new instance of the ImportSettingWOR class with the specified parameters. The source file path of the specified WOR data to be imported.The specified imported target datasource.The specified imported target workspace. Gets or sets the WorkspaceConnectionInfo after import. The locations of the workspace and datasource is not restricted, and have the same structure with SuperMap workspace. Sets or gets the workspace object after import. The default value is Null. Sets or gets whether to import the null dataset The default value is false. Don't import the null dataset. Provide data for ImportSteppedEventArgs. Creates a new ImportSteppedEventArgs object according to the specified arguments. The total percent of the current operation.The percent of the current item.The current item information.Gets the count of the items of the tasks.Whether to cancel all the import tasks. Returns the completion percent of the current operation. Returns the percentage of the current finsihed items. Returns the information of the current item and pass to Setting, users can select the properties needed. Returns the count of the items of the tasks. Sets or returns whether to cancel all the import tasks, the default is false. Represents the method class that handles the imported stepped event. sender is DataImport, and ImportSteppedEventArgs is inherited from EventArgs with ImportSteppedEventHandler as its delegate. The source event.The ImportSteppedEventArgs class. This enumeration defines the multiple band import mode constant. The SingleBand mode is that import the data from multiband to several single band dataset. The SingleBand mode is that import the data from multiband to one multiband dataset. There are two kinds of importing multiband data as single band dataset: Importing a three band 8 bit data as a RGB single band 24 bit dataset;Importing a four band 8 bit data as a RGBA single band 32 bit dataset; The ImportSettingModel3DS inherits from the ImportSetting class. Initializes a new instance of this ImportSettingModel3DS class. Initializes a new instance of the ImportSettingModel3DS class which is identical with the specified ImportSettingModel3DS object. The object used to initialize a new instance of the ImportSettingModel3DS class. Initializes a new ImportSettingModel3DS instance according to the specified parameters. The path of the 3DS 3D model file to import.the specified target DatasourceConnectionInfo object. Initializes a new ImportSettingModelOSG instance according to the specified parameters. The path of the 3DS 3D model file to import.the specified target datasource object to be imported. Gets or sets the position of the model to import. Gets or sets the schema that imports the Model3DS format data (currently the Model3DS model data only supports importing the model dataset,and does not support importing as a CAD dataset, and fails if the import is true). The default value is false, which is imported as a model dataset, otherwise it is a CAD dataset. This enumeration defines the version of the Land Use Data Exchange Format (VCT). National Natural Standards 1.0 Territory second version