QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
Contains the context of a ArcGIS REST service operation. More...
#include <qgsarcgisrestutils.h>
Public Member Functions | |
QString | objectIdFieldName () const |
Returns the name of the objectId field. | |
void | setObjectIdFieldName (const QString &name) |
Sets the name of the objectId field. | |
void | setTimeZone (const QTimeZone &zone) |
Sets the time zone for datetime values. | |
QTimeZone | timeZone () const |
Returns the time zone for datetime values. | |
Contains the context of a ArcGIS REST service operation.
Definition at line 66 of file qgsarcgisrestutils.h.
|
inline |
Returns the name of the objectId field.
Definition at line 96 of file qgsarcgisrestutils.h.
|
inline |
Sets the name of the objectId field.
Definition at line 89 of file qgsarcgisrestutils.h.
|
inline |
Sets the time zone for datetime values.
Definition at line 75 of file qgsarcgisrestutils.h.
|
inline |
Returns the time zone for datetime values.
Definition at line 82 of file qgsarcgisrestutils.h.