<?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: Snapping points to linear features... in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/snapping-points-to-linear-features/m-p/300244#M10415</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Mark,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I appreciate your interest, but this is not the right place to discuss such matter. You are welcome to post your resume at our website - career:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://www.esri.com/careers/index.html"&gt;http://www.esri.com/careers/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for understanding.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Sep 2010 16:28:34 GMT</pubDate>
    <dc:creator>DanLee</dc:creator>
    <dc:date>2010-09-23T16:28:34Z</dc:date>
    <item>
      <title>Snapping points to linear features...</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/snapping-points-to-linear-features/m-p/300235#M10406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there a tool or multiple tools that would assist me in snapping multiple points to the closest linear feature, which in turn will be used for linear referencing.&amp;nbsp; Thanks in advance for any help!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Aug 2010 16:34:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/snapping-points-to-linear-features/m-p/300235#M10406</guid>
      <dc:creator>MarkEnglish</dc:creator>
      <dc:date>2010-08-05T16:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: Snapping points to linear features...</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/snapping-points-to-linear-features/m-p/300236#M10407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;One idea you can try - it is not snapping but creating points at the nearest locations on the lines:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Run the Near tool on your points, with the "Location" option. This will add the NEAR_X and NEAR_Y fields to the point input.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Then run the Make XY Event Layer tool, using the point feature class as the XY Table and the NEAR_X and NEAR_Y fields as the X and Y Fields. This should give you a point layer with all the points on the lines that are nearest to the input points.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- You can run Copy Features to save this layer to a feature class; all the input point attributes are carried over.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope the spatial associations of your points with lines are clear. If any point is in the same shortest distance to more than one line, then you might get a point on the wrong line.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Aug 2010 17:04:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/snapping-points-to-linear-features/m-p/300236#M10407</guid>
      <dc:creator>DanLee</dc:creator>
      <dc:date>2010-08-06T17:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: Snapping points to linear features...</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/snapping-points-to-linear-features/m-p/300237#M10408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks a lot Dan.&amp;nbsp; Your right, I will have to verify accuracy by using detailed quality control.&amp;nbsp; Thanks again...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Aug 2010 21:22:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/snapping-points-to-linear-features/m-p/300237#M10408</guid>
      <dc:creator>MarkEnglish</dc:creator>
      <dc:date>2010-08-11T21:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: Snapping points to linear features...</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/snapping-points-to-linear-features/m-p/300238#M10409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You are welcome. I am glad it helped. Good luck.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Aug 2010 21:48:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/snapping-points-to-linear-features/m-p/300238#M10409</guid>
      <dc:creator>DanLee</dc:creator>
      <dc:date>2010-08-11T21:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: Snapping points to linear features...</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/snapping-points-to-linear-features/m-p/300239#M10410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Dan:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a method of accomplishing this task by using topology?&amp;nbsp; Just a thought.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Sep 2010 15:34:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/snapping-points-to-linear-features/m-p/300239#M10410</guid>
      <dc:creator>MarkEnglish</dc:creator>
      <dc:date>2010-09-21T15:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: Snapping points to linear features...</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/snapping-points-to-linear-features/m-p/300240#M10411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you thinking the topology rule for points - "must be covered by" lines? It might give you the association between points and lines, but doesn't snap or move your points to the nearest lines. I think these are two different things.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Sep 2010 22:00:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/snapping-points-to-linear-features/m-p/300240#M10411</guid>
      <dc:creator>DanLee</dc:creator>
      <dc:date>2010-09-21T22:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: Snapping points to linear features...</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/snapping-points-to-linear-features/m-p/300241#M10412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OK, I was just toying with another approach.&amp;nbsp; Unfortunately, it moves the arc feature as well.&amp;nbsp; I found the best approach to be your first suggestion of using the Near tool.&amp;nbsp; Thanks again...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 22:04:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/snapping-points-to-linear-features/m-p/300241#M10412</guid>
      <dc:creator>MarkEnglish</dc:creator>
      <dc:date>2010-09-22T22:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: Snapping points to linear features...</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/snapping-points-to-linear-features/m-p/300242#M10413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am glad to hear that. Yeah, it's good to test different ideas; just be aware that some tools with fuzzy tolerance or snapping options may alter the input locations. Make sure you understand the tools you are using.&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for letting me know.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 22:13:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/snapping-points-to-linear-features/m-p/300242#M10413</guid>
      <dc:creator>DanLee</dc:creator>
      <dc:date>2010-09-22T22:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: Snapping points to linear features...</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/snapping-points-to-linear-features/m-p/300243#M10414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey Dan!&amp;nbsp; Are you guys hiring in the Geoprocessing Department?&amp;nbsp; I can shoot you my resume if applicable...&amp;nbsp; Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 16:05:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/snapping-points-to-linear-features/m-p/300243#M10414</guid>
      <dc:creator>MarkEnglish</dc:creator>
      <dc:date>2010-09-23T16:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: Snapping points to linear features...</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/snapping-points-to-linear-features/m-p/300244#M10415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Mark,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I appreciate your interest, but this is not the right place to discuss such matter. You are welcome to post your resume at our website - career:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://www.esri.com/careers/index.html"&gt;http://www.esri.com/careers/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for understanding.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 16:28:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/snapping-points-to-linear-features/m-p/300244#M10415</guid>
      <dc:creator>DanLee</dc:creator>
      <dc:date>2010-09-23T16:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: Snapping points to linear features...</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/snapping-points-to-linear-features/m-p/300245#M10416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Are you thinking the topology rule for points - "must be covered by" lines? It might give you the association between points and lines, but doesn't snap or move your points to the nearest lines. I think these are two different things.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Dan !&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to make virtual lines to connect a point layer to a line layer, and i want that these lines are included in the lines layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As the image shown below.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]11578[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was trying to make a topology with the rule " Point must be covered by lines ", it select all the points but i dont know how to create the lines to connect between the layers. Do you have some suggestion ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2012 19:25:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/snapping-points-to-linear-features/m-p/300245#M10416</guid>
      <dc:creator>AlejandroMata</dc:creator>
      <dc:date>2012-01-31T19:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: Snapping points to linear features...</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/snapping-points-to-linear-features/m-p/300246#M10417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Once you have the POINT_X and POINT_Y of points and the NEAR_X and NEAR_Y in the same table (as I decribed in the beginning), you can use the XY To Line tool with the default Line Type - Geodesic, if you have ArcGIS 10. This tool creates a line using the two point coordinates in each row of your table.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please be aware that the line created by this tool is a geodetic line - a curving line along the surface of the earth - not a planar line; and it is densified with many vertices. Theoretically there is a difference in length between the geodesic line and the planar line between two points, but at this level of detail, that difference is ignorable. You may also use the Generalize tool (Editing toolbox, Editor license) with a reasonable tolerance to remove the unwanted vertices, so that your lines become two-point straight lines. To avoid mis-use of this tool, we might consider developing a different tool in the future for creating planar lines between two points.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2012 20:44:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/snapping-points-to-linear-features/m-p/300246#M10417</guid>
      <dc:creator>DanLee</dc:creator>
      <dc:date>2012-01-31T20:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: Snapping points to linear features...</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/snapping-points-to-linear-features/m-p/300247#M10418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&lt;BLOCKQUOTE&gt;1812;168209 wrote:&lt;BR /&gt;Once you have the POINT_X and POINT_Y of points and the NEAR_X and NEAR_Y in the same table (as I decribed in the beginning), you can use the XY To Line tool with the default Line Type - Geodesic, if you have ArcGIS 10. This tool creates a line using the two point coordinates in each row of your table.&lt;/BLOCKQUOTE&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Dan !&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Im using ArcGis 9.3, if i dont have ArcGis 10, what can i do ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Greetings !&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2012 13:56:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/snapping-points-to-linear-features/m-p/300247#M10418</guid>
      <dc:creator>AlejandroMata</dc:creator>
      <dc:date>2012-02-01T13:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: Snapping points to linear features...</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/snapping-points-to-linear-features/m-p/300248#M10419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This tool was part of the previous Military Analyst extension in 9.3. If you don't have that, can you write a python script to read the coordinates and write out line features? If you don't know how, you can try to post your question on the Python Forum; someone might already have the code to help you. I am afraid I don't have the time to work on this now.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2012 16:01:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/snapping-points-to-linear-features/m-p/300248#M10419</guid>
      <dc:creator>DanLee</dc:creator>
      <dc:date>2012-02-01T16:01:13Z</dc:date>
    </item>
  </channel>
</rss>

