Home
last modified time | relevance | path

Searched refs:proj_units (Results 1 – 25 of 26) sorted by relevance

12

/dports/databases/grass7/grass-7.8.6/vector/v.in.pdal/
H A Dprojection.c25 struct Key_Value *proj_units, int err) in projection_mismatch_report() argument
80 if (proj_units != NULL) { in projection_mismatch_report()
84 proj_units->key[i_value], proj_units->value[i_value]); in projection_mismatch_report()
102 struct Key_Value *proj_info, *proj_units; in projection_check_wkt() local
106 proj_units = NULL; in projection_check_wkt()
133 proj_info, proj_units, err); in projection_check_wkt()
148 struct Key_Value *proj_info = NULL, *proj_units = NULL; in is_wkt_projection_same_as_loc() local
181 struct Key_Value *proj_info = NULL, *proj_units = NULL; in wkt_projection_mismatch_report() local
198 proj_info, proj_units); in wkt_projection_mismatch_report()
208 struct Key_Value *proj_units = G_get_projunits(); in location_projection_as_wkt() local
[all …]
H A Dprojection.h24 struct Key_Value *proj_units, int err);
/dports/databases/grass7/grass-7.8.6/vector/v.in.lidar/
H A Dprojection.c26 struct Key_Value *proj_units, int err) in projection_mismatch_report() argument
81 if (proj_units != NULL) { in projection_mismatch_report()
83 for (i_value = 0; i_value < proj_units->nitems; i_value++) in projection_mismatch_report()
85 proj_units->key[i_value], proj_units->value[i_value]); in projection_mismatch_report()
103 struct Key_Value *proj_info, *proj_units; in projection_check_wkt() local
107 proj_units = NULL; in projection_check_wkt()
110 if (GPJ_wkt_to_grass(&cellhd, &proj_info, &proj_units, projstr, 0) < 0) in projection_check_wkt()
131 proj_info, proj_units)) != TRUE) { in projection_check_wkt()
134 proj_info, proj_units, err); in projection_check_wkt()
H A Dprojection.h23 struct Key_Value *proj_units, int err);
H A Dmain.c91 struct Key_Value *proj_info, *proj_units; in main() local
498 proj_units = NULL; in main()
506 &proj_units, projstr, 0) < 0) { in main()
512 proj_info, proj_units)) { in main()
/dports/databases/grass7/grass-7.8.6/raster3d/r3.in.lidar/
H A Dprojection.c30 struct Key_Value *proj_units, int err) in projection_mismatch_report() argument
85 if (proj_units != NULL) { in projection_mismatch_report()
87 for (i_value = 0; i_value < proj_units->nitems; i_value++) in projection_mismatch_report()
89 proj_units->key[i_value], proj_units->value[i_value]); in projection_mismatch_report()
107 struct Key_Value *proj_info, *proj_units; in projection_check_wkt() local
111 proj_units = NULL; in projection_check_wkt()
114 if (GPJ_wkt_to_grass(&cellhd, &proj_info, &proj_units, projstr, 0) < 0) in projection_check_wkt()
135 proj_info, proj_units)) != TRUE) { in projection_check_wkt()
138 proj_info, proj_units, err); in projection_check_wkt()
H A Dprojection.h26 struct Key_Value *proj_units,
/dports/databases/grass7/grass-7.8.6/raster/r.in.lidar/
H A Dprojection.c28 struct Key_Value *proj_units, int err) in projection_mismatch_report() argument
83 if (proj_units != NULL) { in projection_mismatch_report()
85 for (i_value = 0; i_value < proj_units->nitems; i_value++) in projection_mismatch_report()
87 proj_units->key[i_value], proj_units->value[i_value]); in projection_mismatch_report()
105 struct Key_Value *proj_info, *proj_units; in projection_check_wkt() local
109 proj_units = NULL; in projection_check_wkt()
112 if (GPJ_wkt_to_grass(&cellhd, &proj_info, &proj_units, projstr, 0) < 0) in projection_check_wkt()
133 proj_info, proj_units)) != TRUE) { in projection_check_wkt()
136 proj_info, proj_units, err); in projection_check_wkt()
H A Dlocal_proto.h69 struct Key_Value *proj_units,
/dports/databases/grass7/grass-7.8.6/vector/v.external/
H A Dproj.c14 struct Key_Value **proj_units, in get_layer_proj() argument
22 *proj_units = NULL; in get_layer_proj()
51 proj_units, hSRS, 0) < 0) { in get_layer_proj()
138 *proj_units = NULL; in check_projection() local
160 proj_trouble = get_layer_proj(Ogr_layer, cellhd, &proj_info, &proj_units, in check_projection()
175 proj_units, srid, wkt)) { in check_projection()
235 proj_info, proj_units)) != 1) { in check_projection()
354 if (proj_units != NULL) { in check_projection()
356 for (i_value = 0; i_value < proj_units->nitems; i_value++) in check_projection()
358 proj_units->key[i_value], in check_projection()
[all …]
H A Dlist.c245 struct Key_Value *proj_info, *proj_units; in list_layers_ogr() local
255 proj_info = proj_units = NULL; in list_layers_ogr()
309 &proj_units, Ogr_projection, 0) < 0) { in list_layers_ogr()
316 proj_info, proj_units)) in list_layers_ogr()
/dports/databases/grass7/grass-7.8.6/raster/r.in.gdal/
H A Dproj.c15 *proj_units = NULL; in check_projection() local
52 GPJ_osr_to_grass(cellhd, &proj_info, &proj_units, hSRS, 0); in check_projection()
93 GPJ_osr_to_grass(cellhd, &proj_info, &proj_units, hSRS, 0); in check_projection()
139 proj_units, srid, wkt)) { in check_projection()
198 proj_info, proj_units)) != 1) { in check_projection()
317 if (proj_units != NULL) { in check_projection()
319 for (i_value = 0; i_value < proj_units->nitems; i_value++) in check_projection()
321 proj_units->key[i_value], in check_projection()
322 proj_units->value[i_value]); in check_projection()
H A Dmain.c94 struct Key_Value *proj_info = NULL, *proj_units = NULL; in main() local
966 &proj_units, hSRS, 0) == 1) { in main()
1020 proj_info, proj_units, in main()
1090 struct Key_Value *proj_info = NULL, *proj_units = NULL; in SetupReprojector() local
1100 GPJ_wkt_to_grass(&cellhd, &proj_info, &proj_units, pszSrcWKT, 0); in SetupReprojector()
1102 if (pj_get_kv(iproj, proj_info, proj_units) < 0) in SetupReprojector()
/dports/databases/grass7/grass-7.8.6/raster/r.external/
H A Dproj.c15 *proj_units = NULL; in check_projection() local
52 GPJ_osr_to_grass(cellhd, &proj_info, &proj_units, hSRS, 0); in check_projection()
93 GPJ_osr_to_grass(cellhd, &proj_info, &proj_units, hSRS, 0); in check_projection()
139 proj_units, srid, wkt)) { in check_projection()
198 proj_info, proj_units)) != 1) { in check_projection()
317 if (proj_units != NULL) { in check_projection()
319 for (i_value = 0; i_value < proj_units->nitems; i_value++) in check_projection()
321 proj_units->key[i_value], in check_projection()
322 proj_units->value[i_value]); in check_projection()
H A Dlist.c51 struct Key_Value *proj_info = NULL, *proj_units = NULL; in list_bands() local
58 &proj_units, GDALGetProjectionRef(hDS), 0) < 0) { in list_bands()
72 (loc_proj_info, loc_proj_units, proj_info, proj_units)) < 0) { in list_bands()
/dports/databases/grass7/grass-7.8.6/vector/v.in.ogr/
H A Dproj.c15 struct Key_Value **proj_units, in get_layer_proj() argument
23 *proj_units = NULL; in get_layer_proj()
52 proj_units, hSRS, 0) < 0) { in get_layer_proj()
272 *proj_units = NULL; in check_projection() local
294 proj_trouble = get_layer_proj(Ogr_layer, cellhd, &proj_info, &proj_units, in check_projection()
309 proj_units, srid, wkt)) { in check_projection()
369 proj_info, proj_units)) != 1) { in check_projection()
488 if (proj_units != NULL) { in check_projection()
490 for (i_value = 0; i_value < proj_units->nitems; i_value++) in check_projection()
492 proj_units->key[i_value], in check_projection()
[all …]
/dports/databases/grass7/grass-7.8.6/lib/proj/
H A Dconvert.c71 const struct Key_Value *proj_units, in grass_to_wkt() argument
79 hSRS = GPJ_grass_to_osr2(proj_info, proj_units, proj_epsg); in grass_to_wkt()
122 const struct Key_Value *proj_units, in GPJ_grass_to_wkt() argument
125 return grass_to_wkt(proj_info, proj_units, NULL, esri_style, prettify); in GPJ_grass_to_wkt()
153 const struct Key_Value *proj_units, in GPJ_grass_to_wkt2() argument
171 const struct Key_Value * proj_units) in GPJ_grass_to_osr() argument
187 if ((proj_info == NULL) || (proj_units == NULL)) in GPJ_grass_to_osr()
193 if (pj_get_kv(&pjinfo, proj_info, proj_units) < 0) { in GPJ_grass_to_osr()
210 unit = G_find_key_value("unit", proj_units); in GPJ_grass_to_osr()
211 unfact = G_find_key_value("meters", proj_units); in GPJ_grass_to_osr()
[all …]
/dports/databases/grass7/grass-7.8.6/lib/gis/
H A Dmake_loc.c56 const struct Key_Value *proj_units) in G_make_location() argument
89 if (proj_units != NULL) { in G_make_location()
91 G_write_key_value_file(path, proj_units); in G_make_location()
130 const struct Key_Value *proj_units, in G_make_location_epsg() argument
136 ret = G_make_location(location_name, wind, proj_info, proj_units); in G_make_location_epsg()
189 const struct Key_Value *proj_units, in G_make_location_crs() argument
196 ret = G_make_location(location_name, wind, proj_info, proj_units); in G_make_location_crs()
H A Dproj3.c28 static struct Key_Value *proj_info, *proj_units, *proj_epsg; variable
36 proj_units = G_get_projunits(); in init()
248 return G_find_key_value(key, proj_units); in lookup_units()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/libproj4/vtklibproj4/
H A Dproj_init.c94 for (i = 0; (s = proj_units[i].id) && strcmp(name, s) ; ++i) ; in proj_init()
96 s = proj_units[i].to_meter; in proj_init()
H A Dproj_units.c39 proj_units[] = { variable
H A Dlib_proj.h191 PROJ_EXPORT const struct PROJ_UNITS proj_units[];
H A Dlproj.c376 for (lu = proj_units; lu->id ; ++lu) in main()
/dports/databases/grass7/grass-7.8.6/vector/v.out.lidar/
H A Dmain.c642 struct Key_Value *proj_units; in main() local
646 proj_units = G_get_projunits(); in main()
647 char *current_wkt = GPJ_grass_to_wkt(proj_info, proj_units, FALSE, FALSE); in main()
650 G_free_key_value(proj_units); in main()
/dports/graphics/proj/proj-7.2.1/src/iso19111/
H A Dcommon.cpp318 auto proj_units = pj_list_linear_units(); in exportToPROJString() local
319 for (int i = 0; proj_units[i].id != nullptr; i++) { in exportToPROJString()
320 if (::fabs(proj_units[i].factor - conversionToSI()) < in exportToPROJString()
322 return proj_units[i].id; in exportToPROJString()

12