<?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 Geometry cannot have Z values in ArcGIS Runtime SDK for WPF (Retired) Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/geometry-cannot-have-z-values/m-p/615871#M3163</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am having trouble using GPK with ArcGIS Runtime for WPF shared with only a single tool:&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Interpolate Shape.&lt;/P&gt;&lt;P&gt;Input: Polyline (FeatureSet, at creation, I had checked Coordinate have Z value).&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When executing, it returns&lt;/P&gt;&lt;P&gt;Failed to execute (Interpolate Shape)&lt;/P&gt;&lt;P&gt;Geometry cannot have Z values.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What else am I missing? Thanks in advance!&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[Edit]&lt;/P&gt;&lt;P&gt;I had changed the values of Z (since it was an NaN) and M to a value of 0. Now I am getting the error:&lt;BR /&gt;"Coordinate or measure value out of bounds".&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I had set the value of Z programmatically at runtime&lt;/P&gt;&lt;P&gt;ie: _geometry.Z = 0;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Println at runtime shows the value of Z=0. &lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, the http get request received at fiddler gave me Z=null. Does anyone&amp;nbsp; have any clue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Sep 2014 02:58:07 GMT</pubDate>
    <dc:creator>LinaYap1</dc:creator>
    <dc:date>2014-09-19T02:58:07Z</dc:date>
    <item>
      <title>Geometry cannot have Z values</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/geometry-cannot-have-z-values/m-p/615871#M3163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am having trouble using GPK with ArcGIS Runtime for WPF shared with only a single tool:&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Interpolate Shape.&lt;/P&gt;&lt;P&gt;Input: Polyline (FeatureSet, at creation, I had checked Coordinate have Z value).&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When executing, it returns&lt;/P&gt;&lt;P&gt;Failed to execute (Interpolate Shape)&lt;/P&gt;&lt;P&gt;Geometry cannot have Z values.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What else am I missing? Thanks in advance!&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[Edit]&lt;/P&gt;&lt;P&gt;I had changed the values of Z (since it was an NaN) and M to a value of 0. Now I am getting the error:&lt;BR /&gt;"Coordinate or measure value out of bounds".&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I had set the value of Z programmatically at runtime&lt;/P&gt;&lt;P&gt;ie: _geometry.Z = 0;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Println at runtime shows the value of Z=0. &lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, the http get request received at fiddler gave me Z=null. Does anyone&amp;nbsp; have any clue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 02:58:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/geometry-cannot-have-z-values/m-p/615871#M3163</guid>
      <dc:creator>LinaYap1</dc:creator>
      <dc:date>2014-09-19T02:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: Geometry cannot have Z values</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/geometry-cannot-have-z-values/m-p/615872#M3164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tested the tool outside the WPF runtime? Are you getting same errors?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Dec 2015 23:01:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/geometry-cannot-have-z-values/m-p/615872#M3164</guid>
      <dc:creator>nakulmanocha</dc:creator>
      <dc:date>2015-12-31T23:01:02Z</dc:date>
    </item>
  </channel>
</rss>

