This repository was archived by the owner on Jan 26, 2023. It is now read-only.
关于在shp表中添加字段失败 #881
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels