Geometry cannot have Z values

4427
1
09-18-2014 07:58 PM
LinaYap1
New Contributor II

I am having trouble using GPK with ArcGIS Runtime for WPF shared with only a single tool:

 

Interpolate Shape.

Input: Polyline (FeatureSet, at creation, I had checked Coordinate have Z value).

 

When executing, it returns

Failed to execute (Interpolate Shape)

Geometry cannot have Z values.

 

What else am I missing? Thanks in advance!

 

[Edit]

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:
"Coordinate or measure value out of bounds".

 

...

 

I had set the value of Z programmatically at runtime

ie: _geometry.Z = 0;

 

Println at runtime shows the value of Z=0.

 

However, the http get request received at fiddler gave me Z=null. Does anyone  have any clue?

0 Kudos
1 Reply
nakulmanocha
Esri Regular Contributor

Have you tested the tool outside the WPF runtime? Are you getting same errors?

0 Kudos