GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-835afb4352
vector/diglib/type.c File Reference

Vector library - feature type conversion (lower level functions) More...

#include <grass/vector.h>
Include dependency graph for vector/diglib/type.c:

Go to the source code of this file.

Functions

int dig_type_to_store (int type)
 Convert type to store type. More...
 
int dig_type_from_store (int stype)
 Convert type from store type. More...
 

Detailed Description

Vector library - feature type conversion (lower level functions)

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.

Author
Radim Blazek
Date
2001

Definition in file vector/diglib/type.c.

Function Documentation

◆ dig_type_from_store()

int dig_type_from_store ( int  stype)

◆ dig_type_to_store()

int dig_type_to_store ( int  type)

Convert type to store type.

Parameters
typefeature type
Returns
store type

Definition at line 25 of file vector/diglib/type.c.

Referenced by dig_Wr_P_line(), dig_write_cidx(), and dig_write_cidx_head().