Select features in an ENC layer.
You can use selection to identify a feature and learn more about it. ENC layers often have many overlapping features, and features of mixed geometry, in a single layer, so the sample includes code for identifying the smallest feature, which is taken to be the most relevant.
Tap to select ENC features. Feature properties will be displayed in a callout.
- Load and display the ENC layer.
- When the map view is tapped, call
mapView.IdentifyLayersAsync()
, specifying the tapped position, a tolerance, and false for thepopupsOnly
parameter. - Filter the list of identified layers to include only results where the
LayerContent
is anEncLayer
. - Get the first result with at least one feature.
- Get the first feature in the
IdentifyLayerResult
. - Select that feature by calling
identifyResult.LayerContent.SelectFeature(firstFeature)
. - Show the feature's acronym and description in a callout.
- EncFeature
- EncFeature.Acronym
- EncFeature.Description
- EncLayer
- GeometryEngine.Area
- IdentifyLayerResult
- IdentifyLayerResult.GeoElements
- IdentifyLayerResult.LayerContent
This sample downloads the following items from ArcGIS Online automatically:
The sample uses ENC Exchange Set without updates a mock ENC data set, available on ArcGIS Online.
chart, hydrography, identify, IHO, maritime, S-57, S57, select, selection