#include <grass/Vect.h>
#include <grass/gis.h>
Go to the source code of this file.
Functions | |
int | Vect_set_constraint_region (struct Map_info *Map, double n, double s, double e, double w, double t, double b) |
ADD. | |
int | Vect_get_constraint_box (struct Map_info *Map, BOUND_BOX *Box) |
ADD. | |
int | Vect_set_constraint_type (struct Map_info *Map, int type) |
ADD. | |
int | Vect_remove_constraints (struct Map_info *Map) |
ADD. |
int Vect_get_constraint_box | ( | struct Map_info * | Map, | |
BOUND_BOX * | Box | |||
) |
ADD.
Map_info | structure, BOUND_BOX |
Definition at line 65 of file constraint.c.
Referenced by V1_read_next_line_nat(), and V2_read_next_line_nat().
int Vect_remove_constraints | ( | struct Map_info * | Map | ) |
ADD.
Map_info | structure |
Definition at line 117 of file constraint.c.
int Vect_set_constraint_region | ( | struct Map_info * | Map, | |
double | n, | |||
double | s, | |||
double | e, | |||
double | w, | |||
double | t, | |||
double | b | |||
) |
ADD.
Map_info | structure, north, south, east, west, top, bottom coordinates |
Definition at line 37 of file constraint.c.
int Vect_set_constraint_type | ( | struct Map_info * | Map, | |
int | type | |||
) |
ADD.
Map_info | structure, constraint type |
Definition at line 100 of file constraint.c.