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-trackdisplayproperties.html below:

TrackDisplayProperties Class | ArcGIS Maps SDK for Qt

Member Function Documentation [override virtual noexcept] TrackDisplayProperties::~TrackDisplayProperties()

Destructor.

bool TrackDisplayProperties::isShowPreviousObservations() const

Returns a flag indicating whether to show previous observations.

This flag only affects previous observations, the latest observation of the track is always displayed.

bool TrackDisplayProperties::isShowTrackLine() const

Returns a flag indicating whether to show a line that connects observations with the same track ID.

double TrackDisplayProperties::maximumDuration() const

Returns the maximum time (in seconds) a previous observation displays in the track.

Previous observations older than the specified maximum duration are not displayed.

The default value is 0.0 which means the maximum duration is disabled. Setting maximum duration to anything below 1.0 defaults to 1.0.

See also setMaximumDuration().

int TrackDisplayProperties::maximumObservations() const

Returns the maximum number of observations displayed per track (this includes latest and previous observations).

The default value is 5.

See also setMaximumObservations().

Esri::ArcGISRuntime::Renderer *TrackDisplayProperties::previousObservationRenderer() const

Returns the Renderer to display the previous observations.

See also setPreviousObservationRenderer().

void TrackDisplayProperties::setMaximumDuration(double maximumDuration)

Sets the maximumDuration to maximumDuration.

See also maximumDuration.

void TrackDisplayProperties::setMaximumObservations(int maximumObservations)

Sets the maximumObservations to maximumObservations.

See also maximumObservations.

void TrackDisplayProperties::setPreviousObservationRenderer(Esri::ArcGISRuntime::Renderer *previousObservationRenderer)

Sets the previousObservationRenderer to previousObservationRenderer.

See also previousObservationRenderer.

void TrackDisplayProperties::setShowPreviousObservations(bool showPreviousObservations)

Sets the showPreviousObservations to showPreviousObservations.

See also isShowPreviousObservations.

void TrackDisplayProperties::setShowTrackLine(bool showTrackLine)

Sets the showTrackLine to showTrackLine.

See also isShowTrackLine.

void TrackDisplayProperties::setTrackLineRenderer(Esri::ArcGISRuntime::Renderer *trackLineRenderer)

Sets the trackLineRenderer to trackLineRenderer.

See also trackLineRenderer.

Esri::ArcGISRuntime::Renderer *TrackDisplayProperties::trackLineRenderer() const

Returns the Renderer to display the track lines that connect observations.

All renderer types are supported; however, the track line attributes collection includes only the entity ID attribute that uniquely identifies the track. This attribute can be used to highlight a specific track using one of the attribute-based renderers.

See also setTrackLineRenderer().


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