-
Notifications
You must be signed in to change notification settings - Fork 1
/
msrm.rft.xml
95 lines (95 loc) · 3.36 KB
/
msrm.rft.xml
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<RasterFunctionTemplate xsi:type='typens:RasterFunctionTemplate' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:xs='http://www.w3.org/2001/XMLSchema' xmlns:typens='http://www.esri.com/schemas/ArcGIS/2.6.0'>
<Name>Multi-scale relief model</Name>
<Description>RVT Multi-scale relief model. Calculates Multi-scale relief model.</Description>
<Function xsi:type='typens:PythonAdapterFunction' id='ID1'>
<Name>RVT msrm</Name>
<Description>Calculates Multi-scale relief model.</Description>
<PixelType>UNKNOWN</PixelType>
</Function>
<Arguments xsi:type='typens:PythonAdapterFunctionArguments' id='ID2'>
<Names xsi:type='typens:ArrayOfString' id='ID3'>
<String>raster</String>
<String>calc_8_bit</String>
<String>feature_min</String>
<String>feature_max</String>
<String>scaling_factor</String>
<String>resolution</String>
<String>PythonModule</String>
<String>ClassName</String>
</Names>
<Values xsi:type='typens:ArrayOfAnyType' id='ID4'>
<AnyType xsi:type='typens:RasterFunctionVariable' id='ID5'>
<Name>Raster</Name>
<Description/>
<Value/>
<IsDataset>true</IsDataset>
</AnyType>
<AnyType xsi:type='typens:RasterFunctionVariable' id='ID6'>
<Name>calc_8_bit</Name>
<Description/>
<Value xsi:type='xs:int'>1</Value>
<IsDataset>false</IsDataset>
</AnyType>
<AnyType xsi:type='typens:RasterFunctionVariable' id='ID6'>
<Name>feature_min</Name>
<Description/>
<Value xsi:type='xs:double'>0</Value>
<IsDataset>false</IsDataset>
</AnyType>
<AnyType xsi:type='typens:RasterFunctionVariable' id='ID7'>
<Name>feature_max</Name>
<Description/>
<Value xsi:type='xs:double'>20</Value>
<IsDataset>false</IsDataset>
</AnyType>
<AnyType xsi:type='typens:RasterFunctionVariable' id='ID8'>
<Name>scaling_factor</Name>
<Description/>
<Value xsi:type='xs:double'>2</Value>
<IsDataset>false</IsDataset>
</AnyType>
<AnyType xsi:type='typens:RasterFunctionVariable' id='ID9'>
<Name>resolution</Name>
<Description/>
<Value xsi:type='xs:double'>1</Value>
<IsDataset>false</IsDataset>
</AnyType>
<AnyType xsi:type='xs:string'>[functions]Custom\rvt-arcgis-pro\msrm.py</AnyType>
<AnyType xsi:type='typens:RasterFunctionVariable' id='ID10'>
<Name>ClassName</Name>
<Description/>
<Value xsi:type='xs:string'>RVTMsrm</Value>
<IsDataset>false</IsDataset>
</AnyType>
</Values>
</Arguments>
<Help/>
<Type>0</Type>
<Thumbnail xsi:type='xs:string'/>
<Definition/>
<Group/>
<Tag/>
<ThumbnailEx/>
<Properties xsi:type='typens:PropertySet' id='ID11'>
<PropertyArray xsi:type='typens:ArrayOfPropertySetProperty' id='ID12'>
<PropertySetProperty xsi:type='typens:PropertySetProperty' id='ID13'>
<Key>MatchVariable</Key>
<Value xsi:type='typens:RasterFunctionVariable' id='ID14'>
<Name>MatchVariable</Name>
<Description/>
<Value xsi:type='xs:boolean'>true</Value>
<IsDataset>false</IsDataset>
</Value>
</PropertySetProperty>
<PropertySetProperty xsi:type='typens:PropertySetProperty' id='ID15'>
<Key>UnionDimension</Key>
<Value xsi:type='typens:RasterFunctionVariable' id='ID16'>
<Name>UnionDimension</Name>
<Description/>
<Value xsi:type='xs:boolean'>false</Value>
<IsDataset>false</IsDataset>
</Value>
</PropertySetProperty>
</PropertyArray>
</Properties>
</RasterFunctionTemplate>