#include <grass/gis.h>
#include <grass/Vect.h>
Go to the source code of this file.
Functions | |
int | dig_type_to_store (int type) |
Convert type to store type. | |
int | dig_type_from_store (int stype) |
Convert type from store type. |
Lower level functions for reading/writing/manipulating vectors.
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 diglib/type.c.
int dig_type_from_store | ( | int | stype | ) |
Convert type from store type.
type | feature store type |
Definition at line 58 of file diglib/type.c.
Referenced by dig_Rd_P_line(), dig_read_cidx(), dig_read_cidx_head(), and dig_write_cidx().
int dig_type_to_store | ( | int | type | ) |
Convert type to store type.
type | feature type |
Definition at line 27 of file diglib/type.c.
Referenced by dig_Wr_P_line(), dig_write_cidx(), dig_write_cidx_head(), and V1__rewrite_line_nat().