Create a feature collection layer to show a query result from a service feature table. The feature collection is then displayed on a map with a feature collection layer.
- Call
featureTable.QueryFeaturesAsync(queryParameters)
. - Create a
FeatureCollectionTable
with the resulting features. - Use the feature collection table to create a
FeatureCollection
. - Create a
FeatureCollectionLayer
referring to the feature collection. - Display the layer.
- FeatureCollection
- FeatureCollectionLayer
- FeatureCollectionTable
- FeatureQueryResult
- QueryParameters
- ServiceFeatureTable
Search and Query, feature collection layer