|
QGIS API Documentation 3.99.0-Master (752b475928d)
|
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 65 of file qgsarcgisrestutils.h.
|
inline |
Returns the name of the objectId field.
Definition at line 95 of file qgsarcgisrestutils.h.
|
inline |
Sets the name of the objectId field.
Definition at line 88 of file qgsarcgisrestutils.h.
|
inline |
Sets the time zone for datetime values.
Definition at line 74 of file qgsarcgisrestutils.h.
|
inline |
Returns the time zone for datetime values.
Definition at line 81 of file qgsarcgisrestutils.h.