Features with length 0 but with a Z-value are not downloaded

676
6
10-09-2017 12:51 AM
MarcWouters
New Contributor III

I have a feature service which contains some items with a total length of 0, but they have a depth (z-value) : items which are positioned vertically into the ground. The tables are all z-enabled.

When I open the service in ArcMap, I can see they are there.

But when I download it in my Qt application using GeodatabaseSyncTask and GenerateGeodatabaseJob to create a runtime geodatabase,  these features are missing !

Are there some special settings needed to be able to download them ?

0 Kudos
6 Replies
EricBader
Occasional Contributor III

Hi Marc,

Can you share what properties you have set on your SurfacePlacement? That may help us figure it out.

Thanks!

0 Kudos
MarcWouters
New Contributor III

I have nu idea ! First time to see about this class

Where do I need to set this SurfacePlacement ?  
When creating my features, when sharing my data to the service, when downloading it into a runtime geodatabase ?

Is there a default setting ?

Please teach me about this.

0 Kudos
EricBader
Occasional Contributor III

Have a look at this sample and let us know if this helps you:

https://github.com/Esri/arcgis-runtime-samples-qt/tree/master/ArcGISRuntimeSDKQt_CppSamples/Scenes/S... 

You might just be missing a setting.

0 Kudos
MarcWouters
New Contributor III

Eric,

I've looked at the sample, but I think this is not relevant for my problem.

I don't need to display my data in 3D (but I need them for calculations), therefor I don't use SurfacePlacement.

The problem occurs already before I can show them on the MapView : when downloading a copy (to make a runtime .geodatabase) the features with ShapeLength 0 are skipped.

Any other suggestions ?

0 Kudos
EricBader
Occasional Contributor III

Hi Marc,

This sounds like a bug we need to look into.

Do you have the means to submit an issue for this to Tech Support?

0 Kudos
MarcWouters
New Contributor III

Hi Eric,

I am in contact with Belux technical support, they will know how to handle this.

0 Kudos