GRASS GIS 8 Programmer's Manual
8.2.2dev(2023)-3d2c704037
|
Vedit library - render vector features (used by wxGUI digitizer) More...
Go to the source code of this file.
Functions | |
struct robject_list * | Vedit_render_map (struct Map_info *Map, struct bound_box *box, int draw_flag, double center_easting, double center_northing, int map_width, int map_height, double map_res) |
Render vector features into list. More... | |
Vedit library - render vector features (used by wxGUI digitizer)
(C) 2010-2011 by the GRASS Development Team
This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details.
Definition in file vector/vedit/render.c.
struct robject_list* Vedit_render_map | ( | struct Map_info * | Map, |
struct bound_box * | box, | ||
int | draw_flag, | ||
double | center_easting, | ||
double | center_northing, | ||
int | map_width, | ||
int | map_height, | ||
double | map_res | ||
) |
Render vector features into list.
Map | pointer to Map_info structure |
box | bounding box of region to be rendered |
draw_flag | types of objects to be rendered (see vedit.h) |
center_easing,center_northing,map_width,map_height,map_res | values used for conversion en->xy |
Definition at line 61 of file vector/vedit/render.c.
References list.