GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
Public Member Functions | |
def | __init__ |
Base class for vector digitizer (ctypes interface) More... | |
def | __del__ |
def | CloseBackgroundMap |
Close background vector map. More... | |
def | OpenBackgroundMap |
Open background vector map. More... | |
def | AddFeature |
Add new feature. More... | |
def | DeleteSelectedLines |
Delete selected features. More... | |
def | MoveSelectedLines |
Move selected features. More... | |
def | MoveSelectedVertex |
Move selected vertex of the line. More... | |
def | AddVertex |
Add new vertex to the selected line/boundary on position 'coords'. More... | |
def | RemoveVertex |
Remove vertex from the selected line/boundary on position 'coords'. More... | |
def | SplitLine |
Split/break selected line/boundary on given position. More... | |
def | EditLine |
Edit existing line/boundary. More... | |
def | FlipLine |
Flip selected lines/boundaries. More... | |
def | MergeLine |
Merge selected lines/boundaries. More... | |
def | BreakLine |
Break selected lines/boundaries. More... | |
def | SnapLine |
Snap selected lines/boundaries. More... | |
def | ConnectLine |
Connect selected lines/boundaries. More... | |
def | CopyLine |
Copy features from (background) vector map. More... | |
def | CopyCats |
Copy given categories to objects with id listed in ids. More... | |
def | SelectLinesByQuery |
Select features by query. More... | |
def | IsVector3D |
Check if open vector map is 3D. More... | |
def | GetLineLength |
Get line length. More... | |
def | GetAreaSize |
Get area size. More... | |
def | GetAreaPerimeter |
Get area perimeter. More... | |
def | SetLineCats |
Set categories for given line and layer. More... | |
def | TypeConvForSelectedLines |
Feature type conversion for selected objects. More... | |
def | Undo |
Undo action. More... | |
def | ZBulkLines |
Z-bulk labeling. More... | |
def | GetDisplay |
Get display driver instance. More... | |
def | OpenMap |
Open vector map for editing. More... | |
def | CloseMap |
Close currently open vector map. More... | |
def | InitCats |
Initialize categories information. More... | |
def | GetLineCats |
Get list of layer/category(ies) for selected feature. More... | |
def | GetLayers |
Get list of layers. More... | |
def | UpdateSettings |
Update digit (and display) settings. More... | |
def | SetCategory |
Update self.cats based on settings. More... | |
def | SelectLinesFromBackgroundMap |
Select features from background map. More... | |
def | GetUndoLevel |
Get undo level (number of active changesets) More... | |
Data Fields | |
poMapInfo | |
mapWindow | |
bgMapInfo | |
poBgMapInfo | |
popoBgMapInfo | |
toolbar | |
poPoints | |
poCats | |
cats | |
changesets | |
changesetCurrent | |
changesetEnd | |
Definition at line 126 of file wxdigit.py.
def wxdigit.IVDigit.__init__ | ( | self, | |
mapwindow | |||
) |
Base class for vector digitizer (ctypes interface)
mapwindow reference for map window (BufferedWindow)
Definition at line 127 of file wxdigit.py.
def wxdigit.IVDigit.__del__ | ( | self | ) |
Definition at line 178 of file wxdigit.py.
References wxdigit.IVDigit.bgMapInfo, wxdigit.IVDigit.poBgMapInfo, wxdigit.IVDigit.poCats, wxdigit.IVDigit.popoBgMapInfo, wxdigit.IVDigit.poPoints, Vect_close(), Vect_destroy_cats_struct(), and Vect_destroy_line_struct().
def wxdigit.IVDigit.AddFeature | ( | self, | |
ftype, | |||
points | |||
) |
Add new feature.
ftype | feature type (point, line, centroid, boundary) |
points | tuple of points ((x, y), (x, y), ...) |
Definition at line 440 of file wxdigit.py.
References wxdigit.IVDigit._addFeature(), wxdigit.IVDigit._getSnapMode(), animation.Animation.mapWindow, tools.NvizToolWindow.mapWindow, wxdigit.IVDigit.mapWindow, tools.PositionWindow.mapWindow, and wxdigit.IVDigit.SetCategory().
def wxdigit.IVDigit.AddVertex | ( | self, | |
coords | |||
) |
Add new vertex to the selected line/boundary on position 'coords'.
coords | coordinates to add vertex |
Definition at line 651 of file wxdigit.py.
References wxdigit.IVDigit._ModifyLineVertex().
def wxdigit.IVDigit.BreakLine | ( | self | ) |
Break selected lines/boundaries.
Definition at line 823 of file wxdigit.py.
References wxdigit.IVDigit._addActionsAfter(), wxdigit.IVDigit._addActionsBefore(), wxdigit.IVDigit._checkMap(), wxdigit.IVDigit.changesets, wxdigit.IVDigit.poMapInfo, Vect_break_lines_list(), Vect_destroy_list(), and Vect_get_num_lines().
def wxdigit.IVDigit.CloseBackgroundMap | ( | self | ) |
Close background vector map.
Definition at line 190 of file wxdigit.py.
References wxdigit.IVDigit.poBgMapInfo, wxdigit.IVDigit.popoBgMapInfo, and Vect_close().
def wxdigit.IVDigit.CloseMap | ( | self | ) |
Close currently open vector map.
Definition at line 1411 of file wxdigit.py.
References wxdigit.IVDigit._checkMap().
Referenced by wxdisplay.DisplayDriver.__del__().
def wxdigit.IVDigit.ConnectLine | ( | self | ) |
Connect selected lines/boundaries.
Definition at line 873 of file wxdigit.py.
References wxdigit.IVDigit._addActionsAfter(), wxdigit.IVDigit._addActionsBefore(), wxdigit.IVDigit._checkMap(), wxdigit.IVDigit.changesets, wxdigit.IVDigit.poMapInfo, Vect_destroy_list(), Vect_get_num_lines(), and Vedit_connect_lines().
def wxdigit.IVDigit.CopyCats | ( | self, | |
fromId, | |||
toId, | |||
copyAttrb = False |
|||
) |
Copy given categories to objects with id listed in ids.
cats | ids of 'from' feature |
ids | ids of 'to' feature(s) |
Definition at line 933 of file wxdigit.py.
References dialogs.VDigitCategoryDialog.cats, dialogs.DisplayAttributesDialog.cats, wxdigit.IVDigit.cats, instructions.PageSetup.cats, db_close_database_shutdown_driver(), db_convert_column_value_to_string(), db_execute_immediate(), db_fetch(), db_get_column_name(), db_get_column_sqltype(), db_get_column_value(), db_get_cursor_table(), db_get_string(), db_get_table_column(), db_get_table_number_of_columns(), db_init_handle(), db_init_string(), db_open_database(), db_open_select_cursor(), db_set_handle(), db_set_string(), db_shutdown_driver(), db_sqltype_to_Ctype(), db_start_driver(), db_test_value_isnull(), G_free(), wxdigit.IVDigit.poCats, wxdigit.IVDigit.poMapInfo, wxdigit.IVDigit.poPoints, tools.range, Vect_cat_set(), Vect_destroy_cats_struct(), Vect_get_field(), Vect_line_alive(), Vect_new_cats_struct(), Vect_read_line(), and Vect_rewrite_line().
def wxdigit.IVDigit.CopyLine | ( | self, | |
ids = [] |
|||
) |
Copy features from (background) vector map.
ids | list of line ids to be copied |
Definition at line 901 of file wxdigit.py.
References wxdigit.IVDigit._addActionToChangeset(), wxdigit.IVDigit._breakLineAtIntersection(), wxdigit.IVDigit._checkMap(), wxdigit.IVDigit._settings, gselect.GdalSelect._settings, wxdigit.IVDigit.changesets, wxdigit.IVDigit.poBgMapInfo, wxdigit.IVDigit.poMapInfo, tools.range, Vect_destroy_list(), Vect_get_num_lines(), and Vedit_copy_lines().
def wxdigit.IVDigit.DeleteSelectedLines | ( | self | ) |
Delete selected features.
Definition at line 480 of file wxdigit.py.
References wxdigit.IVDigit._addActionsBefore(), wxdigit.IVDigit._checkMap(), db_append_string(), db_close_database(), db_execute_immediate(), db_get_string(), db_init_handle(), db_init_string(), db_open_database(), db_set_handle(), db_set_string(), db_shutdown_driver(), db_start_driver(), wxdigit.IVDigit.poCats, wxdigit.IVDigit.poMapInfo, tools.range, Vect_cat_del(), Vect_cat_set(), Vect_destroy_cats_struct(), Vect_destroy_list(), Vect_get_dblink(), Vect_get_num_dblinks(), Vect_new_cats_struct(), Vect_read_line(), and Vedit_delete_lines().
Referenced by wxdigit.IVDigit.EditLine().
def wxdigit.IVDigit.EditLine | ( | self, | |
line, | |||
coords | |||
) |
Edit existing line/boundary.
line | feature id to be modified |
coords | list of coordinates of modified line |
Definition at line 717 of file wxdigit.py.
References wxdigit.IVDigit._addActionsAfter(), wxdigit.IVDigit._addActionsBefore(), wxdigit.IVDigit._breakLineAtIntersection(), wxdigit.IVDigit._checkMap(), wxdigit.IVDigit._getSnapMode(), wxdigit.IVDigit._settings, gselect.GdalSelect._settings, wxdigit.IVDigit.changesets, wxdigit.IVDigit.DeleteSelectedLines(), wxdigit.IVDigit.poBgMapInfo, wxdigit.IVDigit.poCats, wxdigit.IVDigit.poMapInfo, wxdigit.IVDigit.popoBgMapInfo, wxdigit.IVDigit.poPoints, Vect_append_point(), Vect_get_num_lines(), Vect_line_alive(), Vect_read_line(), Vect_reset_line(), Vect_rewrite_line(), and Vedit_snap_line().
def wxdigit.IVDigit.FlipLine | ( | self | ) |
Flip selected lines/boundaries.
Definition at line 772 of file wxdigit.py.
References wxdigit.IVDigit._addActionsAfter(), wxdigit.IVDigit._addActionsBefore(), wxdigit.IVDigit._checkMap(), wxdigit.IVDigit.changesets, wxdigit.IVDigit.poMapInfo, Vect_destroy_list(), Vect_get_num_lines(), and Vedit_flip_lines().
def wxdigit.IVDigit.GetAreaPerimeter | ( | self, | |
centroid | |||
) |
Get area perimeter.
centroid | centroid id |
Definition at line 1197 of file wxdigit.py.
References wxdigit.IVDigit._checkMap(), wxdigit.IVDigit.poMapInfo, wxdigit.IVDigit.poPoints, Vect_area_alive(), Vect_area_perimeter(), Vect_get_area_points(), Vect_get_centroid_area(), and Vect_read_line().
def wxdigit.IVDigit.GetAreaSize | ( | self, | |
centroid | |||
) |
Get area size.
centroid | centroid id |
Definition at line 1168 of file wxdigit.py.
References wxdigit.IVDigit._checkMap(), wxdigit.IVDigit.poMapInfo, Vect_area_alive(), Vect_get_area_area(), Vect_get_centroid_area(), and Vect_read_line().
def wxdigit.IVDigit.GetDisplay | ( | self | ) |
Get display driver instance.
Definition at line 1391 of file wxdigit.py.
References mapwindow.NvizThread._display, tools.NvizToolWindow._display, wxdigit.IVDigit._display, and mapwindow.GLWindow._display.
def wxdigit.IVDigit.GetLayers | ( | self | ) |
Get list of layers.
Requires self.InitCats() to be called.
Definition at line 1682 of file wxdigit.py.
def wxdigit.IVDigit.GetLineCats | ( | self, | |
line | |||
) |
Get list of layer/category(ies) for selected feature.
line | feature id (-1 for first selected feature) |
Definition at line 1648 of file wxdigit.py.
References wxdigit.IVDigit._checkMap(), wxdigit.IVDigit.poCats, wxdigit.IVDigit.poMapInfo, tools.range, Vect_line_alive(), and Vect_read_line().
def wxdigit.IVDigit.GetLineLength | ( | self, | |
line | |||
) |
Get line length.
line | feature id |
Definition at line 1143 of file wxdigit.py.
References wxdigit.IVDigit._checkMap(), wxdigit.IVDigit.poMapInfo, wxdigit.IVDigit.poPoints, Vect_line_alive(), Vect_line_length(), and Vect_read_line().
def wxdigit.IVDigit.GetUndoLevel | ( | self | ) |
Get undo level (number of active changesets)
Note: Changesets starts wiht 0
Definition at line 1742 of file wxdigit.py.
References wxdigit.IVDigit.changesetCurrent.
def wxdigit.IVDigit.InitCats | ( | self | ) |
Initialize categories information.
Definition at line 1419 of file wxdigit.py.
References wxdigit.IVDigit._addActionsAfter(), wxdigit.IVDigit._addActionsBefore(), wxdigit.IVDigit._addActionToChangeset(), wxdigit.IVDigit._breakLineAtIntersection(), wxdigit.IVDigit._checkMap(), wxdigit.IVDigit._settings, gselect.GdalSelect._settings, dialogs.VDigitCategoryDialog.cats, dialogs.DisplayAttributesDialog.cats, wxdigit.IVDigit.cats, instructions.PageSetup.cats, wxdigit.IVDigit.changesets, max, wxdigit.IVDigit.poBgMapInfo, wxdigit.IVDigit.poCats, wxdigit.IVDigit.poMapInfo, wxdigit.IVDigit.popoBgMapInfo, wxdigit.IVDigit.poPoints, tools.range, Vect_append_point(), Vect_cat_set(), Vect_cidx_get_cat_by_index(), Vect_cidx_get_field_number(), Vect_cidx_get_num_cats_by_index(), Vect_cidx_get_num_fields(), Vect_destroy_line_struct(), Vect_destroy_list(), Vect_get_area_centroid(), Vect_get_dblink(), Vect_get_line_areas(), Vect_get_num_dblinks(), Vect_get_num_lines(), Vect_get_point_in_area(), Vect_is_3d(), Vect_new_line_struct(), Vect_points_distance(), Vect_reset_cats(), Vect_reset_line(), Vect_write_line(), Vedit_add_vertex(), Vedit_remove_vertex(), and Vedit_snap_line().
Referenced by wxdigit.IVDigit.OpenMap().
def wxdigit.IVDigit.IsVector3D | ( | self | ) |
Check if open vector map is 3D.
Definition at line 1135 of file wxdigit.py.
References wxdigit.IVDigit._checkMap(), wxdigit.IVDigit.poMapInfo, and Vect_is_3d().
def wxdigit.IVDigit.MergeLine | ( | self | ) |
Merge selected lines/boundaries.
Definition at line 798 of file wxdigit.py.
References wxdigit.IVDigit._addActionsAfter(), wxdigit.IVDigit._addActionsBefore(), wxdigit.IVDigit._checkMap(), wxdigit.IVDigit.changesets, wxdigit.IVDigit.poMapInfo, Vect_destroy_list(), Vect_get_num_lines(), and Vedit_merge_lines().
def wxdigit.IVDigit.MoveSelectedLines | ( | self, | |
move | |||
) |
Move selected features.
move | direction (x, y) |
Definition at line 567 of file wxdigit.py.
References wxdigit.IVDigit._addActionsAfter(), wxdigit.IVDigit._addActionsBefore(), wxdigit.IVDigit._breakLineAtIntersection(), wxdigit.IVDigit._checkMap(), wxdigit.IVDigit._getSnapMode(), wxdigit.IVDigit._settings, gselect.GdalSelect._settings, wxdigit.IVDigit.changesets, wxdigit.IVDigit.poBgMapInfo, wxdigit.IVDigit.poMapInfo, wxdigit.IVDigit.popoBgMapInfo, tools.range, Vect_destroy_list(), Vect_get_num_lines(), and Vedit_move_lines().
def wxdigit.IVDigit.MoveSelectedVertex | ( | self, | |
point, | |||
move | |||
) |
Move selected vertex of the line.
point | location point |
move | x,y direction |
Definition at line 604 of file wxdigit.py.
References wxdigit.IVDigit._addActionsAfter(), wxdigit.IVDigit._addActionsBefore(), wxdigit.IVDigit._breakLineAtIntersection(), wxdigit.IVDigit._checkMap(), wxdigit.IVDigit._getSnapMode(), wxdigit.IVDigit._settings, gselect.GdalSelect._settings, wxdigit.IVDigit.changesets, wxdigit.IVDigit.poBgMapInfo, wxdigit.IVDigit.poMapInfo, wxdigit.IVDigit.popoBgMapInfo, wxdigit.IVDigit.poPoints, Vect_append_point(), Vect_destroy_list(), Vect_get_num_lines(), Vect_reset_line(), and Vedit_move_vertex().
def wxdigit.IVDigit.OpenBackgroundMap | ( | self, | |
bgmap | |||
) |
Open background vector map.
bgmap | name of vector map to be opened |
Definition at line 198 of file wxdigit.py.
References wxdigit.IVDigit._addActionToChangeset(), wxdigit.IVDigit._checkMap(), wxdigit.IVDigit._removeActionFromChangeset(), wxdigit.IVDigit.bgMapInfo, wxdigit.IVDigit.changesetCurrent, wxdigit.IVDigit.changesetEnd, wxdigit.IVDigit.changesets, G__name_is_fully_qualified(), G_find_vector2(), wxdigit.IVDigit.poBgMapInfo, wxdigit.IVDigit.poMapInfo, wxdigit.IVDigit.popoBgMapInfo, wxdigit.IVDigit.poPoints, tools.range, Vect_break_lines_list(), Vect_delete_line(), Vect_destroy_line_struct(), Vect_destroy_list(), Vect_get_line_box(), Vect_get_line_offset(), Vect_get_mapset(), Vect_get_name(), Vect_get_num_lines(), Vect_line_alive(), Vect_line_check_intersection(), Vect_list_append(), Vect_new_line_struct(), Vect_new_list(), Vect_open_old(), Vect_read_line(), Vect_restore_line(), and Vect_select_lines_by_box().
def wxdigit.IVDigit.OpenMap | ( | self, | |
name | |||
) |
Open vector map for editing.
map | name of vector map to be set up |
Definition at line 1395 of file wxdigit.py.
References wxdigit.IVDigit.InitCats(), and wxdigit.IVDigit.poMapInfo.
def wxdigit.IVDigit.RemoveVertex | ( | self, | |
coords | |||
) |
Remove vertex from the selected line/boundary on position 'coords'.
coords | coordinates to remove vertex |
Definition at line 667 of file wxdigit.py.
References wxdigit.IVDigit._ModifyLineVertex().
def wxdigit.IVDigit.SelectLinesByQuery | ( | self, | |
bbox | |||
) |
Select features by query.
bbox | bounding box definition |
Definition at line 1081 of file wxdigit.py.
References wxdigit.IVDigit._checkMap(), wxdigit.IVDigit._selectLinesByQueryThresh(), wxdigit.IVDigit.poMapInfo, wxdigit.IVDigit.poPoints, tools.range, Vect_append_point(), Vect_destroy_list(), Vect_new_list(), Vect_reset_line(), Vect_select_lines_by_polygon(), and Vedit_select_by_query().
def wxdigit.IVDigit.SelectLinesFromBackgroundMap | ( | self, | |
bbox | |||
) |
Select features from background map.
bbox | bounding box definition |
Definition at line 1729 of file wxdigit.py.
References wxdigit.IVDigit.poBgMapInfo.
def wxdigit.IVDigit.SetCategory | ( | self | ) |
Update self.cats based on settings.
Definition at line 1699 of file wxdigit.py.
References wxdigit.IVDigit._setCategoryNextToUse(), dialogs.VDigitCategoryDialog.cats, dialogs.DisplayAttributesDialog.cats, wxdigit.IVDigit.cats, and instructions.PageSetup.cats.
Referenced by wxdigit.IVDigit.AddFeature().
def wxdigit.IVDigit.SetLineCats | ( | self, | |
line, | |||
layer, | |||
cats, | |||
add = True |
|||
) |
Set categories for given line and layer.
line | feature id |
layer | layer number (-1 for first selected line) |
cats | list of categories |
add | if True to add, otherwise do delete categories |
Definition at line 1227 of file wxdigit.py.
References wxdigit.IVDigit._addActionsAfter(), wxdigit.IVDigit._addActionsBefore(), wxdigit.IVDigit._checkMap(), wxdigit.IVDigit.poCats, wxdigit.IVDigit.poMapInfo, wxdigit.IVDigit.poPoints, Vect_cat_set(), Vect_field_cat_del(), Vect_get_num_lines(), Vect_line_alive(), Vect_read_line(), and Vect_rewrite_line().
def wxdigit.IVDigit.SnapLine | ( | self | ) |
Snap selected lines/boundaries.
Definition at line 849 of file wxdigit.py.
References wxdigit.IVDigit._addActionsAfter(), wxdigit.IVDigit._addActionsBefore(), wxdigit.IVDigit._checkMap(), wxdigit.IVDigit.changesets, wxdigit.IVDigit.poMapInfo, Vect_destroy_list(), Vect_get_num_lines(), and Vect_snap_lines_list().
def wxdigit.IVDigit.SplitLine | ( | self, | |
point | |||
) |
Split/break selected line/boundary on given position.
point | point where to split line |
Definition at line 684 of file wxdigit.py.
References wxdigit.IVDigit._addActionsAfter(), wxdigit.IVDigit._addActionsBefore(), wxdigit.IVDigit._checkMap(), wxdigit.IVDigit.changesets, wxdigit.IVDigit.poMapInfo, wxdigit.IVDigit.poPoints, Vect_append_point(), Vect_destroy_list(), Vect_get_num_lines(), Vect_reset_line(), and Vedit_split_lines().
def wxdigit.IVDigit.TypeConvForSelectedLines | ( | self | ) |
Feature type conversion for selected objects.
Supported conversions:
Definition at line 1278 of file wxdigit.py.
References wxdigit.IVDigit._addActionsAfter(), wxdigit.IVDigit._addActionsBefore(), wxdigit.IVDigit._checkMap(), wxdigit.IVDigit.changesets, wxdigit.IVDigit.poMapInfo, Vect_destroy_list(), Vect_get_num_lines(), and Vedit_chtype_lines().
def wxdigit.IVDigit.Undo | ( | self, | |
level = -1 |
|||
) |
Undo action.
level | levels to undo (0 to revert all) |
Definition at line 1308 of file wxdigit.py.
References wxdigit.IVDigit._applyChangeset(), wxdigit.IVDigit.changesetCurrent, wxdigit.IVDigit.changesetEnd, and tools.range.
def wxdigit.IVDigit.UpdateSettings | ( | self | ) |
Update digit (and display) settings.
Definition at line 1691 of file wxdigit.py.
References wxdigit.IVDigit._settings, and gselect.GdalSelect._settings.
Referenced by tools.NvizToolWindow.LoadSettings(), dialogs.TextDialog.OnApply(), dialogs.OptDialog.OnApply(), and dialogs.OptDialog.OnSetOpt().
def wxdigit.IVDigit.ZBulkLines | ( | self, | |
pos1, | |||
pos2, | |||
start, | |||
step | |||
) |
Z-bulk labeling.
pos1 | reference line (start point) |
pos1 | reference line (end point) |
start | starting value |
step | step value |
Definition at line 1358 of file wxdigit.py.
References wxdigit.IVDigit._addActionsAfter(), wxdigit.IVDigit._addActionsBefore(), wxdigit.IVDigit._checkMap(), wxdigit.IVDigit.changesets, wxdigit.IVDigit.poMapInfo, Vect_destroy_list(), Vect_get_num_lines(), and Vedit_bulk_labeling().
wxdigit.IVDigit.bgMapInfo |
Definition at line 136 of file wxdigit.py.
Referenced by wxdigit.IVDigit.__del__(), and wxdigit.IVDigit.OpenBackgroundMap().
wxdigit.IVDigit.cats |
Definition at line 165 of file wxdigit.py.
Referenced by wxdigit.IVDigit.CopyCats(), wxdigit.IVDigit.InitCats(), and wxdigit.IVDigit.SetCategory().
wxdigit.IVDigit.changesetCurrent |
Definition at line 172 of file wxdigit.py.
Referenced by wxdigit.IVDigit.GetUndoLevel(), wxdigit.IVDigit.OpenBackgroundMap(), and wxdigit.IVDigit.Undo().
wxdigit.IVDigit.changesetEnd |
Definition at line 173 of file wxdigit.py.
Referenced by wxdigit.IVDigit.OpenBackgroundMap(), and wxdigit.IVDigit.Undo().
wxdigit.IVDigit.changesets |
Definition at line 171 of file wxdigit.py.
Referenced by wxdigit.IVDigit.BreakLine(), wxdigit.IVDigit.ConnectLine(), wxdigit.IVDigit.CopyLine(), wxdigit.IVDigit.EditLine(), wxdigit.IVDigit.FlipLine(), wxdigit.IVDigit.InitCats(), wxdigit.IVDigit.MergeLine(), wxdigit.IVDigit.MoveSelectedLines(), wxdigit.IVDigit.MoveSelectedVertex(), wxdigit.IVDigit.OpenBackgroundMap(), wxdigit.IVDigit.SnapLine(), wxdigit.IVDigit.SplitLine(), wxdigit.IVDigit.TypeConvForSelectedLines(), and wxdigit.IVDigit.ZBulkLines().
wxdigit.IVDigit.mapWindow |
Definition at line 133 of file wxdigit.py.
Referenced by wxdigit.IVDigit.AddFeature().
wxdigit.IVDigit.poBgMapInfo |
Definition at line 137 of file wxdigit.py.
Referenced by wxdigit.IVDigit.__del__(), wxdigit.IVDigit.CloseBackgroundMap(), wxdigit.IVDigit.CopyLine(), wxdigit.IVDigit.EditLine(), wxdigit.IVDigit.InitCats(), wxdigit.IVDigit.MoveSelectedLines(), wxdigit.IVDigit.MoveSelectedVertex(), wxdigit.IVDigit.OpenBackgroundMap(), and wxdigit.IVDigit.SelectLinesFromBackgroundMap().
wxdigit.IVDigit.poCats |
Definition at line 160 of file wxdigit.py.
Referenced by wxdisplay.DisplayDriver.__del__(), wxdigit.IVDigit.__del__(), wxdigit.IVDigit.CopyCats(), wxdigit.IVDigit.DeleteSelectedLines(), wxdigit.IVDigit.EditLine(), wxdisplay.DisplayDriver.GetDuplicates(), wxdigit.IVDigit.GetLineCats(), wxdisplay.DisplayDriver.GetSelectedVertex(), wxdigit.IVDigit.InitCats(), wxdisplay.DisplayDriver.SelectLineByPoint(), wxdigit.IVDigit.SetLineCats(), and wxdisplay.DisplayDriver.SetSelected().
wxdigit.IVDigit.poMapInfo |
Definition at line 132 of file wxdigit.py.
Referenced by wxdisplay.DisplayDriver.__del__(), wxdigit.IVDigit.BreakLine(), wxdisplay.DisplayDriver.CloseMap(), wxdigit.IVDigit.ConnectLine(), wxdigit.IVDigit.CopyCats(), wxdigit.IVDigit.CopyLine(), wxdigit.IVDigit.DeleteSelectedLines(), wxdisplay.DisplayDriver.DrawMap(), wxdigit.IVDigit.EditLine(), wxdigit.IVDigit.FlipLine(), wxdigit.IVDigit.GetAreaPerimeter(), wxdigit.IVDigit.GetAreaSize(), wxdisplay.DisplayDriver.GetDuplicates(), wxdigit.IVDigit.GetLineCats(), wxdigit.IVDigit.GetLineLength(), wxdisplay.DisplayDriver.GetMapBoundingBox(), wxdisplay.DisplayDriver.GetRegionSelected(), wxdisplay.DisplayDriver.GetSelected(), wxdisplay.DisplayDriver.GetSelectedVertex(), wxdigit.IVDigit.InitCats(), wxdigit.IVDigit.IsVector3D(), wxdigit.IVDigit.MergeLine(), wxdigit.IVDigit.MoveSelectedLines(), wxdigit.IVDigit.MoveSelectedVertex(), wxdigit.IVDigit.OpenBackgroundMap(), wxdisplay.DisplayDriver.OpenMap(), wxdigit.IVDigit.OpenMap(), wxdisplay.DisplayDriver.SelectLineByPoint(), wxdisplay.DisplayDriver.SelectLinesByBox(), wxdigit.IVDigit.SelectLinesByQuery(), wxdigit.IVDigit.SetLineCats(), wxdisplay.DisplayDriver.SetSelected(), wxdigit.IVDigit.SnapLine(), wxdigit.IVDigit.SplitLine(), wxdigit.IVDigit.TypeConvForSelectedLines(), and wxdigit.IVDigit.ZBulkLines().
wxdigit.IVDigit.popoBgMapInfo |
Definition at line 137 of file wxdigit.py.
Referenced by wxdigit.IVDigit.__del__(), wxdigit.IVDigit.CloseBackgroundMap(), wxdigit.IVDigit.EditLine(), wxdigit.IVDigit.InitCats(), wxdigit.IVDigit.MoveSelectedLines(), wxdigit.IVDigit.MoveSelectedVertex(), and wxdigit.IVDigit.OpenBackgroundMap().
wxdigit.IVDigit.poPoints |
Definition at line 159 of file wxdigit.py.
Referenced by wxdisplay.DisplayDriver.__del__(), wxdigit.IVDigit.__del__(), wxdigit.IVDigit.CopyCats(), wxdigit.IVDigit.EditLine(), wxdigit.IVDigit.GetAreaPerimeter(), wxdigit.IVDigit.GetLineLength(), wxdisplay.DisplayDriver.GetSelected(), wxdisplay.DisplayDriver.GetSelectedVertex(), wxdigit.IVDigit.InitCats(), wxdigit.IVDigit.MoveSelectedVertex(), wxdigit.IVDigit.OpenBackgroundMap(), wxdisplay.DisplayDriver.SelectLineByPoint(), wxdisplay.DisplayDriver.SelectLinesByBox(), wxdigit.IVDigit.SelectLinesByQuery(), wxdigit.IVDigit.SetLineCats(), and wxdigit.IVDigit.SplitLine().
wxdigit.IVDigit.toolbar |
Definition at line 147 of file wxdigit.py.
Referenced by mapwindow.BufferedWindow.OnDragging().