Home
last modified time | relevance | path

Searched refs:utm_zoney (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_project.h348 char utm_zoney; /* The latitude component A-Z */ member
H A Dmapproject.c797 if (gmt_UTMzone_to_wesn (GMT, GMT->current.proj.utm_zonex, GMT->current.proj.utm_zoney, in parse()
H A Dgmt_map.c3708 GMT->current.proj.utm_zoney = 0; in gmtmap_set_utmzone()
3722 GMT->current.proj.utm_zoney = 'A' + (char)ky; in gmtmap_set_utmzone()
3723 if (GMT->current.proj.utm_zoney == 'X') { /* Deal with funky zone X */ in gmtmap_set_utmzone()
3733 else if (GMT->current.proj.utm_zoney == 'V') { /* Deal with funky zone V */ in gmtmap_set_utmzone()
3737 snprintf (zone, 4, "%d%c", kx, GMT->current.proj.utm_zoney); in gmtmap_set_utmzone()
H A Dgmt_init.c921 …mt_UTMzone_to_wesn (GMT, GMT->current.proj.utm_zonex, GMT->current.proj.utm_zoney, GMT->current.pr… in gmtinit_rectR_to_geoR()
5692 GMT->current.proj.utm_zoney = mod; in gmtinit_parse_J_option()