随笔分类 -  qgis

摘要:project(GisFreeMap) set(CMAKE_BUILD_TYPE Debug) find_package(Qt4 REQUIRED QtCore QtGui QtXml) include(${QT_USE_FILE}) include_directories("E:/BaiduYunDownload/qgis/qgis-2.18.0/src/core") include_d... 阅读全文
posted @ 2016-12-26 11:08 20118281131 阅读(2473) 评论(0) 推荐(0)
摘要:嗯,这个QImage的问题研究好久了,有段时间没用,忘了,已经被两次问到了,突然有点解释不清楚,我汗颜,觉得有必要重新总结下了,不然无颜对自己了。图像的数据是以字节为单位保存的,每一行的字节数必须是4的整数倍,不足的补0。(因为我们使用的是32操作系统,因此数据是按照32位对齐的,所以每行的字节数必... 阅读全文
posted @ 2015-10-14 11:12 20118281131 阅读(20675) 评论(0) 推荐(1)
摘要:#include #include #include #include using namespace Marble; class MyMarbleWidget : public MarbleWidget { public: virtual void customPaint(GeoPa... 阅读全文
posted @ 2015-10-12 15:48 20118281131 阅读(361) 评论(0) 推荐(0)
摘要:#include #include #include #include #include #include #include #include #include using namespace Marble; class MyPaintLayer : public QObject, public... 阅读全文
posted @ 2015-10-12 15:46 20118281131 阅读(361) 评论(0) 推荐(0)
摘要:1. 标记 GeoDataPlacemark *place = new GeoDataPlacemark( "Bucharest" ); place->setCoordinate( 25.97, 44.43, 0.0, GeoDataCoordinates::Degree ); p... 阅读全文
posted @ 2015-10-12 15:16 20118281131 阅读(375) 评论(0) 推荐(0)
摘要:GIS开发样例-V1.0 阅读全文
posted @ 2015-09-07 17:03 20118281131 阅读(261) 评论(0) 推荐(0)
摘要:QGIS的编译库的测试 阅读全文
posted @ 2013-12-01 15:16 20118281131 阅读(1072) 评论(0) 推荐(0)