.TH wxGUI.Vector_Digitizer 1grass "" "GRASS 6.4.2" "Grass User's Manual" .SH NAME \fI\fBwxGUI.Vector_Digitizer\fR\fR .SH DESCRIPTION The \fBvector digitizer\fR is a \fIwxGUI\fR component intended for interactive editing vector maps (see \fIv.edit\fR for non-interactive vector editing GRASS capabilities). .PP The digitizer supports editing of 2D vector features (points, lines, centroids, boundaries, and area). Vector features can be selected using mouse or by query (e.g. minimal vector line length). Vector features can be selected by bounding box or simply by mouse click (based on 'Settings->General->Select threshold' value). .PP Vector digitizer can be activated from Main toolbar in Map Display by selecting "Digitize" from "Tools" combobox. Vector map to be edited can be afterwards selected from digitizer toolbar ("Select vector map" combobox, note that only vector maps from the current layer tree in Layer Manager are available). Vector digitizer can be alternatively also activated from contextual menu in Layer Manager by selecting "Start editing" on selected vector map in the layer tree. .PP New vector map can be easily created from digitizer toolbar by selecting "New vector map" in "Select vector map" combobox. A new vector map is created, added to the current layer tree in Layer Manager and opened for editing. "Select vector map" combobox in digitizer toolbar also allows switching easily between vector maps to be edited. .PP The wxGUI vector digitizer draws all maps in the Layer Manager in the Map Display window; in addition, the digitizer also recognizes a special \(dqbackground" vector map. This map is selected from the Layer Manager by right-clicking on the map and selecting "Use as Background Map" from the contextual menu. The features of the background map may then be copied into the currently edited vector map using the "Copy features from (background) vector map" button in the "Additional Tools" menu on the Digitzer Toolbar. .SS DIGITIZER TOOLBAR .br .IP " \fIDigitize new point\fR" 4m .br Add new point to vector map and optionally define its attributes. .IP " \fIDigitize new line\fR" 4m .br Add new line to vector map and optionally define its attributes. .IP " \fIDigitize new boundary\fR" 4m .br Add new boundary to vector map and optionally define its attributes. .IP " \fIDigitize new centroid\fR" 4m .br Add new centroid to vector map and optionally define its attributes. .IP " \fIDigitize new area\fR" 4m .br Add new area (closed boundary and one centroid inside) to vector map and optionally define its attributes. .IP " \fIMove vertex\fR" 4m .br Move selected vertex of linear feature. Thus shape of linear feature is changed. .IP " \fIAdd vertex\fR" 4m .br Add new vertex to selected linear feature (shape not changed). .IP " \fIRemove vertex\fR" 4m .br Remove selected vertex from linear feature. Thus shape of selected feature can be changed. .IP " \fIEdit line/boundary\fR" 4m .br Edit selected linear feature, add new segments or remove existing segments of linear feature. .IP " \fIMove feature(s)\fR" 4m .br Move selected vector features. Selection can be done by mouse or by query. .IP " \fIDelete feature(s)\fR" 4m .br Delete selected vector features (point, line, centroid, or boundary). Selection can be done by mouse or by query. .IP " \fIDisplay/update categories\fR" 4m .br Display categories of selected vector feature. Category settings can be modified, new layer/category pairs added or already defined pairs removed. .IP " \fIDisplay/update attributes\fR" 4m .br Display attributes of selected vector feature (based on its category settings). Attributes can be also modified. Same functionality is accessible from Main toolbar "Query vector map (editable mode)". .IP " \fIAdditional tools\fR" 4m .RS .IP \fIBreak selected lines/boundaries at intersection\fR .br Split given vector line or boundary into two lines on given position (based on \fIv.clean\fR, tool=break). .IP \fIConnect two selected lines/boundaries\fR .br Connect selected lines or boundaries, the first given line is connected to the second one. The second line is broken if necessary on each intersection. The lines are connected only if distance between them is not greater than snapping threshold value. .IP \fICopy categories\fR .br Copy category settings of selected vector feature to other vector features. Layer/category pairs of source vector features are appended to the target feature category settings. Existing layer/category pairs are not removed from category settings of the target features. .IP \fICopy features from (background) map\fR .br Make identical copy of selected vector features. If a background vector map has been selected from the Layer Manager, copy features from background vector map, not from the currently modified vector map. .IP \fICopy attributes\fR .br Duplicate attributes settings of selected vector feature to other vector features. New category(ies) is appended to the target feature category settings and attributes duplicated based on category settings of source vector features. Existing layer/category pairs are not removed from category settings of the target features. .IP \fIFeature type conversion\fR .br Change feature type of selected geometry features. Points are converted to centroids, centroids to points, lines to boundaries and boundaries to lines. .IP \fIFlip selected lines/boundaries\fR .br Flip direction of selected linear features (lines or boundaries). .IP \fIMerge selected lines/boundaries\fR .br Merge (at least two) selected vector lines or boundaries. The geometry of the merged vector lines can be changed. If the second line from two selected lines is in opposite direction to the first, it will be flipped. See also module \fIv.build.polylines\fR. .IP \fISnap selected lines/boundaries (only to nodes)\fR .br Snap vector features in given threshold. See also module \fIv.clean\fR. Note that this tool supports only snapping to nodes. Snapping to vector features from background vector map is not currently supported. .IP \fISplit line/boundary\fR .br Split selected line or boundary on given position. .IP \fIQuery tool\fR .br Select vector features by defining a threshold for min/max length value (linear features or dangles). .IP \fIZ-bulk labeling of 3D lines\fR .br Assign z coordinate values to 3D vector lines in bounding box. This is useful for labeling contour lines. .RE .IP " \fISettings\fR" 4m .br Dialog for vector digitizer settings. .IP " \fIQuit digitizing tool\fR" 4m .br Changes in vector map can be optionally discarded when digitizing session is quited. .PP .SH NOTES .VL 4m .IP "\fBMouse button Functions:\fR .br .IP "\fILeft\fR - select/deselect features" 4m .IP "\fIControl+Left\fR - cancel action/undo vertex" 4m .IP "\fIRight\fR - confirm action" 4m .PP .PP \fIDead (deleted)\fR are internally only marked in the geometry file as 'dead' but it remains there and occupies space. Any vector module used afterwards on this vector map which really reads and writes vector geometry (so not \fIg.copy\fR) will writes only features which are 'alive'. .PP \fIAdded or modified\fR vector features are \fIsnapped\fR to existing vector features ('Settings->General->Snapping', nodes or vertices) based on 'Settings->General->Snapping threshold' value. To disable snapping set the snapping threshold to '0'. .PP If the digitizer crashes for some reason you can repair the vector map which was left open with the \fIv.build\fR module. .PP \fBPlease note that vector digitizer is under active development and distributed as "Experimental Prototype".\fR .SH SEE ALSO \fI wxGUI \fR .PP Other wxGUI components: .br \fI Attribute Table Manager .br 3D Viewer .br Graphical Modeler .br Manage Ground Control Points .br Cartographic Composer .br \fR .PP \fI v.edit, v.category \fR .PP See also wxGUI digitizer wiki page and Vector related wiki page. .SH AUTHORS FBK-irst (2007-2008), Trento, Italy, and Czech Technical University in Prague, Czech Republic .br .PP \fI$Date: 2012-01-20 19:44:22 +0100 (Fri, 20 Jan 2012) $\fR .PP Full index .PP © 2003-2011 GRASS Development Team