Skip to content
This repository has been archived by the owner on Jan 26, 2023. It is now read-only.

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

Open
liangchenxijin opened this issue Apr 23, 2021 · 2 comments
Open

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

liangchenxijin opened this issue Apr 23, 2021 · 2 comments

Comments

@liangchenxijin
Copy link

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
Copy link
Author

请帮我解答一下,谢谢!

@JarvanMo
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants