- 通过EPSG码转换
OGRSpatialReferenceH srcSptRef = OSRNewSpatialReference(nullptr);
OSRImportFromEPSG(srcSptRef, nSrcEPSG);
OGRSpatialReferenceH dstSptRef = OSRNewSpatialReference(nullptr);
OSRImportFromEPSG(dstSptRef, nDstEPSG);
OGRSpatialReferenceH srcSptRef = OSRNewSpatialReference(nullptr);
OSRImportFromEPSG(srcSptRef, nSrcEPSG);
OGRSpatialReferenceH dstSptRef = OSRNewSpatialReference(nullptr);
OSRImportFromEPSG(dstSptRef, nDstEPSG);