public enum MDImportExportOption : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum MDImportExportOption Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum MDImportExportOption : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum MDImportExportOption Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
esriCurrentMetadataStyle | The format of the metadata document that will be imported is assumed to match the XML format of metadata standard associated with the current metadata style. Exported metadata documents will be created in the XML format of the current metadata style. |
esriCustomizedStyleSheet | A custom XSLT will be used to convert between ArcGIS metadata and another XML format, either during the import process or the export process. |
esriEsriIso | The metadata document that will be imported has content stored in the ESRI-ISO metadata format. For example, it may have been created using ArcGIS Desktop 8.x or 9.x. This option is not supported as an export format. |
esriFgdcCsdgm | The metadata document that will be imported has content stored in the FGDC CSDGM XML format. Or, the metadata document that will be exported will have content stored in the FGDC CSDGM XML format. |
esriIso19115_3 | The metadata document that will be exported has content stored in the ISO 19115-3 metadata format. This option is not supported as an import format. |
esriIso19139 | The metadata document that will be imported has content stored in the ISO 19139 XML format. Or, the metadata document that will be exported will have content stored in the ISO 19139 XML format. The GML namespace used in ISO 19139 XML document is appropriate for the 2007 version of the ISO 19139 XML Schemas: http://www.opengis.net/gml. |
esriIso19139Gml32 | The metadata document that will be imported has content stored in the ISO 19139 XML format. Or, the metadata document that will be exported will have content stored in the ISO 19139 XML format. The GML namespace used in the ISO 19139 XML document is appropriate for the 2012 version of the ISO 19139 XML Schemas, which corresponds to the ISO 19136 version of the GML standard: http://www.opengis.net/gml/3.2. |
esriIso19139Unknown | The metadata document that will be imported has content stored in the ISO 19139 XML format. Use this option if you are unsure which GML namespace the document is associated with. The namespace in the document will be checked and the correct conversion will be performed to transform its content to the ArcGIS metadata XML format. This option is not supported as an export format. |
esriMetadataStyleNone | Use this option if you are unsure what XML format is used by a metadata document. The format of the document will be checked and the correct conversion will be performed to transform its content to the ArcGIS metadata XML format. This option is not supported as an export format. |
System.Object
System.ValueType
System.Enum
ArcGIS.Desktop.Core.MDImportExportOption
Target Platforms: Windows 11, Windows 10, Windows 8.1