KmlSimpleField Class

  • KmlSimpleField
  • class Esri::ArcGISRuntime::KmlSimpleField

    A KML simple field object. More...

    Header: #include <KmlSimpleField.h>
    Since: Esri::ArcGISRuntime 200.5
    Inherits: Esri::ArcGISRuntime::Object

    Public Functions

    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 KmlSimpleFieldType creates a unique KML simple field.

    Member Function Documentation

    [override virtual] KmlSimpleField::~KmlSimpleField()

    Destructor.

    QString KmlSimpleField::displayName() const

    Returns the display name of the simple field defined in the KML file.

    bool KmlSimpleField::isArray() const

    Returns the value of this field is an array.

    QString KmlSimpleField::name() const

    Returns the name of the simple field defined in the KML file.

    Esri::ArcGISRuntime::KmlSimpleFieldType KmlSimpleField::type() const

    Returns the type of the simple field defined in the KML file.

    The default type is string for untyped data.

    bool KmlSimpleField::operator!=(const Esri::ArcGISRuntime::KmlSimpleField &other) const

    Returns tests if this object is not equal to a second KmlSimpleField object.

    • other - The second object.

    bool KmlSimpleField::operator==(const Esri::ArcGISRuntime::KmlSimpleField &other) const

    Returns true if this object is equal to a second KmlSimpleField object.

    • other - The second object.

    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.