-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathblend.rft.xml
88 lines (88 loc) · 3.24 KB
/
blend.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
<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>Blend</Name>
<Description>Apply opacity to top raster. Blend and render background and top raster together. Rasters has to be normalized.</Description>
<Function xsi:type='typens:PythonAdapterFunction' id='ID1'>
<Name>RVT blend</Name>
<Description>Blend and render two images together.</Description>
<PixelType>UNKNOWN</PixelType>
</Function>
<Arguments xsi:type='typens:PythonAdapterFunctionArguments' id='ID2'>
<Names xsi:type='typens:ArrayOfString' id='ID3'>
<String>topraster</String>
<String>bgraster</String>
<String>calc_8_bit</String>
<String>blend_mode</String>
<String>opacity</String>
<String>PythonModule</String>
<String>ClassName</String>
</Names>
<Values xsi:type='typens:ArrayOfAnyType' id='ID4'>
<AnyType xsi:type='typens:RasterFunctionVariable' id='ID5'>
<Name>topraster</Name>
<Description/>
<Value/>
<IsDataset>true</IsDataset>
</AnyType>
<AnyType xsi:type='typens:RasterFunctionVariable' id='ID6'>
<Name>bgraster</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'>0</Value>
<IsDataset>false</IsDataset>
</AnyType>
<AnyType xsi:type='typens:RasterFunctionVariable' id='ID7'>
<Name>blend_mode</Name>
<Description/>
<Value xsi:type='xs:string'>normal</Value>
<IsDataset>false</IsDataset>
</AnyType>
<AnyType xsi:type='typens:RasterFunctionVariable' id='ID8'>
<Name>opacity</Name>
<Description/>
<Value xsi:type='xs:double'>100</Value>
<IsDataset>false</IsDataset>
</AnyType>
<AnyType xsi:type='xs:string'>[functions]Custom\rvt-arcgis-pro\blend.py</AnyType>
<AnyType xsi:type='typens:RasterFunctionVariable' id='ID9'>
<Name>ClassName</Name>
<Description/>
<Value xsi:type='xs:string'>RVTBlend</Value>
<IsDataset>false</IsDataset>
</AnyType>
</Values>
</Arguments>
<Help>Apply opacity to top raster. Blend and render background and top raster together. Rasters has to be normalized.</Help>
<Type>0</Type>
<Thumbnail xsi:type='xs:string'/>
<Definition/>
<Group/>
<Tag/>
<ThumbnailEx/>
<Properties xsi:type='typens:PropertySet' id='ID10'>
<PropertyArray xsi:type='typens:ArrayOfPropertySetProperty' id='ID11'>
<PropertySetProperty xsi:type='typens:PropertySetProperty' id='ID12'>
<Key>MatchVariable</Key>
<Value xsi:type='typens:RasterFunctionVariable' id='ID13'>
<Name>MatchVariable</Name>
<Description/>
<Value xsi:type='xs:boolean'>true</Value>
<IsDataset>false</IsDataset>
</Value>
</PropertySetProperty>
<PropertySetProperty xsi:type='typens:PropertySetProperty' id='ID14'>
<Key>UnionDimension</Key>
<Value xsi:type='typens:RasterFunctionVariable' id='ID15'>
<Name>UnionDimension</Name>
<Description/>
<Value xsi:type='xs:boolean'>false</Value>
<IsDataset>false</IsDataset>
</Value>
</PropertySetProperty>
</PropertyArray>
</Properties>
</RasterFunctionTemplate>