var fDesc=new Array(); fDesc[0] = "Coordinate Conversion for Object Oriented Programming! GeoCalc.NET is the latest drag-and-drop component for .NET application development. GeoCalc.NET provides .NET developers seamless coordinate conversion when creating custom GIS software for said development platform.
The latest version of GeoCalc.NET has full support for HTDP Reference Frames and coordinate reference systems. Support for Alberta Township System version 4.1 has also been enhanced over the previous version. A Data Source Audit Trail to track edits to the Geodetic Parameter data source has also been added."; 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 = ''; } }