﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Manifold Community Site: Topology Overlay Identity with Overlapping Areas</title><link>http://www.georeference.org/forum/t112715</link><description>Manifold Community Site thread</description><image><url>http://www.georeference.org/forum/images/img-feedhead.png</url><title>Manifold Community Site: Topology Overlay Identity with Overlapping Areas</title><link>http://www.georeference.org/forum/t112715</link></image><item><title>RE: Topology Overlay Identity with Overlapping Areas</title><link>http://www.georeference.org/forum/t112715#112716</link><description>&lt;P&gt;I've been scratching my head on this one: I have a Line Drawing representing a pipeline and a Drawing that contains Areas some of which overlap, the Areas represent various species. I want to find a way of replicating the Topology Overlay Identity function so that I end up with Line features that indicate the extent of each species along the pipeline.&lt;/P&gt;&lt;P&gt;My problem with the Identity command is where the Areas overlap I will only get data transferred from one of the Areas. Ideally I would want a Line created for each species extent, creating duplicate Lines where the species Areas overlap.&lt;/P&gt;</description><dc:creator>BCowper</dc:creator><comments>http://www.georeference.org/forum/t112715#112716</comments><guid>http://www.georeference.org/forum/t112715#112716</guid><pubDate>Thu, 29 Sep 2011 17:07:18 GMT</pubDate></item><item><title>RE: Topology Overlay Identity with Overlapping Areas</title><link>http://www.georeference.org/forum/t112715#112722</link><description>&lt;P&gt;Would a query do Brian?&lt;/P&gt;&lt;P class='code'&gt;&lt;span class=k&gt;OPTIONS&lt;/span&gt;&amp;#160;&lt;span class=k&gt;COORDSYS&lt;/span&gt;(&lt;span class=s&gt;&amp;quot;Lines&amp;quot;&lt;/span&gt;&amp;#160;&lt;span class=k&gt;AS&lt;/span&gt;&amp;#160;&lt;span class=k&gt;COMPONENT&lt;/span&gt;);&lt;/P&gt;&lt;P class='code'&gt;&lt;span class=k&gt;SELECT&lt;/span&gt;&lt;/P&gt;&lt;P class='code'&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;ClipIntersect(&lt;span class=i&gt;[L]&lt;/span&gt;.&lt;span class=i&gt;[Geom&amp;#160;(I)]&lt;/span&gt;,&amp;#160;&lt;span class=i&gt;[A]&lt;/span&gt;.&lt;span class=i&gt;[Geom&amp;#160;(I)]&lt;/span&gt;)&amp;#160;&lt;span class=k&gt;AS&lt;/span&gt;&amp;#160;&lt;span class=i&gt;[Section]&lt;/span&gt;,&lt;/P&gt;&lt;P class='code'&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&lt;span class=i&gt;[A]&lt;/span&gt;.&lt;span class=i&gt;[Species]&lt;/span&gt;&lt;/P&gt;&lt;P class='code'&gt;&lt;span class=k&gt;FROM&lt;/span&gt;&lt;/P&gt;&lt;P class='code'&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&lt;span class=i&gt;[Lines]&lt;/span&gt;&amp;#160;&lt;span class=k&gt;AS&lt;/span&gt;&amp;#160;&lt;span class=i&gt;[L]&lt;/span&gt;&lt;/P&gt;&lt;P class='code'&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&lt;span class=k&gt;INNER&lt;/span&gt;&amp;#160;&lt;span class=k&gt;JOIN&lt;/span&gt;&lt;/P&gt;&lt;P class='code'&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&lt;span class=i&gt;[Areas]&lt;/span&gt;&amp;#160;&lt;span class=k&gt;AS&lt;/span&gt;&amp;#160;&lt;span class=i&gt;[A]&lt;/span&gt;&lt;/P&gt;&lt;P class='code'&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&lt;span class=k&gt;ON&lt;/span&gt;&amp;#160;Touches(&lt;span class=i&gt;[L]&lt;/span&gt;.&lt;span class=i&gt;[Geom&amp;#160;(I)]&lt;/span&gt;,&amp;#160;&lt;span class=i&gt;[A]&lt;/span&gt;.&lt;span class=i&gt;[Geom&amp;#160;(I)]&lt;/span&gt;)&amp;#160;&lt;/P&gt;&lt;P class='code'&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&lt;span class=k&gt;AND&lt;/span&gt;&amp;#160;ClipIntersect(&lt;span class=i&gt;[L]&lt;/span&gt;.&lt;span class=i&gt;[Geom&amp;#160;(I)]&lt;/span&gt;,&amp;#160;&lt;span class=i&gt;[A]&lt;/span&gt;.&lt;span class=i&gt;[Geom&amp;#160;(I)]&lt;/span&gt;)&amp;#160;&lt;span class=k&gt;IS&lt;/span&gt;&amp;#160;&lt;span class=k&gt;NOT&lt;/span&gt;&amp;#160;&lt;span class=k&gt;NULL&lt;/span&gt;&lt;/P&gt;&lt;P class='code'&gt;;&lt;/P&gt;</description><dc:creator>tjhb</dc:creator><comments>http://www.georeference.org/forum/t112715#112722</comments><guid>http://www.georeference.org/forum/t112715#112722</guid><pubDate>Thu, 29 Sep 2011 21:36:15 GMT</pubDate></item><item><title>RE: Topology Overlay Identity with Overlapping Areas</title><link>http://www.georeference.org/forum/t112715#112723</link><description>&lt;P&gt;You're a life saver yet again Tim, thanks I must be at least up to a keg of beer owing!&lt;/P&gt;&lt;P&gt;I have a species ranking column too and can plug that in to the query and use an Order By at the end using the ranking column to control the display order of the lines. Fantastic. &lt;IMG SRC='images/emo-grin.gif'&gt;&lt;/P&gt;</description><dc:creator>BCowper</dc:creator><comments>http://www.georeference.org/forum/t112715#112723</comments><guid>http://www.georeference.org/forum/t112715#112723</guid><pubDate>Thu, 29 Sep 2011 22:14:49 GMT</pubDate></item></channel></rss>
