var fDesc=new Array(); fDesc[0] = "ArcGIS Data Interoperability for Desktop is a program that allows you to bring spatial data from many sources into the ArcGIS environment for mapping, visualization, and analysis. It provides a zero-coding environment to read, transform, and write in hundreds of GIS- and business-friendly formats from files, databases, and the web.

ArcGIS Data Interoperability provides state-of-the-art direct data access and data translation tools in addition to the ability to build complex spatial extraction, transformation, and loading (ETL) tools for data validation, migration, and distribution.

Key features:
- Transform data on the fly.
- Work with industry standards such as CSV, CAD, JSON, XML, and RSS.
- Leverage OGC formats such as GML and CityGML, WFS, and KML/KMZ.
- Convert between formats using tools for quick import/export.
- Author, document, run, and publish interoperability tools within ArcGIS.
- Bring CAD-created BIM data in Revit RVZ export format to ArcGIS."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }