wxgui_items.xml 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE wxgui_items SYSTEM "wxgui_items.dtd">
  3. <wxgui-items>
  4. <wxgui-item name="Georectify">
  5. <label>Georectify</label>
  6. <handler>OnGCPManager</handler>
  7. <related-module>g.gui.gcp</related-module>
  8. <description>Manage Ground Control Points for Georectification</description>
  9. <icon>georectify</icon>
  10. </wxgui-item>
  11. <wxgui-item name="GraphicalModeler">
  12. <label>Graphical modeler</label>
  13. <handler>OnGModeler</handler>
  14. <related-module>g.gui.gmodeler</related-module>
  15. <description>Launch Graphical modeler</description>
  16. <keywords>general,gui,graphical modeler,workflow</keywords>
  17. <icon>modeler-main</icon>
  18. </wxgui-item>
  19. <wxgui-item name="RunModel">
  20. <label>Run model</label>
  21. <handler>OnRunModel</handler>
  22. <description>Run model prepared by Graphical modeler</description>
  23. </wxgui-item>
  24. <wxgui-item name="AnimationTool">
  25. <label>Animation tool</label>
  26. <handler>OnAnimationTool</handler>
  27. <related-module>g.gui.animation</related-module>
  28. <description>Launch animation tool.</description>
  29. <keywords>general,gui,display</keywords>
  30. </wxgui-item>
  31. <wxgui-item name="TimelineTool">
  32. <label>Timeline tool</label>
  33. <handler>OnTimelineTool</handler>
  34. <related-module>g.gui.timeline</related-module>
  35. <description>Plot temporal extents.</description>
  36. <keywords>general,gui,temporal</keywords>
  37. </wxgui-item>
  38. <wxgui-item name="CartographicComposer">
  39. <label>Cartographic Composer</label>
  40. <handler>OnPsMap</handler>
  41. <related-module>g.gui.psmap</related-module>
  42. <description>Launch Cartographic Composer</description>
  43. <keywords>postscript,printing</keywords>
  44. <icon>print-compose</icon>
  45. </wxgui-item>
  46. <wxgui-item name="MapSwipe">
  47. <label>Map Swipe</label>
  48. <handler>OnMapSwipe</handler>
  49. <related-module>g.gui.mapswipe</related-module>
  50. <description>Launch Map Swipe</description>
  51. <keywords>general,gui,display</keywords>
  52. </wxgui-item>
  53. <wxgui-item name="LaunchScript">
  54. <label>Launch script</label>
  55. <handler>OnRunScript</handler>
  56. <description>Launches script file.</description>
  57. </wxgui-item>
  58. <wxgui-item name="Quit">
  59. <label>Exit GUI</label>
  60. <handler>OnCloseWindow</handler>
  61. <description>Quit the GRASS wxGUI session.</description>
  62. <shortcut>Ctrl+Q</shortcut>
  63. <wx-id>ID_EXIT</wx-id>
  64. </wxgui-item>
  65. <wxgui-item name="Preferences">
  66. <label>Preferences</label>
  67. <handler>OnPreferences</handler>
  68. <description>User GUI preferences (display font, commands, digitizer, etc.)</description>
  69. <wx-id>ID_PREFERENCES</wx-id>
  70. </wxgui-item>
  71. <wxgui-item name="RasterMapCalculator">
  72. <label>Raster map calculator</label>
  73. <handler>OnMapCalculator</handler>
  74. <related-module>r.mapcalc</related-module>
  75. <description>Raster map calculator.</description>
  76. <keywords>raster,algebra</keywords>
  77. </wxgui-item>
  78. <wxgui-item name="Histogram">
  79. <label>Histogram</label>
  80. <handler>OnHistogram</handler>
  81. <description>Generate histogram of image</description>
  82. </wxgui-item>
  83. <wxgui-item name="VolumeCalculator">
  84. <label>Volume calculator</label>
  85. <handler>OnMapCalculator</handler>
  86. <related-module>r3.mapcalc</related-module>
  87. <description>3D raster map calculator.</description>
  88. <keywords>raster,algebra</keywords>
  89. </wxgui-item>
  90. <wxgui-item name="GRASSHelp">
  91. <label>GRASS help</label>
  92. <command>g.manual -i</command>
  93. <description>Display the HTML man pages of GRASS GIS</description>
  94. <keywords>general,manual,help</keywords>
  95. <wx-id>ID_HELP</wx-id>
  96. </wxgui-item>
  97. <wxgui-item name="GUIHelp">
  98. <label>GUI help</label>
  99. <command>g.manual entry=wxGUI</command>
  100. <description>Display the HTML man pages of GRASS GIS</description>
  101. <keywords>general,manual,help</keywords>
  102. </wxgui-item>
  103. <wxgui-item name="AboutSystem">
  104. <label>About system</label>
  105. <handler>OnSystemInfo</handler>
  106. <description>Prints system information</description>
  107. </wxgui-item>
  108. <wxgui-item name="AboutGRASSGIS">
  109. <label>About GRASS GIS</label>
  110. <handler>OnAboutGRASS</handler>
  111. <description>About GRASS GIS</description>
  112. <wx-id>ID_ABOUT</wx-id>
  113. </wxgui-item>
  114. <wxgui-item name="New">
  115. <label>New</label>
  116. <handler>OnWorkspaceNew</handler>
  117. <description>Create new workspace</description>
  118. <shortcut>Ctrl+N</shortcut>
  119. <wx-id>ID_NEW</wx-id>
  120. </wxgui-item>
  121. <wxgui-item name="Open">
  122. <label>Open</label>
  123. <handler>OnWorkspaceOpen</handler>
  124. <description>Load workspace from file</description>
  125. <shortcut>Ctrl+O</shortcut>
  126. <wx-id>ID_OPEN</wx-id>
  127. </wxgui-item>
  128. <wxgui-item name="Save">
  129. <label>Save</label>
  130. <handler>OnWorkspaceSave</handler>
  131. <description>Save workspace</description>
  132. <shortcut>Ctrl+S</shortcut>
  133. <wx-id>ID_SAVE</wx-id>
  134. </wxgui-item>
  135. <wxgui-item name="SaveAs">
  136. <label>Save as</label>
  137. <handler>OnWorkspaceSaveAs</handler>
  138. <description>Save workspace to file</description>
  139. <wx-id>ID_SAVEAS</wx-id>
  140. </wxgui-item>
  141. <wxgui-item name="Close">
  142. <label>Close</label>
  143. <handler>OnWorkspaceClose</handler>
  144. <description>Close workspace file</description>
  145. <wx-id>ID_CLOSE</wx-id>
  146. </wxgui-item>
  147. <wxgui-item name="LoadGRCFileTclTkGUI">
  148. <label>Load GRC file (Tcl/Tk GUI)</label>
  149. <handler>OnWorkspaceLoadGrcFile</handler>
  150. <description>Load map layers from GRC file to layer tree</description>
  151. </wxgui-item>
  152. <wxgui-item name="AddRaster">
  153. <label>Add raster</label>
  154. <handler>OnAddRaster</handler>
  155. <description>Add raster map layer to current display</description>
  156. <shortcut>Ctrl+Shift+R</shortcut>
  157. </wxgui-item>
  158. <wxgui-item name="AddVector">
  159. <label>Add vector</label>
  160. <handler>OnAddVector</handler>
  161. <description>Add vector map layer to current display</description>
  162. <shortcut>Ctrl+Shift+V</shortcut>
  163. </wxgui-item>
  164. <wxgui-item name="AddMultipleRastersOrVectors">
  165. <label>Add multiple rasters or vectors</label>
  166. <handler>OnAddMaps</handler>
  167. <description>Add multiple raster or vector map layers to current display</description>
  168. <shortcut>Ctrl+Shift+L</shortcut>
  169. </wxgui-item>
  170. <wxgui-item name="NewMapDisplayWindow">
  171. <label>New map display window</label>
  172. <handler>OnNewDisplay</handler>
  173. <description>Open new map display window</description>
  174. </wxgui-item>
  175. <wxgui-item name="CloseCurrentMapDisplayWindow">
  176. <label>Close current map display window</label>
  177. <handler>OnDisplayClose</handler>
  178. <description>Close current map display window</description>
  179. <shortcut>Ctrl+W</shortcut>
  180. </wxgui-item>
  181. <wxgui-item name="CloseAllOpenMapDisplayWindows">
  182. <label>Close all open map display windows</label>
  183. <handler>OnDisplayCloseAll</handler>
  184. <description>Close all open map display windows</description>
  185. </wxgui-item>
  186. <wxgui-item name="CommonFormatsImport">
  187. <label>Common formats import</label>
  188. <handler>OnImportGdalLayers</handler>
  189. <related-module>r.in.gdal</related-module>
  190. <description>Import raster data into a GRASS map layer using GDAL.</description>
  191. <keywords>raster,import</keywords>
  192. </wxgui-item>
  193. <wxgui-item name="CommonImportFormats">
  194. <label>Common import formats</label>
  195. <handler>OnImportOgrLayers</handler>
  196. <related-module>v.in.ogr</related-module>
  197. <description>Converts vector layers into a GRASS vector map using OGR.</description>
  198. <keywords>vector,import</keywords>
  199. </wxgui-item>
  200. <wxgui-item name="DXFImport">
  201. <label>DXF import</label>
  202. <handler>OnImportDxfFile</handler>
  203. <related-module>v.in.dxf</related-module>
  204. <description>Converts files in DXF format to GRASS vector map format.</description>
  205. <keywords>vector,import,dxf</keywords>
  206. </wxgui-item>
  207. <wxgui-item name="LinkExternalRasterData">
  208. <label>Link external raster data</label>
  209. <handler>OnLinkGdalLayers</handler>
  210. <related-module>r.external</related-module>
  211. <description>Link GDAL supported raster data as a pseudo GRASS raster map layer.</description>
  212. <keywords>raster,import,input,external</keywords>
  213. </wxgui-item>
  214. <wxgui-item name="LinkExternalVectorData">
  215. <label>Link external vector data</label>
  216. <handler>OnLinkOgrLayers</handler>
  217. <related-module>v.external</related-module>
  218. <description>Creates a new pseudo-vector map as a link to an OGR-supported layer.</description>
  219. <keywords>vector,import,input,external,OGR,PostGIS</keywords>
  220. </wxgui-item>
  221. <wxgui-item name="OutputFormatForVectorData">
  222. <label>Output format for vector data</label>
  223. <handler>OnVectorOutputFormat</handler>
  224. <related-module>v.external.out</related-module>
  225. <description>Defines vector output format utilizing OGR library.</description>
  226. <keywords>vector,export,output,external,OGR,PostGIS</keywords>
  227. </wxgui-item>
  228. <wxgui-item name="DisplayRegion">
  229. <label>Display region</label>
  230. <command>g.region -p</command>
  231. <description>Manages the boundary definitions for the geographic region.</description>
  232. <keywords>general,settings</keywords>
  233. </wxgui-item>
  234. <wxgui-item name="MapsetAccess">
  235. <label>Mapset access</label>
  236. <handler>OnMapsets</handler>
  237. <related-module>g.mapsets</related-module>
  238. <description>Set/unset access to other mapsets in current location</description>
  239. <keywords>general,settings,search path</keywords>
  240. </wxgui-item>
  241. <wxgui-item name="ChangeLocationAndMapset">
  242. <label>Change location and mapset</label>
  243. <handler>OnChangeLocation</handler>
  244. <description>Change current location and mapset.</description>
  245. <keywords>general,location,current</keywords>
  246. </wxgui-item>
  247. <wxgui-item name="ChangeMapset">
  248. <label>Change mapset</label>
  249. <handler>OnChangeMapset</handler>
  250. <description>Change current mapset.</description>
  251. <keywords>general,mapset,current</keywords>
  252. </wxgui-item>
  253. <wxgui-item name="ChangeWorkingDirectory">
  254. <label>Change working directory</label>
  255. <handler>OnChangeCWD</handler>
  256. <description>Change working directory</description>
  257. </wxgui-item>
  258. <wxgui-item name="ShowSettings">
  259. <label>Show settings</label>
  260. <command>g.gisenv -n</command>
  261. <description>Outputs and modifies the user's current GRASS variable settings.</description>
  262. <keywords>general,settings,variables</keywords>
  263. </wxgui-item>
  264. <wxgui-item name="CreateNewLocation">
  265. <label>Create new location</label>
  266. <handler>OnLocationWizard</handler>
  267. <description>Launches location wizard to create new GRASS location.</description>
  268. <keywords>general,location,wizard</keywords>
  269. </wxgui-item>
  270. <wxgui-item name="CreateNewMapset">
  271. <label>Create new mapset</label>
  272. <handler>OnCreateMapset</handler>
  273. <description>Creates new mapset in the current location, changes current mapset.</description>
  274. <keywords>general,mapset,create</keywords>
  275. </wxgui-item>
  276. <wxgui-item name="VersionAndCopyright">
  277. <label>Version and copyright</label>
  278. <command>g.version -c</command>
  279. <description>Displays version and copyright information.</description>
  280. <keywords>general,version</keywords>
  281. </wxgui-item>
  282. <wxgui-item name="DisplayMapProjection">
  283. <label>Display map projection</label>
  284. <command>g.proj -p</command>
  285. <description>Converts co-ordinate system descriptions (i.e. projection information) between various formats (including GRASS format).</description>
  286. <keywords>general,projection,create location</keywords>
  287. </wxgui-item>
  288. <wxgui-item name="InstallExtensionFromAddons">
  289. <label>Install extension from addons</label>
  290. <handler>OnInstallExtension</handler>
  291. <related-module>g.extension</related-module>
  292. <description>Installs new extension from GRASS AddOns SVN repository.</description>
  293. <keywords>general,installation,extensions</keywords>
  294. </wxgui-item>
  295. <wxgui-item name="ManageExtension">
  296. <label>Manage installed extension</label>
  297. <handler>OnManageExtension</handler>
  298. <related-module>g.extension</related-module>
  299. <description>Updates or removes installed GRASS AddOns extension(s).</description>
  300. <keywords>general,installation,extensions</keywords>
  301. </wxgui-item>
  302. <wxgui-item name="ManageRasterColorRulesInteractively">
  303. <label>Manage color rules interactively</label>
  304. <handler>OnRasterRules</handler>
  305. <description>Interactive management of raster color tables.</description>
  306. <keywords>raster,color table</keywords>
  307. </wxgui-item>
  308. <wxgui-item name="SetUpSamplingAndAnalysisFramework">
  309. <label>Set up sampling and analysis framework</label>
  310. <handler>OnRLiSetup</handler>
  311. <description>Configuration editor for r.li.'index'</description>
  312. <keywords>raster,landscape structure analysis</keywords>
  313. </wxgui-item>
  314. <wxgui-item name="OrdinaryOrBlockKriging">
  315. <label>Ordinary or block kriging</label>
  316. <command>v.krige</command>
  317. <description>Performs ordinary or block kriging.</description>
  318. <keywords>vector,raster,interpolation,kriging</keywords>
  319. </wxgui-item>
  320. <wxgui-item name="CreateNewVectorMap">
  321. <label>Create new vector map</label>
  322. <handler>OnNewVector</handler>
  323. <description>Create new empty vector map</description>
  324. </wxgui-item>
  325. <wxgui-item name="CleanVectorMap">
  326. <label>Clean vector map</label>
  327. <handler>OnVectorCleaning</handler>
  328. <related-module>v.clean</related-module>
  329. <description>Toolset for cleaning topology of vector map.</description>
  330. <keywords>vector,topology,geometry</keywords>
  331. </wxgui-item>
  332. <wxgui-item name="ManageVectorColorRulesInteractively">
  333. <label>Manage color rules interactively</label>
  334. <handler>OnVectorRules</handler>
  335. <description>Interactive management of vector color tables.</description>
  336. <keywords>vector,color table</keywords>
  337. </wxgui-item>
  338. <wxgui-item name="VectorNetworkAnalysisTool">
  339. <label>Vector network analysis tool</label>
  340. <handler>OnVNet</handler>
  341. <description>Tool for interactive vector network analysis.</description>
  342. <keywords>gui,vector,network</keywords>
  343. </wxgui-item>
  344. <wxgui-item name="CreateOrEditGroup">
  345. <label>Create/edit group</label>
  346. <handler>OnEditImageryGroups</handler>
  347. <related-module>i.group</related-module>
  348. <description>Creates, edits, and lists groups of imagery files.</description>
  349. <keywords>imagery,map management</keywords>
  350. </wxgui-item>
  351. <wxgui-item name="InteractiveInputForSupervisedClassification">
  352. <label>Interactive input for supervised classification</label>
  353. <handler>OnIClass</handler>
  354. <related-module>g.gui.iclass</related-module>
  355. <description>Generates spectral signatures by allowing the user to outline training areas.</description>
  356. <keywords>general,gui,imagery,classification,signatures</keywords>
  357. </wxgui-item>
  358. </wxgui-items>