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).TheRenderer
to 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.TheRenderer
to display the track lines that connect observations. -
Method Summary
Modifier and TypeMethodDescriptiondouble
Gets the value of the property maximumDuration.int
Gets the value of the property maximumObservations.Gets the value of the property previousObservationRenderer.Gets the value of the property trackLineRenderer.boolean
Gets the value of the property showPreviousObservations.boolean
Gets the value of the property showTrackLine.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).TheRenderer
to display the previous observations.void
setMaximumDuration
(double maximumDuration) Sets the value of the property maximumDuration.void
setMaximumObservations
(int maximumObservations) Sets the value of the property maximumObservations.void
setPreviousObservationRenderer
(Renderer previousObservationRenderer) Sets the value of the property previousObservationRenderer.void
setShowPreviousObservations
(boolean showPreviousObservations) Sets the value of the property showPreviousObservations.void
setShowTrackLine
(boolean showTrackLine) Sets the value of the property showTrackLine.void
setTrackLineRenderer
(Renderer trackLineRenderer) Sets the value of the property trackLineRenderer.A flag indicating whether to show previous observations.A flag indicating whether to show a line that connects observations with the same track ID.TheRenderer
to 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
TheRenderer
to 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
TheRenderer
to display the track lines that connect observations.Only
SimpleRenderer
types are supported since the track line has no attributes to support other renderer types.- 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.
- Since:
- 200.1.0
- See Also:
-
getMaximumDuration
public double getMaximumDuration()Gets the value of the property maximumDuration.- 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.
- Since:
- 200.1.0
-
setMaximumDuration
public void setMaximumDuration(double maximumDuration) Sets the value of the property maximumDuration.- 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.
- Since:
- 200.1.0
-
maximumObservationsProperty
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:
-
getMaximumObservations
public int getMaximumObservations()Gets the value of the property maximumObservations.- Property description:
- The maximum number of observations displayed per track (this includes latest and previous observations).
The default value is 5.
- Since:
- 200.1.0
-
setMaximumObservations
public void setMaximumObservations(int maximumObservations) Sets the value of the property maximumObservations.- Property description:
- The maximum number of observations displayed per track (this includes latest and previous observations).
The default value is 5.
- Since:
- 200.1.0
-
previousObservationRendererProperty
TheRenderer
to display the previous observations.- Since:
- 200.1.0
- See Also:
-
getPreviousObservationRenderer
Gets the value of the property previousObservationRenderer.- Property description:
- The
Renderer
to display the previous observations. - Since:
- 200.1.0
-
setPreviousObservationRenderer
Sets the value of the property previousObservationRenderer.- Property description:
- The
Renderer
to display the previous observations. - Since:
- 200.1.0
-
showPreviousObservationsProperty
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:
-
isShowPreviousObservations
public boolean isShowPreviousObservations()Gets the value of the property showPreviousObservations.- 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.
- Since:
- 200.1.0
-
setShowPreviousObservations
public void setShowPreviousObservations(boolean showPreviousObservations) Sets the value of the property showPreviousObservations.- 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.
- Since:
- 200.1.0
-
showTrackLineProperty
A flag indicating whether to show a line that connects observations with the same track ID.- Since:
- 200.1.0
- See Also:
-
isShowTrackLine
public boolean isShowTrackLine()Gets the value of the property showTrackLine.- Property description:
- A flag indicating whether to show a line that connects observations with the same track ID.
- Since:
- 200.1.0
-
setShowTrackLine
public void setShowTrackLine(boolean showTrackLine) Sets the value of the property showTrackLine.- Property description:
- A flag indicating whether to show a line that connects observations with the same track ID.
- Since:
- 200.1.0
-
trackLineRendererProperty
TheRenderer
to display the track lines that connect observations.Only
SimpleRenderer
types are supported since the track line has no attributes to support other renderer types.- Since:
- 200.1.0
- See Also:
-
getTrackLineRenderer
Gets the value of the property trackLineRenderer.- Property description:
- The
Renderer
to display the track lines that connect observations.Only
SimpleRenderer
types are supported since the track line has no attributes to support other renderer types. - Since:
- 200.1.0
-
setTrackLineRenderer
Sets the value of the property trackLineRenderer.- Property description:
- The
Renderer
to display the track lines that connect observations.Only
SimpleRenderer
types are supported since the track line has no attributes to support other renderer types. - Since:
- 200.1.0
-