2016-07-04 13:46:39 +10:00
|
|
|
/** @defgroup core core library
|
2008-10-28 23:00:54 +00:00
|
|
|
|
2016-07-04 13:46:39 +10:00
|
|
|
The CORE library contains all basic GIS functionality.
|
2008-10-28 23:00:54 +00:00
|
|
|
|
|
|
|
*/
|
|
|
|
|
2016-07-04 13:46:39 +10:00
|
|
|
/** @defgroup gui gui library
|
2010-09-30 22:53:18 +00:00
|
|
|
|
2016-07-04 13:46:39 +10:00
|
|
|
The GUI library is build on top of the CORE library and adds reusable GUI widgets.
|
2008-10-28 23:00:54 +00:00
|
|
|
|
|
|
|
*/
|
|
|
|
|
2016-07-04 13:46:39 +10:00
|
|
|
/** @defgroup analysis analysis library
|
2009-03-20 15:52:44 +00:00
|
|
|
|
2016-11-16 16:48:41 +02:00
|
|
|
The ANALYSIS library is built on top of CORE library and provides
|
2009-03-20 15:52:44 +00:00
|
|
|
high level tools for carrying out spatial analysis on vector and raster data.
|
2016-11-16 16:48:41 +02:00
|
|
|
It also contains high level tools for building network topologies and analysing
|
|
|
|
them.
|
2011-06-01 11:30:18 +06:00
|
|
|
*/
|
2015-07-10 14:50:20 +02:00
|
|
|
|
2016-07-04 13:46:39 +10:00
|
|
|
/** @defgroup server server library
|
|
|
|
|
|
|
|
The SERVER library is built on top of the CORE library and adds map server
|
|
|
|
components to QGIS.
|
2015-07-10 14:50:20 +02:00
|
|
|
|
2016-07-04 13:46:39 +10:00
|
|
|
*/
|
2016-07-04 18:48:58 +10:00
|
|
|
|
2017-09-25 16:03:14 +02:00
|
|
|
/** @defgroup 3d 3D library
|
|
|
|
|
|
|
|
The 3D library is build on top of the CORE library and Qt 3D framework. It adds support for display of GIS data in 3D scenes.
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
2016-07-04 18:48:58 +10:00
|
|
|
/** @defgroup plugins plugin classes
|
|
|
|
|
|
|
|
Contains classes related to implementation of QGIS plugins.
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
2018-04-26 13:33:48 +02:00
|
|
|
/** @defgroup quick QgsQuick library
|
|
|
|
|
|
|
|
The QgsQuick library is built on top of the CORE library and Qt Quick/QML framework. It adds reusable GUI Quick Components, mainly for mobile devices.
|
|
|
|
|
|
|
|
*/
|
2018-06-26 15:13:00 +02:00
|
|
|
|
|
|
|
|