Home
last modified time | relevance | path

Searched refs:Key_Value (Results 1 – 25 of 144) sorted by relevance

123456

/dports/databases/grass7/grass-7.8.6/include/defs/
H A Dgprojects.h20 int pj_get_kv(struct pj_info *, const struct Key_Value *, const struct Key_Value *);
29 char *GPJ_grass_to_wkt(const struct Key_Value *, const struct Key_Value *, int, int);
30 char *GPJ_grass_to_wkt2(const struct Key_Value *, const struct Key_Value *, const struct Key_Value
32 OGRSpatialReferenceH GPJ_grass_to_osr(const struct Key_Value *, const struct Key_Value *);
33 …tialReferenceH GPJ_grass_to_osr2(const struct Key_Value *, const struct Key_Value *, const struct
35 int GPJ_osr_to_grass(struct Cell_head *, struct Key_Value **,
36 struct Key_Value **, OGRSpatialReferenceH, int);
38 int GPJ_wkt_to_grass(struct Cell_head *, struct Key_Value **,
39 struct Key_Value **, const char *, int);
45 int GPJ__get_datum_params(const struct Key_Value *, char **, char **);
[all …]
H A Dgis.h384 struct Key_Value *G_get_projunits(void);
385 struct Key_Value *G_get_projinfo(void);
386 struct Key_Value *G_get_projepsg(void);
436 struct Key_Value *G_create_key_value(void);
439 void G_free_key_value(struct Key_Value *);
443 struct Key_Value *G_fread_key_value(FILE *);
510 const struct Key_Value *);
512 const struct Key_Value *, const struct Key_Value *);
514 const struct Key_Value *, const struct Key_Value *,
518 int G_compare_projections(const struct Key_Value *, const struct Key_Value *,
[all …]
H A Draster3d.h129 int Rast3d_key_get_int(struct Key_Value *, const char *, int *);
130 int Rast3d_key_get_double(struct Key_Value *, const char *, double *);
131 int Rast3d_key_get_string(struct Key_Value *, const char *, char **);
132 int Rast3d_key_get_value(struct Key_Value *, const char *, char *, char *, int,
134 int Rast3d_key_set_int(struct Key_Value *, const char *, const int *);
135 int Rast3d_key_set_double(struct Key_Value *, const char *, const double *);
136 int Rast3d_key_set_string(struct Key_Value *, const char *, char *const *);
137 int Rast3d_key_set_value(struct Key_Value *, const char *, const char *,
/dports/databases/grass7/grass-7.8.6/vector/v.in.pdal/
H A Dprojection.c22 struct Key_Value *loc_proj_info, in projection_mismatch_report()
23 struct Key_Value *loc_proj_units, in projection_mismatch_report()
24 struct Key_Value *proj_info, in projection_mismatch_report()
25 struct Key_Value *proj_units, int err) in projection_mismatch_report()
101 struct Key_Value *loc_proj_info = NULL, *loc_proj_units = NULL; in projection_check_wkt()
102 struct Key_Value *proj_info, *proj_units; in projection_check_wkt()
147 struct Key_Value *loc_proj_info = NULL, *loc_proj_units = NULL; in is_wkt_projection_same_as_loc()
148 struct Key_Value *proj_info = NULL, *proj_units = NULL; in is_wkt_projection_same_as_loc()
181 struct Key_Value *proj_info = NULL, *proj_units = NULL; in wkt_projection_mismatch_report()
207 struct Key_Value *proj_info = G_get_projinfo(); in location_projection_as_wkt()
[all …]
H A Dprojection.h21 struct Key_Value *loc_proj_info,
22 struct Key_Value *loc_proj_units,
23 struct Key_Value *proj_info,
24 struct Key_Value *proj_units, int err);
/dports/databases/grass7/grass-7.8.6/lib/raster3d/
H A Dkeys.c7 int Rast3d_key_get_int(struct Key_Value *keys, const char *key, int *i) in Rast3d_key_get_int()
26 int Rast3d_key_get_double(struct Key_Value *keys, const char *key, double *d) in Rast3d_key_get_double()
47 Rast3d_key_get_string(struct Key_Value *keys, const char *key, char **returnStr) in Rast3d_key_get_string()
64 Rast3d_key_get_value(struct Key_Value *keys, const char *key, char *val1, in Rast3d_key_get_value()
91 int Rast3d_key_set_int(struct Key_Value *keys, const char *key, const int *i) in Rast3d_key_set_int()
102 int Rast3d_key_set_double(struct Key_Value *keys, const char *key, const double *d) in Rast3d_key_set_double()
114 Rast3d_key_set_string(struct Key_Value *keys, const char *key, in Rast3d_key_set_string()
124 Rast3d_key_set_value(struct Key_Value *keys, const char *key, const char *val1, in Rast3d_key_set_value()
/dports/databases/grass7/grass-7.8.6/lib/gis/
H A Dkey_value1.c23 struct Key_Value *G_create_key_value(void) in G_create_key_value()
25 struct Key_Value *kv = G_malloc(sizeof(struct Key_Value)); in G_create_key_value()
26 G_zero(kv, sizeof(struct Key_Value)); in G_create_key_value()
38 void G_set_key_value(const char *key, const char *value, struct Key_Value *kv) in G_set_key_value()
84 const char *G_find_key_value(const char *key, const struct Key_Value *kv) in G_find_key_value()
103 void G_free_key_value(struct Key_Value *kv) in G_free_key_value()
H A Dmake_loc.c55 const struct Key_Value *proj_info, in G_make_location()
56 const struct Key_Value *proj_units) in G_make_location()
129 const struct Key_Value *proj_info, in G_make_location_epsg()
130 const struct Key_Value *proj_units, in G_make_location_epsg()
131 const struct Key_Value *proj_epsg) in G_make_location_epsg()
188 const struct Key_Value *proj_info, in G_make_location_crs()
189 const struct Key_Value *proj_units, in G_make_location_crs()
235 int G_compare_projections(const struct Key_Value *proj_info1, in G_compare_projections()
236 const struct Key_Value *proj_units1, in G_compare_projections()
237 const struct Key_Value *proj_info2, in G_compare_projections()
[all …]
H A Dget_projinfo.c32 struct Key_Value *G_get_projunits(void) in G_get_projunits()
34 struct Key_Value *in_units_keys; in G_get_projunits()
61 struct Key_Value *G_get_projinfo(void) in G_get_projinfo()
63 struct Key_Value *in_proj_keys, *in_epsg_keys; in G_get_projinfo()
102 struct Key_Value *G_get_projepsg(void) in G_get_projepsg()
104 struct Key_Value *in_epsg_keys; in G_get_projepsg()
244 struct Key_Value *projepsg; in G_get_projsrid()
H A Dkey_value3.c29 const struct Key_Value *kv) in G_write_key_value_file()
53 struct Key_Value *G_read_key_value_file(const char *file) in G_read_key_value_file()
56 struct Key_Value *kv; in G_read_key_value_file()
H A Dkey_value2.c25 int G_fwrite_key_value(FILE * fd, const struct Key_Value *kv) in G_fwrite_key_value()
49 struct Key_Value *G_fread_key_value(FILE * fd) in G_fread_key_value()
51 struct Key_Value *kv; in G_fread_key_value()
H A Dkey_value4.c29 struct Key_Value *kv; in G_update_key_value_file()
51 struct Key_Value *kv; in G_lookup_key_value_from_file()
/dports/databases/grass7/grass-7.8.6/vector/v.in.lidar/
H A Dprojection.h20 struct Key_Value *loc_proj_info,
21 struct Key_Value *loc_proj_units,
22 struct Key_Value *proj_info,
23 struct Key_Value *proj_units, int err);
H A Dprojection.c23 struct Key_Value *loc_proj_info, in projection_mismatch_report()
24 struct Key_Value *loc_proj_units, in projection_mismatch_report()
25 struct Key_Value *proj_info, in projection_mismatch_report()
26 struct Key_Value *proj_units, int err) in projection_mismatch_report()
102 struct Key_Value *loc_proj_info = NULL, *loc_proj_units = NULL; in projection_check_wkt()
103 struct Key_Value *proj_info, *proj_units; in projection_check_wkt()
/dports/databases/grass7/grass-7.8.6/raster3d/r3.in.lidar/
H A Dprojection.h23 struct Key_Value *loc_proj_info,
24 struct Key_Value *loc_proj_units,
25 struct Key_Value *proj_info,
26 struct Key_Value *proj_units,
H A Dprojection.c27 struct Key_Value *loc_proj_info, in projection_mismatch_report()
28 struct Key_Value *loc_proj_units, in projection_mismatch_report()
29 struct Key_Value *proj_info, in projection_mismatch_report()
30 struct Key_Value *proj_units, int err) in projection_mismatch_report()
106 struct Key_Value *loc_proj_info = NULL, *loc_proj_units = NULL; in projection_check_wkt()
107 struct Key_Value *proj_info, *proj_units; in projection_check_wkt()
/dports/databases/grass7/grass-7.8.6/raster/r.in.lidar/
H A Dprojection.c25 struct Key_Value *loc_proj_info, in projection_mismatch_report()
26 struct Key_Value *loc_proj_units, in projection_mismatch_report()
27 struct Key_Value *proj_info, in projection_mismatch_report()
28 struct Key_Value *proj_units, int err) in projection_mismatch_report()
104 struct Key_Value *loc_proj_info = NULL, *loc_proj_units = NULL; in projection_check_wkt()
105 struct Key_Value *proj_info, *proj_units; in projection_check_wkt()
H A Dlocal_proto.h66 struct Key_Value *loc_proj_info,
67 struct Key_Value *loc_proj_units,
68 struct Key_Value *proj_info,
69 struct Key_Value *proj_units,
/dports/databases/grass7/grass-7.8.6/lib/proj/
H A Dconvert.c70 static char *grass_to_wkt(const struct Key_Value *proj_info, in grass_to_wkt()
71 const struct Key_Value *proj_units, in grass_to_wkt()
72 const struct Key_Value *proj_epsg, in grass_to_wkt()
121 char *GPJ_grass_to_wkt(const struct Key_Value *proj_info, in GPJ_grass_to_wkt()
122 const struct Key_Value *proj_units, in GPJ_grass_to_wkt()
152 char *GPJ_grass_to_wkt2(const struct Key_Value *proj_info, in GPJ_grass_to_wkt2()
153 const struct Key_Value *proj_units, in GPJ_grass_to_wkt2()
154 const struct Key_Value *proj_epsg, in GPJ_grass_to_wkt2()
171 const struct Key_Value * proj_units) in GPJ_grass_to_osr()
426 struct Key_Value *temp_projinfo, *temp_projinfo_ext; in GPJ_osr_to_grass()
[all …]
/dports/databases/grass7/grass-7.8.6/vector/v.external.out/
H A Dstatus.c11 static void check_required_options(struct Key_Value *, int);
44 struct Key_Value *key_val; in print_status_file()
70 struct Key_Value *key_val; in save_status_file()
102 void check_required_options(struct Key_Value *key_val, int use_ogr) in check_required_options()
138 struct Key_Value *key_val; in read_status_file()
/dports/databases/grass7/grass-7.8.6/vector/v.in.ogr/
H A Dproj.c14 struct Key_Value **proj_info, in get_layer_proj()
15 struct Key_Value **proj_units, in get_layer_proj()
140 struct Key_Value *proj_info1, *proj_units1; in cmp_layer_srs()
142 struct Key_Value *proj_info2, *proj_units2; in cmp_layer_srs()
271 struct Key_Value *proj_info = NULL, in check_projection()
273 struct Key_Value *loc_proj_info = NULL, in check_projection()
/dports/databases/grass7/grass-7.8.6/raster/r.external/
H A Dlist.c51 struct Key_Value *proj_info = NULL, *proj_units = NULL; in list_bands()
52 struct Key_Value *loc_proj_info = NULL, *loc_proj_units = NULL; in list_bands()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Dg-cgicoo.adb63 type Key_Value is record type
70 package Key_Value_Table is new Table (Key_Value, Positive, 1, 1, 50);
181 Key_Value'(new String'(Decode (P (P'First .. Equal - 1))),
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Dg-cgicoo.adb63 type Key_Value is record type
70 package Key_Value_Table is new Table (Key_Value, Positive, 1, 1, 50);
181 Key_Value'(new String'(Decode (P (P'First .. Equal - 1))),
/dports/lang/gcc6-aux/bootstrap/lib/gcc/x86_64-aux-dragonfly4.1/5.1.0/adainclude/
H A Dg-cgicoo.adb63 type Key_Value is record type
70 package Key_Value_Table is new Table (Key_Value, Positive, 1, 1, 50);
181 Key_Value'(new String'(Decode (P (P'First .. Equal - 1))),

123456