Hello,
I am trying to create report with XY of all vertex on linestring. In Reports tool I create report definition -> item types (linestring&lines) ->add column ( Properties -> segment-> segment.list.start & end)
Is there any possibility to create properties for vertex instead of start&end?
Because I need XY exported to xls in one line, start & end in separate columns do not do the job.
Pawel
Dear Pawel, you don't supply the name of the softeare you're running, so I'll just tell you the possibilities within Mx:
Fastest is Reports, Standard Reports, String points. Choose model and string name (the latter can be a partial). Copy and paste from your Mx Output Window to TextPad, search and replace multiple spaces with tabs using Regular Expressions (tick Regular Expression in the Search&Replace dialog, search for " +" (without the "", searches for one or more spaces) and replace with "\t" (a tab), extensive help information available) and copy+paste into Excel.
You can also output to file and import in Excel using fixed column width text imports.
Dynamic reports are limited to single strings, you can report points using the 4th button and export using the 13th.
Hope this helps, kindest regards Robin
I am using OpenRoads CE, so MX methods does not fit, but thx anyway.
I work on OpenRoads CE, so MX methods does not do the job, but thx for trying.
Answer Verified By: Pawel Milewski