WMS:Edit Menu: Difference between revisions

From XMS Wiki
Jump to navigationJump to search
Line 51: Line 51:


Other dialogs and plot windows have separate commands available for copying text results or plots to the clipboard for inclusion in other documents.
Other dialogs and plot windows have separate commands available for copying text results or plots to the clipboard for inclusion in other documents.
====[[WMS:Paste|Paste]]====
====Paste====
The '''Paste''' command in the '''Edit''' menu allows the user to paste tabular data (generally this is xyz data used to  create a TIN or scattered data set) directly into WMS. The tabular data can be  copied from a text file or from a spreadsheet and then pasted into WMS.  
The '''Paste''' command in the '''Edit''' menu allows the user to paste tabular data (generally this is xyz data used to  create a TIN or scattered data set) directly into WMS. The tabular data can be  copied from a text file or from a spreadsheet and then pasted into WMS.  


When this command is executed the [[WMS:Text Import Wizard|Text Import Wizard]] is  launched.
When this command is executed the [[WMS:Text Import Wizard|Text Import Wizard]] is  launched.


==Related Topics==
==Related Topics==

Revision as of 19:45, 4 January 2013

The Edit menu is one of the standard menus and is available in all of the modules. The commands in the Edit menu are used to select objects, delete objects, and set basic object and material attributes.

The Edit menu contains the following commands:

Delete

The Delete command is used to delete any selected objects. This command is also equivalent to hitting the DELETE or BACKSPACE keys. A macro for the Delete command WMSIcon Delete.png is found in the Macro tool palette.

Delete All

The Delete All command is used to delete all of the data associated with the active module, whether or not there are selections. It is similar to the New command in the File menu except that the New command deletes all data in all modules.

Select All

The Select All command (Ctrl+A) selects all items associated with the current selection tool, providing that the tool supports the Select All option.

Select With Polygon

The Select With Polygon command allows you to enter an irregular polygon enclosing the items to be selected (one of the selection tools must be active). To enter the polygon, click on both the polygon's starting point and each intermediate point defining the polygon and double click on the ending point. All items within the polygon will be selected. If an error occurs while entering a polygon, the following keys can be used:

  • BACKSPACE or DELETE – Back up one line segment.
  • ESC – Abort entering the polygon, and selection by polygon.
  • CONTROL – Holding the CONTROL key down while moving the cursor causes all previously entered segments of the polygon to be moved simultaneously.

In addition to defining a polygon using the cursor, a polygon created in the Map module may be chosen to define a selection polygon.

Units

Units are determined by the data that you read into WMS. For example if you read a TIN in which has coordinate vertices in meters then you are responsible to tell WMS that you are working with metric units so that proper conversions are made when computing areas, slopes, and other geometric values.

Units are specified in the Units dialog. Model units are the units of the geometric data (i.e. TIN, DEM, Feature Objects, etc.) you are using to develop hydrologic and hydraulic models whereas parameter units are the units you wish to have areas and distanced converted to when performing calculations. IMPORTANT: WMS requires that the Horizontal and Vertical units be the same in order to correctly estimate slopes.

Units are closely related to the Current Coordinate System and so access to this dialog is given in order to change the current units setting.

File:Image67.jpg

Current Coordinates

Coordinate Conversion

Single Point Conversion

The Single Point Conversion dialog allows a user to convert a coordinate (xyz point) between to coordinate systems. This dialog can be accessed from two locations within XMS programs:

  1. Edit menu, Convert Single Coordinate item
  2. Register Image Dialog

The dialog consists of two sides. On the left side, the original (or Convert from) coordinate system is entered. On the right side, the final (or Convert to) coordinate system is entered. The options for the two sides are described on the Coordinate Systems page.

The other items in the dialog include:

  • Enter coordinates – Enter the original (or from) coordinates.
  • New Coordinates – View the final (or to) coordinates.
  • Convert – Perform the conversion.
  • Create Mesh Node/Feature Point – Create a mesh node (if in the mesh module) or a feature point (if in the map module) at the final coordinates when OK is pushed.

Materials

Preferences

Copy to Clipboard

The contents of the Graphics or Hydrograph windows can be saved to the Windows clipboard by selecting the Copy to Clipboard command (Ctrl+C). The clipboard can then be “pasted” into other Windows programs, such as word processors or drawing packages.

Other dialogs and plot windows have separate commands available for copying text results or plots to the clipboard for inclusion in other documents.

Paste

The Paste command in the Edit menu allows the user to paste tabular data (generally this is xyz data used to create a TIN or scattered data set) directly into WMS. The tabular data can be copied from a text file or from a spreadsheet and then pasted into WMS.

When this command is executed the Text Import Wizard is launched.

Related Topics