<?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: 3D vertical line feature, giving zero length error in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/3d-vertical-line-feature-giving-zero-length-error/m-p/298902#M10333</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This seems like an issue with the tool. Network Analyst and Utility Network Analyst are still very much 2-D tools, or at least the come from that lineage and rely on those associated assumptions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Two possbible work arounds I can think of:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Edit the pipe so it is not "perfectly" vertical, and therefore has a XY length &amp;gt; 0. In reality the pipe is probably not perfectly verticals, right? Maybe it's off by a few millimeters?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Edit the pipe so that it is merged with some other feature that has a XY length &amp;gt; 0. The final upside down "L" shaped feature would have x,y,z coordinates of something like (0,0,0), (0,0,10), (1,1,10). thus preserving the vertical infomation and instilling a horizontal length, teh latter seeming to be a be a requirement.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Jan 2012 16:51:00 GMT</pubDate>
    <dc:creator>ChrisSnyder</dc:creator>
    <dc:date>2012-01-26T16:51:00Z</dc:date>
    <item>
      <title>3D vertical line feature, giving zero length error</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/3d-vertical-line-feature-giving-zero-length-error/m-p/298899#M10330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was working with a line and a point feature class. Those classes are Z enabled. I have created a Geometric Network with those classes with Z enabled also.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In the line feature I have a vertical line whose both end points have same x,y but different z values. So in ArcMap this line looks line a point and in ArcScene vertical line&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;show a good length. But the problems are:-&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I click &lt;/SPAN&gt;&lt;STRONG&gt;Verify Network Feature Geometry Command&lt;/STRONG&gt;&lt;SPAN&gt; then it points to the vertical line and says &lt;/SPAN&gt;&lt;STRONG&gt;1 feature has invalid geometry&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;and When I export DataSet that includes this Network into XML Workspace Document then it can successfully export. But during importing it gives error :-&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;FDO error: -2147186428 [XML parse error: System error:-2147210927.[Line: 32, column: 167]]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;zero-length polylines not allowed&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Field is not editable&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can someone help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Naym&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2012 10:26:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/3d-vertical-line-feature-giving-zero-length-error/m-p/298899#M10330</guid>
      <dc:creator>RezaMahmudun_Naym</dc:creator>
      <dc:date>2012-01-25T10:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: 3D vertical line feature, giving zero length error</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/3d-vertical-line-feature-giving-zero-length-error/m-p/298900#M10331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;As far as I know, the auto-calced Shape_Length field only refers to horizontal length (xy) and doesn't incorporate z values in the calculation. Maybe you could edit this feature so that it has some length &amp;gt; 0? Or maybe delete it if it is not a significant part of the Network Analysis?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just curious, but what does this vertical feature represent?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2012 17:23:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/3d-vertical-line-feature-giving-zero-length-error/m-p/298900#M10331</guid>
      <dc:creator>ChrisSnyder</dc:creator>
      <dc:date>2012-01-25T17:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: 3D vertical line feature, giving zero length error</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/3d-vertical-line-feature-giving-zero-length-error/m-p/298901#M10332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Snyder&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your reply. The vertical feature represent some Air Treatment Pipes that goes vertically&amp;nbsp; upward/downward to connect floor to floor. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That's why need a vertical features.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2012 10:59:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/3d-vertical-line-feature-giving-zero-length-error/m-p/298901#M10332</guid>
      <dc:creator>RezaMahmudun_Naym</dc:creator>
      <dc:date>2012-01-26T10:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: 3D vertical line feature, giving zero length error</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/3d-vertical-line-feature-giving-zero-length-error/m-p/298902#M10333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This seems like an issue with the tool. Network Analyst and Utility Network Analyst are still very much 2-D tools, or at least the come from that lineage and rely on those associated assumptions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Two possbible work arounds I can think of:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Edit the pipe so it is not "perfectly" vertical, and therefore has a XY length &amp;gt; 0. In reality the pipe is probably not perfectly verticals, right? Maybe it's off by a few millimeters?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Edit the pipe so that it is merged with some other feature that has a XY length &amp;gt; 0. The final upside down "L" shaped feature would have x,y,z coordinates of something like (0,0,0), (0,0,10), (1,1,10). thus preserving the vertical infomation and instilling a horizontal length, teh latter seeming to be a be a requirement.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2012 16:51:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/3d-vertical-line-feature-giving-zero-length-error/m-p/298902#M10333</guid>
      <dc:creator>ChrisSnyder</dc:creator>
      <dc:date>2012-01-26T16:51:00Z</dc:date>
    </item>
  </channel>
</rss>

