Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
xml
xml
<timeNavigatorRelativePeriodVariables>
     <variableId>variableId1</variableId>
     <variableId>variableId2</variableId> 
</timeNavigatorRelativePeriodVariables>

Suppose variableId1 has the following relative view period: <relativeViewPeriod start="-1" end="6" unit="day"/> 

And variableId2 has the following relative view period: <relativeViewPeriod start="-2" end="5" unit="day"/>

The resulting relative view period used by the time navigator toolbar will be: <relativeViewPeriod start="-2" end="6" unit="day"/>

To be able to determine the relative view period, the timeSeriesSet the variable reference should be set to  <readWriteMode>read complete forecast</readWriteMode>.

movieFrameDurationMillis

The duration of a frame when the time navigator is animating. This is the number of milliseconds a frame/time step is visible before the next time step becomes visible. If this option is not specified, then 200 milliseconds is used by default. When the CPU is too slow to display the specified frame rate, a frame will be displayed longer than specified.

...