QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
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. | |
MetadataUrl structure.
MetadataUrl is a link to the detailed, standardized metadata about the data.
Definition at line 49 of file qgsmaplayerserverproperties.h.
|
inline |
Constructor for MetadataUrl.
Definition at line 55 of file qgsmaplayerserverproperties.h.
bool QgsServerMetadataUrlProperties::MetadataUrl::operator== | ( | const QgsServerMetadataUrlProperties::MetadataUrl & | other | ) | const |
Compare two MetadataUrl structure.
Definition at line 26 of file qgsmaplayerserverproperties.cpp.
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.
QString QgsServerMetadataUrlProperties::MetadataUrl::type |
Link type.
Suggested to use FGDC or TC211.
Definition at line 69 of file qgsmaplayerserverproperties.h.
QString QgsServerMetadataUrlProperties::MetadataUrl::url |
URL of the link.
Definition at line 64 of file qgsmaplayerserverproperties.h.