QGIS API Documentation 3.28.0-Firenze (ed3ad0430f)
Public Member Functions | List of all members
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. More...
 
void setObjectIdFieldName (const QString &name)
 Sets the name of the objectId field. More...
 
void setTimeZone (const QTimeZone &zone)
 Sets the time zone for datetime values. More...
 
QTimeZone timeZone () const
 Returns the time zone for datetime values. More...
 

Detailed Description

Contains the context of a ArcGIS REST service operation.

See also
QgsArcGisRestUtils
Since
QGIS 3.28

Definition at line 64 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 94 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 87 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 73 of file qgsarcgisrestutils.h.

◆ timeZone()

QTimeZone QgsArcGisRestContext::timeZone ( ) const
inline

Returns the time zone for datetime values.

See also
setTimeZone()

Definition at line 80 of file qgsarcgisrestutils.h.


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