A KML simple field object. More...
Public Functions(since Esri::ArcGISRuntime 200.6)
KmlSimpleField(Esri::ArcGISRuntime::KmlSimpleFieldType type, const QString &name, const QString &displayName, bool isArray, QObject *parent = nullptr) virtual ~KmlSimpleField() override QString displayName() const bool isArray() const QString name() const Esri::ArcGISRuntime::KmlSimpleFieldType type() const bool operator!=(const Esri::ArcGISRuntime::KmlSimpleField &other) const bool operator==(const Esri::ArcGISRuntime::KmlSimpleField &other) const Detailed Description
The combination of the name and the KmlSimpleFieldType creates a unique KML simple field.
Member Function Documentation[since Esri::ArcGISRuntime 200.6]
KmlSimpleField::KmlSimpleField(Esri::ArcGISRuntime::KmlSimpleFieldType type, const QString &name, const QString &displayName, bool isArray, QObject *parent = nullptr)
Creates a simple field for use in KML extended data.
This function was introduced in Esri::ArcGISRuntime 200.6.
[override virtual noexcept]
KmlSimpleField::~KmlSimpleField()
Destructor.
QString KmlSimpleField::displayName() constReturns the display name of the KML simple field, as defined in the KML file.
bool KmlSimpleField::isArray() constReturns true
if the value of this KML simple field is an array, false
otherwise.
Returns the name of the KML simple field, as defined in the KML file.
Esri::ArcGISRuntime::KmlSimpleFieldType KmlSimpleField::type() constReturns the type of the KML simple field, as defined in the KML file.
The default type is string for untyped data.
bool KmlSimpleField::operator!=(const Esri::ArcGISRuntime::KmlSimpleField &other) constTests and returns true
if this object is not equal to a second KmlSimpleField object.
Returns true
if this object is equal to a second KmlSimpleField object.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4