Home
last modified time | relevance | path

Searched refs:PROJECTION_LL (Results 1 – 25 of 118) sorted by relevance

12345

/dports/databases/grass7/grass-7.8.6/general/g.region/
H A Dprintwindow.c38 x = G_projection() == PROJECTION_LL ? -1 : 0; in print_window()
341 G_format_easting(lo1, buf, PROJECTION_LL); in print_window()
347 G_format_easting(lo2, buf, PROJECTION_LL); in print_window()
404 if (G_projection() != PROJECTION_LL) { in print_window()
412 PROJECTION_LL); in print_window()
416 PROJECTION_LL); in print_window()
431 if (G_projection() != PROJECTION_LL) { in print_window()
439 buf, PROJECTION_LL); in print_window()
443 buf, PROJECTION_LL); in print_window()
470 else if (G_projection() == PROJECTION_LL) in print_window()
[all …]
/dports/databases/grass7/grass-7.8.6/doc/python/
H A Dm.distance.py98 G_scan_easting(coords[0][0], byref(easting), PROJECTION_LL)
99 G_scan_northing(coords[0][1], byref(northing), PROJECTION_LL)
111 G_scan_easting(coords[i][0], byref(easting), PROJECTION_LL)
112 G_scan_northing(coords[i][1], byref(northing), PROJECTION_LL)
/dports/databases/grass7/grass-7.8.6/lib/gis/
H A Dwind_scan.c40 if (projection == PROJECTION_LL) { in G_scan_northing()
71 if (projection == PROJECTION_LL) { in G_scan_easting()
102 if (projection == PROJECTION_LL) { in G_scan_resolution()
H A Darea.c53 case PROJECTION_LL: in G_begin_cell_area_calculations()
92 if (st->projection != PROJECTION_LL) in G_area_of_cell_at_row()
125 if ((st->projection = G_projection()) == PROJECTION_LL) { in G_begin_polygon_area_calculations()
163 if (st->projection == PROJECTION_LL) in G_area_of_polygon()
H A Dwind_format.c31 if (projection == PROJECTION_LL) in G_format_northing()
51 if (projection == PROJECTION_LL) in G_format_easting()
71 if (projection == PROJECTION_LL) in G_format_resolution()
H A Dwind_overlap.c45 if (window->proj == PROJECTION_LL) { in G_window_overlap()
107 if (window->proj == PROJECTION_LL) { in G_window_percentage_overlap()
129 if (window->proj == PROJECTION_LL) { in G_window_percentage_overlap()
H A Dproj2.c39 case PROJECTION_LL: in G_projection_units()
62 case PROJECTION_LL: in G_projection_name()
H A Dwind_limits.c77 if (proj == PROJECTION_LL) { in G_limit_north()
107 if (proj == PROJECTION_LL) { in G_limit_south()
H A Ddistance.c48 case PROJECTION_LL: in G_begin_distance_calculations()
77 if (st->projection == PROJECTION_LL) in G_distance()
H A Dshort_way.c30 if (G_projection() == PROJECTION_LL) { in G_shortest_way()
/dports/databases/grass7/grass-7.8.6/raster/r.buffer/
H A Dfind_dist.c33 if (window.proj == PROJECTION_LL) in begin_distance()
53 if (window.proj == PROJECTION_LL) in find_distances()
60 if (window.proj == PROJECTION_LL) { in find_distances()
75 if (window.proj == PROJECTION_LL) in find_distances()
H A Dparse_dist.c47 if (window.proj != PROJECTION_LL) { in parse_distances()
60 if (window.proj != PROJECTION_LL) in parse_distances()
H A Dinit.c31 if (window.proj == PROJECTION_LL) { in init_grass()
/dports/databases/grass7/grass-7.8.6/general/g.setproj/
H A Dget_deg.c29 if (!G_scan_easting(strng, &degrees, PROJECTION_LL)) { in get_deg()
39 if (G_scan_northing(strng, &degrees, PROJECTION_LL) == 0) { in get_deg()
H A Dget_num.c56 G_format_northing(parm->deflt, buff, PROJECTION_LL); in get_LL_stuff()
60 G_format_easting((parm->deflt), buff, PROJECTION_LL); in get_LL_stuff()
/dports/databases/grass7/grass-7.8.6/raster/r.distance/
H A Dreport.c143 G_projection() == PROJECTION_LL ? -1 : 0); in print()
146 G_projection() == PROJECTION_LL ? -1 : 0); in print()
149 G_projection() == PROJECTION_LL ? -1 : 0); in print()
152 G_projection() == PROJECTION_LL ? -1 : 0); in print()
/dports/databases/grass7/grass-7.8.6/raster/r.out.ascii/
H A Dformspecific.c145 G_projection() == PROJECTION_LL ? -1 : 0); in writeGSheader()
147 G_projection() == PROJECTION_LL ? -1 : 0); in writeGSheader()
151 G_projection() == PROJECTION_LL ? -1 : 0); in writeGSheader()
153 G_projection() == PROJECTION_LL ? -1 : 0); in writeGSheader()
/dports/databases/grass7/grass-7.8.6/display/d.rhumbline/
H A Dmain.c74 if (G_projection() != PROJECTION_LL) in main()
76 G_projection_name(PROJECTION_LL)); in main()
/dports/databases/grass7/grass-7.8.6/lib/raster/
H A Dwindow_map.c59 if (R__.rd_window.proj == PROJECTION_LL) { in Rast__create_window_mapping()
84 if (R__.rd_window.proj == PROJECTION_LL) { in Rast__create_window_mapping()
/dports/databases/grass7/grass-7.8.6/display/d.geodesic/
H A Dmain.c77 if (G_projection() != PROJECTION_LL) in main()
79 G_projection_name(PROJECTION_LL)); in main()
/dports/databases/grass7/grass-7.8.6/display/d.where/
H A Dmain.c97 if (((G_projection() == PROJECTION_LL) && wgs84->answer) || in main()
98 ((G_projection() != PROJECTION_LL) && in main()
/dports/databases/grass7/grass-7.8.6/raster/r.stats/
H A Draw_stats.c52 G_projection() == PROJECTION_LL ? -1 : 0); in raw_stats()
77 G_projection() == PROJECTION_LL ? -1 : 0); in raw_stats()
/dports/databases/grass7/grass-7.8.6/vector/v.in.region/
H A Dmain.c89 else if (window.proj == PROJECTION_LL && diff_long >= 179) in main()
107 else if (window.proj == PROJECTION_LL && diff_long >= 179) in main()
/dports/databases/grass7/grass-7.8.6/ps/ps.map/
H A Ddo_grid.c129 if (PS.w.proj != PROJECTION_LL) { in do_grid_numbers()
225 if (PS.w.proj == PROJECTION_LL) in format_northing()
238 if (PS.w.proj == PROJECTION_LL) in format_easting()
/dports/databases/grass7/grass-7.8.6/raster/r.param.scale/
H A Dmain.c41 if ((G_projection() == PROJECTION_LL)) in main()

12345