wxgui_items.xml 14 KB

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