<?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: Is it possible to offset a line by a fixed amount using JSON  in ArcGIS QuickCapture Questions</title>
    <link>https://community.esri.com/t5/arcgis-quickcapture-questions/is-it-possible-to-offset-a-line-by-a-fixed-amount/m-p/242460#M148</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nancy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This functionality is not currently supported in the app, but we would love to hear your use case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the time being, if you want to apply an offset to your captured data, you would need to capture the offset and direction as attributes and then use them as the basis of a post-processing operation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, you could have a button for &lt;EM&gt;&lt;STRONG&gt;5m left&lt;/STRONG&gt;&lt;/EM&gt; and a button for &lt;EM&gt;&lt;STRONG&gt;5m right.&lt;/STRONG&gt;&lt;/EM&gt; Capturing the lines would populate&amp;nbsp;the &lt;EM&gt;&lt;STRONG&gt;Side&lt;/STRONG&gt;&lt;/EM&gt; field with &lt;EM&gt;Left&lt;/EM&gt; or &lt;EM&gt;Right&lt;/EM&gt; and the &lt;EM&gt;&lt;STRONG&gt;Offset&lt;/STRONG&gt;&lt;/EM&gt; field with &lt;EM&gt;5&lt;/EM&gt;. If you then updated a &lt;STRONG&gt;&lt;EM&gt;direction&lt;/EM&gt;&lt;/STRONG&gt; field using the&amp;nbsp;&lt;EM&gt;direction of travel&lt;/EM&gt; variable, you&amp;nbsp;would have all you need to&amp;nbsp;calculate&amp;nbsp;the offset.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In ArcGIS Pro, you could calculate the offset direction as a new field. If the direction captured in the &lt;STRONG&gt;&lt;EM&gt;direction&lt;/EM&gt;&lt;/STRONG&gt; field was 0 degrees (North) then:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;- &lt;/EM&gt;A&lt;EM&gt; Left &lt;/EM&gt;offset&amp;nbsp;would be 0 +&amp;nbsp;270 = 270&lt;/P&gt;&lt;P&gt;&lt;EM&gt;- &lt;/EM&gt;A&lt;EM&gt; Right&lt;/EM&gt;&amp;nbsp;offset would be 0&amp;nbsp;+ 90 = 90&lt;/P&gt;&lt;P&gt;(If the&amp;nbsp;answer equals 360 or more, then you would just need to minus 360 from the answer)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will now have all the required inputs for the following&amp;nbsp;tool:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/help/editing/move-a-feature-to-specified-location.htm" title="https://pro.arcgis.com/en/pro-app/help/editing/move-a-feature-to-specified-location.htm"&gt;Move a feature to a specified location—ArcGIS Pro | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Tip:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;To make the processing process easier. When collecting the lines, make sure that you stop and start lines when you reach an intersection or junction. Especially if you are changing direction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Aug 2019 04:18:44 GMT</pubDate>
    <dc:creator>JohnathanHasthorpe</dc:creator>
    <dc:date>2019-08-27T04:18:44Z</dc:date>
    <item>
      <title>Is it possible to offset a line by a fixed amount using JSON</title>
      <link>https://community.esri.com/t5/arcgis-quickcapture-questions/is-it-possible-to-offset-a-line-by-a-fixed-amount/m-p/242459#M147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to drive my route and collect sidewalk that is a fixed distance from my vehicle.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2019 19:51:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-quickcapture-questions/is-it-possible-to-offset-a-line-by-a-fixed-amount/m-p/242459#M147</guid>
      <dc:creator>deleted-user-fqyqAU-GSPHt</dc:creator>
      <dc:date>2019-08-26T19:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to offset a line by a fixed amount using JSON</title>
      <link>https://community.esri.com/t5/arcgis-quickcapture-questions/is-it-possible-to-offset-a-line-by-a-fixed-amount/m-p/242460#M148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nancy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This functionality is not currently supported in the app, but we would love to hear your use case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the time being, if you want to apply an offset to your captured data, you would need to capture the offset and direction as attributes and then use them as the basis of a post-processing operation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, you could have a button for &lt;EM&gt;&lt;STRONG&gt;5m left&lt;/STRONG&gt;&lt;/EM&gt; and a button for &lt;EM&gt;&lt;STRONG&gt;5m right.&lt;/STRONG&gt;&lt;/EM&gt; Capturing the lines would populate&amp;nbsp;the &lt;EM&gt;&lt;STRONG&gt;Side&lt;/STRONG&gt;&lt;/EM&gt; field with &lt;EM&gt;Left&lt;/EM&gt; or &lt;EM&gt;Right&lt;/EM&gt; and the &lt;EM&gt;&lt;STRONG&gt;Offset&lt;/STRONG&gt;&lt;/EM&gt; field with &lt;EM&gt;5&lt;/EM&gt;. If you then updated a &lt;STRONG&gt;&lt;EM&gt;direction&lt;/EM&gt;&lt;/STRONG&gt; field using the&amp;nbsp;&lt;EM&gt;direction of travel&lt;/EM&gt; variable, you&amp;nbsp;would have all you need to&amp;nbsp;calculate&amp;nbsp;the offset.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In ArcGIS Pro, you could calculate the offset direction as a new field. If the direction captured in the &lt;STRONG&gt;&lt;EM&gt;direction&lt;/EM&gt;&lt;/STRONG&gt; field was 0 degrees (North) then:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;- &lt;/EM&gt;A&lt;EM&gt; Left &lt;/EM&gt;offset&amp;nbsp;would be 0 +&amp;nbsp;270 = 270&lt;/P&gt;&lt;P&gt;&lt;EM&gt;- &lt;/EM&gt;A&lt;EM&gt; Right&lt;/EM&gt;&amp;nbsp;offset would be 0&amp;nbsp;+ 90 = 90&lt;/P&gt;&lt;P&gt;(If the&amp;nbsp;answer equals 360 or more, then you would just need to minus 360 from the answer)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will now have all the required inputs for the following&amp;nbsp;tool:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/help/editing/move-a-feature-to-specified-location.htm" title="https://pro.arcgis.com/en/pro-app/help/editing/move-a-feature-to-specified-location.htm"&gt;Move a feature to a specified location—ArcGIS Pro | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Tip:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;To make the processing process easier. When collecting the lines, make sure that you stop and start lines when you reach an intersection or junction. Especially if you are changing direction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Aug 2019 04:18:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-quickcapture-questions/is-it-possible-to-offset-a-line-by-a-fixed-amount/m-p/242460#M148</guid>
      <dc:creator>JohnathanHasthorpe</dc:creator>
      <dc:date>2019-08-27T04:18:44Z</dc:date>
    </item>
  </channel>
</rss>

