The field information and key/value pairs obtained from the node's non-schema data. More...
Header: | #include <KmlNonSchemaData.h> |
Since: | Esri::ArcGISRuntime 200.5 |
Inherits: | Esri::ArcGISRuntime::Object |
Public Functions
virtual | ~KmlNonSchemaData() override |
QVariantMap | attributes() const |
Esri::ArcGISRuntime::KmlSimpleField * | field(const QString &name) const |
QList<Esri::ArcGISRuntime::KmlSimpleField *> | fields() const |
Detailed Description
Member Function Documentation
[override virtual]
KmlNonSchemaData::~KmlNonSchemaData ()
Destructor.
QVariantMap KmlNonSchemaData::attributes() const
Returns the key and value pairs obtained from non-schema data nodes.
Esri::ArcGISRuntime::KmlSimpleField *KmlNonSchemaData::field(const QString &name) const
Returns the simple field object with the given name, or nullptr
if no such field exists.
- name - The name of the simple field.
QList<Esri::ArcGISRuntime::KmlSimpleField *> KmlNonSchemaData::fields() const
Returns an array of simple fields representing the non-schema data.