A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developers.arcgis.com/qt/cpp/api-reference/esri-arcgisruntime-kmlschema.html below:

KmlSchema Class | ArcGIS Maps SDK for Qt

  • KmlSchema
  • class Esri::ArcGISRuntime::KmlSchema

    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) const

    Returns the simple field object with the given name, or nullptr if no such field exists.

    QList<Esri::ArcGISRuntime::KmlSimpleField *> KmlSchema::fields() const

    Returns a collection of KML simple fields.

    The collection of KmlSimpleField objects that define the fields in the KML schema.

    QString KmlSchema::name() const

    Returns the name of the schema defined in the KML file.

    QString KmlSchema::schemaId() const

    Returns 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