#include "gis.h"
#include "Vect.h"
#include "ogr_api.h"
Include dependency graph for read_ogr.c:
Go to the source code of this file.
Functions | |
int | V1_read_next_line_ogr (struct Map_info *Map, struct line_pnts *line_p, struct line_cats *line_c) |
int | V2_read_next_line_ogr (struct Map_info *Map, struct line_pnts *line_p, struct line_cats *line_c) |
int | V2_read_line_ogr (struct Map_info *Map, struct line_pnts *line_p, struct line_cats *line_c, int line) |
int V1_read_next_line_ogr | ( | struct Map_info * | Map, | |
struct line_pnts * | line_p, | |||
struct line_cats * | line_c | |||
) |
Definition at line 121 of file read_ogr.c.
References Vect_append_points(), Vect_box_overlap(), Vect_cat_set(), Vect_get_constraint_box(), Vect_line_box(), Vect_reset_cats(), and Vect_reset_line().
int V2_read_line_ogr | ( | struct Map_info * | Map, | |
struct line_pnts * | line_p, | |||
struct line_cats * | line_c, | |||
int | line | |||
) |
Definition at line 274 of file read_ogr.c.
References Vect_append_point(), Vect_cat_set(), Vect_reset_cats(), and Vect_reset_line().
Referenced by V2_read_next_line_ogr().
int V2_read_next_line_ogr | ( | struct Map_info * | Map, | |
struct line_pnts * | line_p, | |||
struct line_cats * | line_c | |||
) |