wxgui_items.xml 14 KB

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