-
Notifications
You must be signed in to change notification settings - Fork 521
/
readme.metadata.json
40 lines (40 loc) · 1.12 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
37
38
39
40
{
"category": "Local Server",
"description": "Create contour lines from local raster data using a local geoprocessing package `.gpk` and the contour geoprocessing tool.",
"formal_name": "LocalServerGeoprocessing",
"ignore": false,
"images": [
"LocalServerGeoprocessing.jpg"
],
"keywords": [
"geoprocessing",
"local",
"offline",
"parameters",
"processing",
"service"
],
"offline_data": [
"a680362d6a7447e8afe2b1eb85fcde30",
"3f38e1ae7c5948cc95334ba3a142a4ec"
],
"redirect_from": [
"/net/latest/wpf/sample-code/local-server-geoprocessing.htm"
],
"relevant_apis": [
"GeoprocessingDouble",
"GeoprocessingJob",
"GeoprocessingParameter",
"GeoprocessingParameters",
"GeoprocessingTask",
"LocalGeoprocessingService",
"LocalGeoprocessingService.ServiceType",
"LocalServer",
"LocalServerStatus"
],
"snippets": [
"LocalServerGeoprocessing.xaml.cs",
"LocalServerGeoprocessing.xaml"
],
"title": "Local server geoprocessing"
}