Feature Query Result
The result of a query, select, or populate features operation made on a feature table or layer. Operations that query, select and populate features, such as FeatureTable.queryFeatures, com.arcgismaps.mapping.layers.FeatureLayer.selectFeatures, com.arcgismaps.mapping.layers.AnnotationLayer.getSelectedFeatures, or ServiceFeatureTable.populateFromService, return their resulting features in a collection of FeatureQueryResult objects.
Each FeatureQueryResult provides a com.arcgismaps.geometry.GeometryType, com.arcgismaps.geometry.SpatialReference, and a collection of Field objects for each resulting feature.
Since
200.1.0