KmlScale Class

  • KmlScale
  • class Esri::ArcGISRuntime::KmlScale

    A KML scale object. More...

    Header: #include <KmlScale.h>
    Since: Esri::ArcGISRuntime 200.6
    Inherits: Esri::ArcGISRuntime::Object

    Public Functions

    KmlScale(double scaleX, double scaleY, double scaleZ, QObject *parent = nullptr)
    virtual ~KmlScale() override
    double scaleX() const
    double scaleY() const
    double scaleZ() const
    bool operator!=(Esri::ArcGISRuntime::KmlScale *other) const
    bool operator==(Esri::ArcGISRuntime::KmlScale *other) const

    Detailed Description

    Defines a scale factor in x, y, and z dimensions.

    Member Function Documentation

    KmlScale::KmlScale(double scaleX, double scaleY, double scaleZ, QObject *parent = nullptr)

    Creates a KML scale with the specified x, y, and z scale factor values.

    • scaleX - Scale factor of the x dimension.
    • scaleY - Scale factor of the y dimension.
    • scaleZ - Scale factor of the z dimension.
    • parent - The optional parent QObject.

    [override virtual] KmlScale::~KmlScale()

    Destructor.

    double KmlScale::scaleX() const

    Returns the scale factor applied to the x dimension.

    double KmlScale::scaleY() const

    Returns the scale factor applied to the y dimension.

    double KmlScale::scaleZ() const

    Returns the scale factor applied to the z dimension.

    bool KmlScale::operator!=(Esri::ArcGISRuntime::KmlScale *other) const

    Returns true if this object is not equal to a second KmlScale object.

    • other - The second object.

    bool KmlScale::operator==(Esri::ArcGISRuntime::KmlScale *other) const

    Returns true if this object is equal to a second KmlScale 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.

    You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

    Your ArcGIS portal

    Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

    Your ArcGIS Location Platform dashboard

    Manage billing, monitor service usage, and access additional resources.

    Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

    Close