-
Notifications
You must be signed in to change notification settings - Fork 519
/
readme.metadata.json
36 lines (36 loc) · 1.02 KB
/
readme.metadata.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"category": "Analysis",
"description": "Zoom to features matching a query and count the features in the current visible extent.",
"formal_name": "QueryFeatureCountAndExtent",
"ignore": false,
"images": [
"queryfeaturecountandextent.jpg"
],
"keywords": [
"count",
"feature layer",
"feature table",
"features",
"filter",
"number",
"query"
],
"offline_data": [],
"redirect_from": [
"/net/latest/maui/sample-code/query-feature-count-and-extent.htm"
],
"relevant_apis": [
"FeatureTable.QueryExtentAsync",
"FeatureTable.QueryFeatureCountAsync",
"MapView.GetCurrentViewpoint(ViewpointType)",
"QueryParameters",
"QueryParameters.Geometry",
"QueryParameters.SpatialRelationship",
"QueryParameters.WhereClause"
],
"snippets": [
"QueryFeatureCountAndExtent.xaml.cs",
"QueryFeatureCountAndExtent.xaml"
],
"title": "Query feature count and extent"
}