QGIS API Documentation 3.34.0-Prizren (ffbdd678812)
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
QgsServerMetadataUrlProperties::MetadataUrl Struct Reference

MetadataUrl structure. More...

#include <qgsmaplayerserverproperties.h>

Public Member Functions

 MetadataUrl (const QString &url=QString(), const QString &type=QString(), const QString &format=QString())
 Constructor for MetadataUrl.
 
bool operator== (const QgsServerMetadataUrlProperties::MetadataUrl &other) const
 Compare two MetadataUrl structure.
 

Public Attributes

QString format
 Format specification of online resource.
 
QString type
 Link type.
 
QString url
 URL of the link.
 

Detailed Description

MetadataUrl structure.

MetadataUrl is a link to the detailed, standardized metadata about the data.

Definition at line 49 of file qgsmaplayerserverproperties.h.

Constructor & Destructor Documentation

◆ MetadataUrl()

QgsServerMetadataUrlProperties::MetadataUrl::MetadataUrl ( const QString &  url = QString(),
const QString &  type = QString(),
const QString &  format = QString() 
)
inline

Constructor for MetadataUrl.

Definition at line 55 of file qgsmaplayerserverproperties.h.

Member Function Documentation

◆ operator==()

bool QgsServerMetadataUrlProperties::MetadataUrl::operator== ( const QgsServerMetadataUrlProperties::MetadataUrl other) const

Compare two MetadataUrl structure.

Definition at line 26 of file qgsmaplayerserverproperties.cpp.

Member Data Documentation

◆ format

QString QgsServerMetadataUrlProperties::MetadataUrl::format

Format specification of online resource.

It is strongly suggested to either use text/plain or text/xml.

Definition at line 74 of file qgsmaplayerserverproperties.h.

◆ type

QString QgsServerMetadataUrlProperties::MetadataUrl::type

Link type.

Suggested to use FGDC or TC211.

Definition at line 69 of file qgsmaplayerserverproperties.h.

◆ url

QString QgsServerMetadataUrlProperties::MetadataUrl::url

URL of the link.

Definition at line 64 of file qgsmaplayerserverproperties.h.


The documentation for this struct was generated from the following files: