How to change the colour of a Feature on a FeatureLayer using ArcGIS Android 10.2.6 A

المشرف العام

Administrator
طاقم الإدارة
I have a featurelayer generated from offline shapefile read from SD Card, with shapes representing houses. Android version is 4.2, API is ArcGIS Android 10.2.6.

The user would select a shape/feature and complete the audit. After the audit is complete I would like to change the colour of the feature to indicate which premises have been audited. I can get the selected feature ID from the feature layer but cannot find a way to change the colour of the feature.

Here is the code for the FeatureLayer:

ShapefileFeatureTable shapefileFeatureTable = new ShapefileFeatureTable(myShapeFilePath.toString()); FeatureLayer featureLayer = new FeatureLayer(shapefileFeatureTable);

أكثر...
 
أعلى