DynamicEntityLayer.
Track display properties allow you to control the display of dynamic entity observations by setting a maximum number of observations to show, displaying a line that connects them (track line), and applying renderers to the previous observations and/or track line.
- Since:
- 200.1.0
-
Property Summary
PropertiesTypePropertyDescriptionThe maximum time (in seconds) a previous observation displays in the track.The maximum number of observations displayed per track (this includes latest and previous observations).TheRendererto display the previous observations.A flag indicating whether to show previous observations.A flag indicating whether to show a line that connects observations with the same track ID.TheRendererto display the track lines that connect observations. -
Method Summary
Modifier and TypeMethodDescriptiondoubleGets the value of themaximumDurationproperty.intGets the value of themaximumObservationsproperty.Gets the value of thepreviousObservationRendererproperty.Gets the value of thetrackLineRendererproperty.booleanGets the value of theshowPreviousObservationsproperty.booleanGets the value of theshowTrackLineproperty.The maximum time (in seconds) a previous observation displays in the track.The maximum number of observations displayed per track (this includes latest and previous observations).TheRendererto display the previous observations.voidsetMaximumDuration(double maximumDuration) Sets the value of themaximumDurationproperty.voidsetMaximumObservations(int maximumObservations) Sets the value of themaximumObservationsproperty.voidsetPreviousObservationRenderer(Renderer previousObservationRenderer) Sets the value of thepreviousObservationRendererproperty.voidsetShowPreviousObservations(boolean showPreviousObservations) Sets the value of theshowPreviousObservationsproperty.voidsetShowTrackLine(boolean showTrackLine) Sets the value of theshowTrackLineproperty.voidsetTrackLineRenderer(Renderer trackLineRenderer) Sets the value of thetrackLineRendererproperty.A flag indicating whether to show previous observations.A flag indicating whether to show a line that connects observations with the same track ID.TheRendererto display the track lines that connect observations.
-
Property Details
-
maximumDuration
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 and there is no age expiration applied to observations.
Setting maximum duration to anything below 1.0 defaults to 1.0.
- Since:
- 200.1.0
- See Also:
-
maximumObservations
The maximum number of observations displayed per track (this includes latest and previous observations).The default value is 5.
- Since:
- 200.1.0
- See Also:
-
previousObservationRenderer
TheRendererto display the previous observations.- Since:
- 200.1.0
- See Also:
-
showPreviousObservations
A flag indicating whether to show previous observations.This flag only affects previous observations, the latest observation of the track is always displayed.
- Since:
- 200.1.0
- See Also:
-
showTrackLine
A flag indicating whether to show a line that connects observations with the same track ID.- Since:
- 200.1.0
- See Also:
-
trackLineRenderer
TheRendererto 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.
- Since:
- 200.1.0
- See Also:
-
-
Method Details
-
maximumDurationProperty
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 and there is no age expiration applied to observations.
Setting maximum duration to anything below 1.0 defaults to 1.0.
- Returns:
- the
maximumDurationproperty - Since:
- 200.1.0
- See Also:
-
getMaximumDuration
public double getMaximumDuration()Gets the value of themaximumDurationproperty.- Property description:
- 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 and there is no age expiration applied to observations.
Setting maximum duration to anything below 1.0 defaults to 1.0.
- Returns:
- the value of the
maximumDurationproperty - Since:
- 200.1.0
- See Also:
-
setMaximumDuration
public void setMaximumDuration(double maximumDuration) Sets the value of themaximumDurationproperty.- Property description:
- 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 and there is no age expiration applied to observations.
Setting maximum duration to anything below 1.0 defaults to 1.0.
- Parameters:
maximumDuration- the value for themaximumDurationproperty- Since:
- 200.1.0
- See Also:
-
maximumObservationsProperty
The maximum number of observations displayed per track (this includes latest and previous observations).The default value is 5.
- Returns:
- the
maximumObservationsproperty - Since:
- 200.1.0
- See Also:
-
getMaximumObservations
public int getMaximumObservations()Gets the value of themaximumObservationsproperty.- Property description:
- The maximum number of observations displayed per track (this includes latest and previous observations).
The default value is 5.
- Returns:
- the value of the
maximumObservationsproperty - Since:
- 200.1.0
- See Also:
-
setMaximumObservations
public void setMaximumObservations(int maximumObservations) Sets the value of themaximumObservationsproperty.- Property description:
- The maximum number of observations displayed per track (this includes latest and previous observations).
The default value is 5.
- Parameters:
maximumObservations- the value for themaximumObservationsproperty- Since:
- 200.1.0
- See Also:
-
previousObservationRendererProperty
TheRendererto display the previous observations.- Returns:
- the
previousObservationRendererproperty - Since:
- 200.1.0
- See Also:
-
getPreviousObservationRenderer
Gets the value of thepreviousObservationRendererproperty.- Property description:
- The
Rendererto display the previous observations. - Returns:
- the value of the
previousObservationRendererproperty - Since:
- 200.1.0
- See Also:
-
setPreviousObservationRenderer
Sets the value of thepreviousObservationRendererproperty.- Property description:
- The
Rendererto display the previous observations. - Parameters:
previousObservationRenderer- the value for thepreviousObservationRendererproperty- Since:
- 200.1.0
- See Also:
-
showPreviousObservationsProperty
A flag indicating whether to show previous observations.This flag only affects previous observations, the latest observation of the track is always displayed.
- Returns:
- the
showPreviousObservationsproperty - Since:
- 200.1.0
- See Also:
-
isShowPreviousObservations
public boolean isShowPreviousObservations()Gets the value of theshowPreviousObservationsproperty.- Property description:
- A flag indicating whether to show previous observations.
This flag only affects previous observations, the latest observation of the track is always displayed.
- Returns:
- the value of the
showPreviousObservationsproperty - Since:
- 200.1.0
- See Also:
-
setShowPreviousObservations
public void setShowPreviousObservations(boolean showPreviousObservations) Sets the value of theshowPreviousObservationsproperty.- Property description:
- A flag indicating whether to show previous observations.
This flag only affects previous observations, the latest observation of the track is always displayed.
- Parameters:
showPreviousObservations- the value for theshowPreviousObservationsproperty- Since:
- 200.1.0
- See Also:
-
showTrackLineProperty
A flag indicating whether to show a line that connects observations with the same track ID.- Returns:
- the
showTrackLineproperty - Since:
- 200.1.0
- See Also:
-
isShowTrackLine
public boolean isShowTrackLine()Gets the value of theshowTrackLineproperty.- Property description:
- A flag indicating whether to show a line that connects observations with the same track ID.
- Returns:
- the value of the
showTrackLineproperty - Since:
- 200.1.0
- See Also:
-
setShowTrackLine
public void setShowTrackLine(boolean showTrackLine) Sets the value of theshowTrackLineproperty.- Property description:
- A flag indicating whether to show a line that connects observations with the same track ID.
- Parameters:
showTrackLine- the value for theshowTrackLineproperty- Since:
- 200.1.0
- See Also:
-
trackLineRendererProperty
TheRendererto 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.
- Returns:
- the
trackLineRendererproperty - Since:
- 200.1.0
- See Also:
-
getTrackLineRenderer
Gets the value of thetrackLineRendererproperty.- Property description:
- The
Rendererto 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.
- Returns:
- the value of the
trackLineRendererproperty - Since:
- 200.1.0
- See Also:
-
setTrackLineRenderer
Sets the value of thetrackLineRendererproperty.- Property description:
- The
Rendererto 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.
- Parameters:
trackLineRenderer- the value for thetrackLineRendererproperty- Since:
- 200.1.0
- See Also:
-