-
Notifications
You must be signed in to change notification settings - Fork 1
/
Python_Toolbox.DDPtoPNG.pyt.xml
53 lines (53 loc) · 3.14 KB
/
Python_Toolbox.DDPtoPNG.pyt.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
<?xml version="1.0"?>
<metadata xml:lang="en">
<Esri>
<CreaDate>20141014</CreaDate>
<CreaTime>14584100</CreaTime>
<ArcGISFormat>1.0</ArcGISFormat>
<SyncOnce>TRUE</SyncOnce>
<ModDate>20150114</ModDate>
<ModTime>081750</ModTime>
<scaleRange>
<minScale>150000000</minScale>
<maxScale>5000</maxScale>
</scaleRange>
<ArcGISProfile>ItemDescription</ArcGISProfile>
</Esri>
<dataIdInfo>
<idCitation>
<resTitle>Data Driven Pages to PNG</resTitle>
</idCitation>
<idAbs><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>This Python tool converts data driven pages in a MXD document to PNG images.</SPAN></P></DIV></DIV></DIV></idAbs>
<idCredit>An Tran</idCredit>
<searchKeys>
<keyword>Export</keyword>
<keyword>Mapping</keyword>
<keyword>Data Driven Pages</keyword>
</searchKeys>
</dataIdInfo>
<distInfo>
<distributor>
<distorFormat>
<formatName>ArcToolbox Tool</formatName>
</distorFormat>
</distributor>
</distInfo>
<tool displayname="Data Driven Pages to PNG" name="DDPtoPNG" toolboxalias="Custom Python Tools" xmlns="">
<parameters>
<param datatype="File" direction="Input" displayname="Map File" expression="mapFile" name="mapFile" type="Required">
<dialogReference><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>The map document to export from.</SPAN></P></DIV></DIV></DIV></dialogReference>
</param>
<param datatype="Folder" direction="Input" displayname="Output Location" expression="outDir" name="outDir" type="Required">
<dialogReference><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>The output directory where exported apges will be saved.</SPAN></P></DIV></DIV></DIV></dialogReference>
</param>
<param datatype="Multiple Value" direction="Input" displayname="Data Driven Pages List" expression="exportList;exportList..." name="exportList" type="Required">
<dialogReference><DIV STYLE="text-align:Left;"><DIV><P><SPAN>The list of available data driven pages in this map document.</SPAN></P></DIV></DIV></dialogReference>
</param>
</parameters>
<summary><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>This Python tool converts data driven pages in a MXD document to PNG images.</SPAN></P></DIV></DIV></DIV></summary>
<usage><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>Use this tool to export selected data driven pages in a map document to PNG format.</SPAN></P></DIV></DIV></DIV></usage>
</tool>
<mdHrLv>
<ScopeCd value="005"/>
</mdHrLv>
</metadata>