-
Notifications
You must be signed in to change notification settings - Fork 523
/
Copy pathreadme.metadata.json
39 lines (39 loc) · 1003 Bytes
/
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
37
38
39
{
"category": "Geometry",
"description": "Determine spatial relationships between two geometries.",
"formal_name": "SpatialRelationships",
"ignore": false,
"images": [
"spatialrelationships.jpg"
],
"keywords": [
"geometries",
"relationship",
"spatial analysis"
],
"offline_data": [],
"redirect_from": [
"/net/latest/maui/sample-code/spatial-relationships.htm"
],
"relevant_apis": [
"Geometry",
"GeometryEngine",
"GeometryEngine.Contains",
"GeometryEngine.Crosses",
"GeometryEngine.Disjoint",
"GeometryEngine.Intersects",
"GeometryEngine.Overlaps",
"GeometryEngine.Touches",
"GeometryEngine.Within",
"GeometryType",
"Graphic",
"Point",
"Polygon",
"Polyline"
],
"snippets": [
"SpatialRelationships.xaml.cs",
"SpatialRelationships.xaml"
],
"title": "Spatial relationships"
}