GDAL地理与投影坐标系

#include “ogr_p.h”nint main()nn int a=0;nn /**************定义地理坐标系**************/n OGRSpatialReference oSRS;n oSRS.SetGeogCS(“My GCS”,//设置定义的地理坐标系的名字n “WGS_1984”,n “My WGS84 Sopheroid”,n SRS_WGS84_