QGIS API Documentation 3.99.0-Master (752b475928d)
Loading...
Searching...
No Matches
QgsArcGisRestContext Class Reference

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.

Detailed Description

Contains the context of a ArcGIS REST service operation.

See also
QgsArcGisRestUtils
Since
QGIS 3.28

Definition at line 65 of file qgsarcgisrestutils.h.

Member Function Documentation

◆ objectIdFieldName()

QString QgsArcGisRestContext::objectIdFieldName ( ) const
inline

Returns the name of the objectId field.

See also
setObjectIdFieldName()

Definition at line 95 of file qgsarcgisrestutils.h.

◆ setObjectIdFieldName()

void QgsArcGisRestContext::setObjectIdFieldName ( const QString & name)
inline

Sets the name of the objectId field.

See also
objectIdFieldName()

Definition at line 88 of file qgsarcgisrestutils.h.

◆ setTimeZone()

void QgsArcGisRestContext::setTimeZone ( const QTimeZone & zone)
inline

Sets the time zone for datetime values.

See also
timeZone()

Definition at line 74 of file qgsarcgisrestutils.h.

◆ timeZone()

QTimeZone QgsArcGisRestContext::timeZone ( ) const
inline

Returns the time zone for datetime values.

See also
setTimeZone()

Definition at line 81 of file qgsarcgisrestutils.h.


The documentation for this class was generated from the following file: