Esri/arcgis-runtime-samples-android

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

Opened this issue · 2 comments

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 你觉得你用中文他们能看到吗?而且这里不是提问sdk问题的地方