Default constructor.
Note: This is provided for convenience only and will construct an unusable, empty object.
[explicit]
KmlMultiTrack::KmlMultiTrack(const Esri::ArcGISRuntime::KmlGeometry &other)
Converting constructor from other KmlGeometry.
Note: Performs a shallow copy.
See also Downcast helper functions.
KmlMultiTrack::KmlMultiTrack(const QList<Esri::ArcGISRuntime::KmlTrack> &tracks, bool isInterpolated)Creates a KmlMultiTrack from an array of KmlTrack objects and a boolean indicating whether the multi-track interpolates the time periods between tracks.
false
.Copy constructor from other KmlMultiTrack.
Note: Performs a shallow copy.
[noexcept]
KmlMultiTrack::KmlMultiTrack(Esri::ArcGISRuntime::KmlMultiTrack &&other)
Move constructor from other KmlMultiTrack.
[noexcept]
KmlMultiTrack::~KmlMultiTrack()
Destructor.
bool KmlMultiTrack::isInterpolated() constReturns whether or not the multi-track interpolates the time periods between tracks.
If true
, semi-transparent interpolated lines draw between individual tracks. Default is false
.
Gets whether this KmlMultiTrack is valid.
A KmlMultiTrack is valid if it is not empty and objectType is KmlGeometryObjectType::MultiTrack.
Returns true
if valid.
Returns an array of the individual tracks making up the track.
[noexcept]
Esri::ArcGISRuntime::KmlMultiTrack &KmlMultiTrack::operator=(Esri::ArcGISRuntime::KmlMultiTrack &&other)
Move operator from other KmlMultiTrack.
Esri::ArcGISRuntime::KmlMultiTrack &KmlMultiTrack::operator=(const Esri::ArcGISRuntime::KmlMultiTrack &other)Assignment operator from other KmlMultiTrack.
Note: Performs a shallow copy.
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