Explorar o código

new function to set proj for vector head

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@38635 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz %!s(int64=15) %!d(string=hai) anos
pai
achega
dcd29d39e5
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      include/vector.h

+ 1 - 0
include/vector.h

@@ -170,6 +170,7 @@ int Vect_get_scale(const struct Map_info *);
 int Vect_set_zone(struct Map_info *, int);
 int Vect_set_zone(struct Map_info *, int);
 int Vect_get_zone(const struct Map_info *);
 int Vect_get_zone(const struct Map_info *);
 int Vect_get_proj(const struct Map_info *);
 int Vect_get_proj(const struct Map_info *);
+int Vect_set_proj(struct Map_info *, int);
 const char *Vect_get_proj_name(const struct Map_info *);
 const char *Vect_get_proj_name(const struct Map_info *);
 int Vect_set_thresh(struct Map_info *, double);
 int Vect_set_thresh(struct Map_info *, double);
 double Vect_get_thresh(const struct Map_info *);
 double Vect_get_thresh(const struct Map_info *);