Home
last modified time | relevance | path

Searched refs:gmt_export2proj4 (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgrdedit.c298 projstring = gmt_export2proj4 (GMT); /* Convert the GMT -J<...> into a proj4 string */ in GMT_grdedit()
H A Dgrdproject.c626 …Rect->header->ProjRefPROJ4 = gmt_export2proj4(GMT); /* Convert the GMT -J<...> into a proj4 string… in GMT_grdproject()
H A Dxyz2grd.c550 Grid->header->ProjRefPROJ4 = gmt_export2proj4(GMT); in GMT_xyz2grd()
H A Dgmt_prototypes.h257 EXTERN_MSC char * gmt_export2proj4 (struct GMT_CTRL *GMT);
H A Dgrdimage.c1797 img_ProjectionRefPROJ4 = gmt_export2proj4(GMT); /* Get the proj4 string */ in GMT_grdimage()
H A Dsurface.c2174 …C.Grid->header->ProjRefPROJ4 = gmt_export2proj4 (GMT); /* Convert the GMT -J<...> into a proj4 str… in GMT_surface()
H A Dgmt_plot.c8172 char *gmt_export2proj4 (struct GMT_CTRL *GMT) { in gmt_export2proj4() function
8872 pstr = gmt_export2proj4 (GMT); in gmt_plotinit()