Esri / arcgis-runtime-samples-android

ArcGIS Runtime SDK for Android Samples
https://developers.arcgis.com/android/
Apache License 2.0
665 stars 1.19k forks source link

关于在shp表中添加字段失败 #881

Open liangchenxijin opened 3 years ago

liangchenxijin commented 3 years ago

ArcGIS Android Issue Template

GitHub is ONLY used for issues pertaining to ArcGIS Runtime SDK Samples. Use GeoNet for any general ArcGIS Runtime Android SDK questions.

Is this something you can contribute? Send a pull request! New Samples, bug fixes and documentation fixes are welcome.

Neither of the above? Submit an issue:

Feature or Bug?

Behavior

Steps to Reproduce

1.我想在shp表中添加字段,但是没有成功,我的代码: Map<String, Object> dss = new HashMap<>(); dss.put("Name","hhhhh"); dss.put("TFH","hhhhh"); feature.getFeatureTable().createFeature(dss,mapPoint); final ListenableFuture addFeatureOper = featureLayer.getFeatureTable().addFeatureAsync(feature); 2. 3. 4.

liangchenxijin commented 3 years ago

请帮我解答一下,谢谢!

JarvanMo commented 3 years ago

@liangchenxijin 你觉得你用中文他们能看到吗?而且这里不是提问sdk问题的地方