QGIS API Documentation 4.0.0-Norrköping (1ddcee3d0e4)
Loading...
Searching...
No Matches
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 54 of file qgsmaplayerserverproperties.h.

Member Function Documentation

◆ operator==()

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

Compare two MetadataUrl structure.

Definition at line 32 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 73 of file qgsmaplayerserverproperties.h.

◆ type

QString QgsServerMetadataUrlProperties::MetadataUrl::type

Link type.

Suggested to use FGDC or TC211.

Definition at line 68 of file qgsmaplayerserverproperties.h.

◆ url

QString QgsServerMetadataUrlProperties::MetadataUrl::url

URL of the link.

Definition at line 63 of file qgsmaplayerserverproperties.h.


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