mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
31 lines
705 B
Plaintext
31 lines
705 B
Plaintext
/** @defgroup core core library
|
|
|
|
The CORE library contains all basic GIS functionality.
|
|
|
|
*/
|
|
|
|
/** @defgroup gui gui library
|
|
|
|
The GUI library is build on top of the CORE library and adds reusable GUI widgets.
|
|
|
|
*/
|
|
|
|
/** @defgroup analysis analysis library
|
|
|
|
The ANALYSIS library is built on top of CORE library and provides
|
|
high level tools for carrying out spatial analysis on vector and raster data.
|
|
*/
|
|
|
|
/** @defgroup networkanalysis network analysis library
|
|
|
|
The NETWORK_ANALYSIS library provides high level tools for building network
|
|
topologies and analysing them.
|
|
*/
|
|
|
|
/** @defgroup server server library
|
|
|
|
The SERVER library is built on top of the CORE library and adds map server
|
|
components to QGIS.
|
|
|
|
*/
|