var fDesc=new Array(); fDesc[0] = "TopoSys - the geodesical network processing software has become, a very useful tool for surveyors, with enhanced functionality and popular calculation and adjustment methods, easy data management in MS-Access databases. Display attributes and symbols for points and measured distances or angle.
Features:
- Project/Job/Data tree data structure, visible during the entire processing
- Opening of more than one project in a worksession and possibility of fast switching between the Projects and Jobs
- Positionable and dimensionable graphical window
- Import functions from seven total station brand formats
- Serial port raw data download window
- Data editing windows for all types
- N-E or E-N coordinate system
- Degrees or Grades angle units
- Raw distances can be Slope, Stadia, Horizontal or GPS type
- Distance reducements to Horizontal, Sea Level or Projection
- Using field codes to process all or combination of field data
- Export in ASCII, DXF, WMF formats
- Generate and display error ellipses
- Generate classified calculation and adjustment reports
- Generate network displays with attributes as they appear in the graphical window
- Export coordinates, measurements, level data etc. in ASCII formats
- Export graphics in DXF or WMF formats"; 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 = ''; } }