<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Inverse a route station numbering in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/inverse-a-route-station-numbering/m-p/264433#M9089</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the help...I figured it out.&amp;nbsp; When you create your route the wizard has a dialog "Coordinate Priority" with the options: Upper_left, Lower_left, Upper_right, Lower right. The chossen input dictates the Zero value start point.&amp;nbsp; Fortunately my line is in a NW direction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which leads to the issue of what occurs when the line is E-W, and what is the purpose of "flip" if it does not inverse M values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Jan 2015 14:44:58 GMT</pubDate>
    <dc:creator>DanielErklauer</dc:creator>
    <dc:date>2015-01-07T14:44:58Z</dc:date>
    <item>
      <title>Inverse a route station numbering</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/inverse-a-route-station-numbering/m-p/264428#M9084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I am attempting to label a line with station numbers, however the numbering starts at the end rather than 0.&amp;nbsp; I am using the linear referencing tool in version 10.2 to create the route which I then label using hatching the labels are fine but inversed.&amp;nbsp; I have tried to &lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/main/10.1/index.html#//01m60000000r000000" rel="nofollow" target="_blank"&gt;"Flip"&lt;/A&gt; the line vertices using editor both on the created route and the raw line but that does not work.&amp;nbsp; How do I inverse the numbering?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2015 21:07:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/inverse-a-route-station-numbering/m-p/264428#M9084</guid>
      <dc:creator>DanielErklauer</dc:creator>
      <dc:date>2015-01-06T21:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: Inverse a route station numbering</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/inverse-a-route-station-numbering/m-p/264429#M9085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interesting challenge.&amp;nbsp; I don't have a specific answer, but I'll throw out a solution for folks who have a similar issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you had regular numbers (integers) instead of station numbers you could add a field for your new ID's and use field calculator to populate the new field based on the highest value minus the current value.&amp;nbsp; For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[New ID result] =&lt;/P&gt;&lt;P&gt;(highest ID number + 1) - [OldID field]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, for example, if you had 6 ID's originally:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(6+1) - 1 = 6&lt;/P&gt;&lt;P&gt;(6+1) - 2 = 5&lt;/P&gt;&lt;P&gt;(6+1) - 3 = 4&lt;/P&gt;&lt;P&gt;(6+1) - 4 = 3&lt;/P&gt;&lt;P&gt;(6+1) - 5 = 2&lt;/P&gt;&lt;P&gt;(6+1) - 6 = 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris Donohue, GISP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2015 21:29:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/inverse-a-route-station-numbering/m-p/264429#M9085</guid>
      <dc:creator>ChrisDonohue__GISP</dc:creator>
      <dc:date>2015-01-06T21:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: Inverse a route station numbering</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/inverse-a-route-station-numbering/m-p/264430#M9086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Chris, but I do not have attributes it is a polyline that labels the stations using the length of the line.&amp;nbsp; The labeling is done&amp;nbsp; using the code below in the hatch expression dialog so that the line is labeled every 100 feet 1150+00, 1149+00, 1148+00, etc.. unfortunately it is in the wrong direction&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;Function FindLabel ( esri_measure )
&amp;nbsp; if (esri_measure = 0) then
&amp;nbsp; FindLabel = 0 &amp;amp; "+00"
&amp;nbsp; end if
&amp;nbsp; if ( esri_measure &amp;gt; 0 ) then
&amp;nbsp; FindLabel = Left ( esri_measure , Len ( esri_measure )-2 )&amp;amp;("+00" )
&amp;nbsp; end if
End Function&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 12:57:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/inverse-a-route-station-numbering/m-p/264430#M9086</guid>
      <dc:creator>DanielErklauer</dc:creator>
      <dc:date>2021-12-11T12:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: Inverse a route station numbering</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/inverse-a-route-station-numbering/m-p/264431#M9087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use Chris' suggestion to modify the number coming in through esri_measure, like so (or, at least, close - this is untested):&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;Function FindLabel ( esri_measure )
&amp;nbsp; highest_measure = X &amp;lt;-- ENTER THE HIGHEST MEASURE HERE &amp;amp; DELETE THIS COMMENT
&amp;nbsp; new_measure = CStr((highest_measure + 1) - int(Left ( esri_measure , Len ( esri_measure )-2 )))
&amp;nbsp; FindLabel = new_measure &amp;amp; "+00"
End Function&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 12:57:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/inverse-a-route-station-numbering/m-p/264431#M9087</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2021-12-11T12:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: Inverse a route station numbering</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/inverse-a-route-station-numbering/m-p/264432#M9088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suppose that when you flip a line, you reverse the order of the points. I assume that the M-values remain the same, since the coordinates themselves don't change. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could write an enhanced Flip script that reverses the order of the M-value too, or maintains the points in the same order and only reverses the M-values...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 01:06:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/inverse-a-route-station-numbering/m-p/264432#M9088</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2015-01-07T01:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: Inverse a route station numbering</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/inverse-a-route-station-numbering/m-p/264433#M9089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the help...I figured it out.&amp;nbsp; When you create your route the wizard has a dialog "Coordinate Priority" with the options: Upper_left, Lower_left, Upper_right, Lower right. The chossen input dictates the Zero value start point.&amp;nbsp; Fortunately my line is in a NW direction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which leads to the issue of what occurs when the line is E-W, and what is the purpose of "flip" if it does not inverse M values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 14:44:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/inverse-a-route-station-numbering/m-p/264433#M9089</guid>
      <dc:creator>DanielErklauer</dc:creator>
      <dc:date>2015-01-07T14:44:58Z</dc:date>
    </item>
  </channel>
</rss>

