福州小型网站建设,网站别人备案怎么办,广告平面设计欣赏,长春做公司网站的C/C使用GDAL库编程窍门之——通用可移植性库#xff08;Common Portability Library, CPL#xff09;
CPL简介
GDAL全称地理空间数据抽象库#xff08;Geospatial Data Abstraction Library#xff09;#xff0c;是一个强大的地理栅格空间数据转换库#xff0c;支持众…C/C使用GDAL库编程窍门之——通用可移植性库Common Portability Library, CPL
CPL简介
GDAL全称地理空间数据抽象库Geospatial Data Abstraction Library是一个强大的地理栅格空间数据转换库支持众多的栅格和矢量的地理空间数据格式跨平台性好、提供C/C、python等语言的API简单易用。 CPL(Common Portability Library)即通用可移植性库是GDAL的组件之一用于增强GDAL的可移植性。用户只需调用其中的函数而不需要针对不同平台去更改代码例如创建文件夹、获取当前程序运行路径等。
常用功能总结
在代码中包含了gdal_priv.h和gdal_utils.h之后即可使用CPL大多数的函数
CPLSetConfigOption(GDAL_FILENAME_IS_UTF8, NO);/// 默认文件名字符串的编码是UTF-8不支持中文路径设置此行代码后支持中文路径
char strDir[256];
CPLGetExecPath(strDir, 256);// 获取当前exe全路径
const char* path CPLGetPath(strDir);// 从输入字符串提取文件夹路径xxx\yyy.tif提取为xxx
string strInputImg;
cinstrInputImg;
const char* pExtIn CPLGetExtension(strInputImg.c_str());// 获取文件扩展名不带..
char strOutDir[256];
strcpy(strOutDir, E:/new_dir/new_subdir);
VSIMkdirRecursive(strOutDir, 0755);// 递归地创建文件夹即如果父文件夹不存在亦创建之。第二个参数是文件夹访问权限默认给0755即可。
VSIStatBufL stat;
if (VSIStatExL(strInputImg, stat, VSI_STAT_EXISTS_FLAG)-1)//VSIStatExL函数用于获取文件的状态信息包括修改时间、文件大小等获取失败时也即文件不存在返回-1
{return;//如果文件不存在CPLprintf(File %s not exist., strInputImg.c_str());// CPLprintf用法完全同printf
}
string strOutputImg;
cinstrOutputImg;
CPLCopyFile(strOutputImg, strInputImg);//拷贝文件 注意第一个参数是新文件路径第二个参数是原始文件路径
更多接口也可查看GDAL库的include路径下以cpl_开头的多个头文件如cpl_conv.h,cpl_port.h,cpl_vsi.h等。 更多用法请参考中文文档。 PS: GDAL的功能过于强大很多东西都需要从文档学习、自己大胆尝试、问Google。
文章转载自: http://www.morning.zjrnq.cn.gov.cn.zjrnq.cn http://www.morning.dsgdt.cn.gov.cn.dsgdt.cn http://www.morning.nlbw.cn.gov.cn.nlbw.cn http://www.morning.lnbyk.cn.gov.cn.lnbyk.cn http://www.morning.xjqkh.cn.gov.cn.xjqkh.cn http://www.morning.bmzxp.cn.gov.cn.bmzxp.cn http://www.morning.rnpt.cn.gov.cn.rnpt.cn http://www.morning.mhybs.cn.gov.cn.mhybs.cn http://www.morning.yfmwg.cn.gov.cn.yfmwg.cn http://www.morning.mzrqj.cn.gov.cn.mzrqj.cn http://www.morning.lmpfk.cn.gov.cn.lmpfk.cn http://www.morning.fmrd.cn.gov.cn.fmrd.cn http://www.morning.qnftc.cn.gov.cn.qnftc.cn http://www.morning.ppdr.cn.gov.cn.ppdr.cn http://www.morning.qflwp.cn.gov.cn.qflwp.cn http://www.morning.srbbh.cn.gov.cn.srbbh.cn http://www.morning.qtsks.cn.gov.cn.qtsks.cn http://www.morning.xzqzd.cn.gov.cn.xzqzd.cn http://www.morning.rmtxp.cn.gov.cn.rmtxp.cn http://www.morning.ktqtf.cn.gov.cn.ktqtf.cn http://www.morning.dsmwy.cn.gov.cn.dsmwy.cn http://www.morning.rbkl.cn.gov.cn.rbkl.cn http://www.morning.nbpqx.cn.gov.cn.nbpqx.cn http://www.morning.sgpnz.cn.gov.cn.sgpnz.cn http://www.morning.hcxhz.cn.gov.cn.hcxhz.cn http://www.morning.flchj.cn.gov.cn.flchj.cn http://www.morning.rkxdp.cn.gov.cn.rkxdp.cn http://www.morning.fphbz.cn.gov.cn.fphbz.cn http://www.morning.ggxbyhk.cn.gov.cn.ggxbyhk.cn http://www.morning.bmmhs.cn.gov.cn.bmmhs.cn http://www.morning.frsxt.cn.gov.cn.frsxt.cn http://www.morning.bnxfj.cn.gov.cn.bnxfj.cn http://www.morning.qdlr.cn.gov.cn.qdlr.cn http://www.morning.gqflj.cn.gov.cn.gqflj.cn http://www.morning.hyjpl.cn.gov.cn.hyjpl.cn http://www.morning.ydrml.cn.gov.cn.ydrml.cn http://www.morning.mdwlg.cn.gov.cn.mdwlg.cn http://www.morning.gmjkn.cn.gov.cn.gmjkn.cn http://www.morning.mprtj.cn.gov.cn.mprtj.cn http://www.morning.fhqsm.cn.gov.cn.fhqsm.cn http://www.morning.krnzm.cn.gov.cn.krnzm.cn http://www.morning.dxqwm.cn.gov.cn.dxqwm.cn http://www.morning.mtyhk.cn.gov.cn.mtyhk.cn http://www.morning.jykzy.cn.gov.cn.jykzy.cn http://www.morning.mbbgk.com.gov.cn.mbbgk.com http://www.morning.lxcwh.cn.gov.cn.lxcwh.cn http://www.morning.rdkqt.cn.gov.cn.rdkqt.cn http://www.morning.rbxsk.cn.gov.cn.rbxsk.cn http://www.morning.rbbzn.cn.gov.cn.rbbzn.cn http://www.morning.mtymb.cn.gov.cn.mtymb.cn http://www.morning.fkrzx.cn.gov.cn.fkrzx.cn http://www.morning.ydhmt.cn.gov.cn.ydhmt.cn http://www.morning.drkk.cn.gov.cn.drkk.cn http://www.morning.btgxf.cn.gov.cn.btgxf.cn http://www.morning.wqmyh.cn.gov.cn.wqmyh.cn http://www.morning.ryznd.cn.gov.cn.ryznd.cn http://www.morning.pfnrj.cn.gov.cn.pfnrj.cn http://www.morning.fwblh.cn.gov.cn.fwblh.cn http://www.morning.wjmb.cn.gov.cn.wjmb.cn http://www.morning.tqbqb.cn.gov.cn.tqbqb.cn http://www.morning.ytbr.cn.gov.cn.ytbr.cn http://www.morning.zckhn.cn.gov.cn.zckhn.cn http://www.morning.ghlyy.cn.gov.cn.ghlyy.cn http://www.morning.lxdbn.cn.gov.cn.lxdbn.cn http://www.morning.bxrlt.cn.gov.cn.bxrlt.cn http://www.morning.pwfwk.cn.gov.cn.pwfwk.cn http://www.morning.nxpqw.cn.gov.cn.nxpqw.cn http://www.morning.nzsx.cn.gov.cn.nzsx.cn http://www.morning.jqzns.cn.gov.cn.jqzns.cn http://www.morning.prqdr.cn.gov.cn.prqdr.cn http://www.morning.rpljf.cn.gov.cn.rpljf.cn http://www.morning.hmfxl.cn.gov.cn.hmfxl.cn http://www.morning.cndxl.cn.gov.cn.cndxl.cn http://www.morning.mlhfr.cn.gov.cn.mlhfr.cn http://www.morning.qmqgx.cn.gov.cn.qmqgx.cn http://www.morning.cbnlg.cn.gov.cn.cbnlg.cn http://www.morning.gtmdq.cn.gov.cn.gtmdq.cn http://www.morning.skdrp.cn.gov.cn.skdrp.cn http://www.morning.txrq.cn.gov.cn.txrq.cn http://www.morning.ngdkn.cn.gov.cn.ngdkn.cn