Station Base Report Offsets

One of our users is trying to generate a Station Base report on a loop ramp alignment. He's getting catches to features that do not exist in a section of the alignment, but InRoads is grabbing those features on the 'hook' end of the alignment, several stations ahead. There isn't a mechanism for setting minimum offsets in the geometry reports. How do folks handle mis-reporting of features in this situation? Thanks in advance!
Parents
  • Here is a modified version of StationBaseCoordinates.xsl where I have defined two variables - LeftMaximum and RightMaximum.

    As the report goes through the data, as long as the value of @firstOffset is greater than the LeftMaximum and less than the RightMaximum, it is included in the report.  Any offset points failing that test are skipped. It does not exclude entire offset alignments which are all greater offsets, as written. Therefore it will list the table header data for all alignments in the XML file, but the only data listed must pass the test.

    This should give you a good jumping off point. I noticed there is also a @secondOffset attribute. In my data, that is always "0.00" but there might be data sets that generate other values and would need to address those values accordingly. The original report does not, so that may not be an issue.

    HTH


    Charles (Chuck) Rheault
    CADD Manager

    MDOT State Highway Administration

    • MicroStation user since IGDS, InRoads user since TDP.
    • AutoCAD, Land Desktop and Civil 3D, off and on since 1996
    Station-Offset Less Than 100FT.zip
  • Very cool!  Thanks for the stylesheet help!
Reply Children
No Data