Select to view content in your preferred language

How to get Features from featureLayer ?(ArcGIS runtime SDK for java)

319
0
01-29-2020 10:08 PM
VIJAYKARTHICK
New Contributor

How to get the attributes of the shapeFile?

ShapefileFeatureTable shapefileFeatureTable = new ShapefileFeatureTable(selectedFile.getAbsolutePath());
FeatureLayer featureLayer = new FeatureLayer(shapefileFeatureTable);

From featureLayer I only able to get the fields only not attribute values.

There is anyway to extract the features from the featureLayer? If any, I could get the attributes from the feature itself.

0 Kudos
0 Replies