A KML schema defines the structure of schema data for the extended data of nodes in a KmlDocument. More...
Public Functions(since Esri::ArcGISRuntime 200.6)
KmlSchema(const QList<Esri::ArcGISRuntime::KmlSimpleField *> &fields, const QString &name, const QString &schemaId, QObject *parent = nullptr) virtual ~KmlSchema() override Esri::ArcGISRuntime::KmlSimpleField * field(const QString &name) const QList<Esri::ArcGISRuntime::KmlSimpleField *> fields() const QString name() const QString schemaId() const Detailed Description
Each KML schema consists of a name, schema ID, and a collection of KmlSimpleField objects. A single KML document can contain a number of different KML schemas.
Member Function Documentation[since Esri::ArcGISRuntime 200.6]
KmlSchema::KmlSchema(const QList<Esri::ArcGISRuntime::KmlSimpleField *> &fields, const QString &name, const QString &schemaId, QObject *parent = nullptr)
Creates a schema from an array of KmlSimpleField objects, a name, and an ID.
Schema ID should be unique.
This function was introduced in Esri::ArcGISRuntime 200.6.
[override virtual noexcept]
KmlSchema::~KmlSchema()
Destructor.
Esri::ArcGISRuntime::KmlSimpleField *KmlSchema::field(const QString &name) constReturns the simple field object with the given name, or nullptr
if no such field exists.
Returns a collection of KML simple fields.
The collection of KmlSimpleField objects that define the fields in the KML schema.
QString KmlSchema::name() constReturns the name of the schema defined in the KML file.
QString KmlSchema::schemaId() constReturns the ID of the schema defined in the KML file.
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