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

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

Open
@liangchenxijin

Description

@liangchenxijin

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions