Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
|
@@ -36,10 +36,10 @@ class QgsServerInterface; |
|
|
* \ingroup server |
|
|
* \class QgsServiceNativeLoader |
|
|
* \brief Class defining the native service module loader for QGIS server services |
|
|
* \since QGIS 3.0 |
|
|
* |
|
|
* This class provides methods for loading and managing hook for native (C++) modules |
|
|
* |
|
|
* \since QGIS 3.0 |
|
|
*/ |
|
|
class SERVER_EXPORT QgsServiceNativeLoader |
|
|
{ |
|
|
|
@@ -32,7 +32,7 @@ namespace QgsWcs |
|
|
/** |
|
|
* \ingroup server |
|
|
* \class QgsWcs::Service |
|
|
* \brief OGC web service specialised for WCS |
|
|
* \brief OGC web service specialized for WCS |
|
|
* \since QGIS 3.0 |
|
|
*/ |
|
|
class Service: public QgsService |
|
@@ -106,7 +106,7 @@ namespace QgsWcs |
|
|
/** |
|
|
* \ingroup server |
|
|
* \class QgsWcsModule |
|
|
* \brief Service module specialised for WCS |
|
|
* \brief Service module specialized for WCS |
|
|
* \since QGIS 3.0 |
|
|
*/ |
|
|
class QgsWcsModule: public QgsServiceModule |
|
|
|
@@ -38,7 +38,7 @@ namespace QgsWfs |
|
|
/** |
|
|
* \ingroup server |
|
|
* \class QgsWfs::Service |
|
|
* \brief OGC web service specialised for WFS |
|
|
* \brief OGC web service specialized for WFS |
|
|
* \since QGIS 3.0 |
|
|
*/ |
|
|
class Service: public QgsService |
|
@@ -130,7 +130,7 @@ namespace QgsWfs |
|
|
/** |
|
|
* \ingroup server |
|
|
* \class QgsWfsModule |
|
|
* \brief Service module specialised for WFS |
|
|
* \brief Service module specialized for WFS |
|
|
* \since QGIS 3.0 |
|
|
*/ |
|
|
class QgsWfsModule: public QgsServiceModule |
|
|
|
@@ -41,7 +41,7 @@ namespace QgsWms |
|
|
/** |
|
|
* \ingroup server |
|
|
* \class QgsWms::Service |
|
|
* \brief OGC web service specialised for WMS |
|
|
* \brief OGC web service specialized for WMS |
|
|
* \since QGIS 3.0 |
|
|
*/ |
|
|
class Service: public QgsService |
|
@@ -162,7 +162,7 @@ namespace QgsWms |
|
|
/** |
|
|
* \ingroup server |
|
|
* \class QgsWmsModule |
|
|
* \brief Service module specialised for WMS |
|
|
* \brief Service module specialized for WMS |
|
|
* \since QGIS 3.0 |
|
|
*/ |
|
|
class QgsWmsModule: public QgsServiceModule |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.