A KML scale object. More...
Header | #include <Kml |
Since | Esri |
Inherits | Esri |
Public Functions
Kml | |
virtual | ~ |
double | scale |
double | scale |
double | scale |
bool | operator!=( |
bool | operator==( |
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 noexcept]
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.