GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
OGSF library - loading point sets (lower level functions) More...
#include <stdlib.h>
#include <grass/gis.h>
#include <grass/colors.h>
#include <grass/raster.h>
#include <grass/vector.h>
#include <grass/dbmi.h>
#include <grass/glocale.h>
#include <grass/ogsf.h>
Go to the source code of this file.
Functions | |
geopoint * | Gp_load_sites (const char *name, int *nsites, int *has_z) |
Load to points to memory. More... | |
int | Gp_load_sites_thematic (geosite *gp, struct Colors *colors) |
Load styles for geopoints based on thematic mapping. More... | |
OGSF library - loading point sets (lower level functions)
GRASS OpenGL gsurf OGSF Library
(C) 1999-2008, 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 gp3.c.
geopoint* Gp_load_sites | ( | const char * | name, |
int * | nsites, | ||
int * | has_z | ||
) |