Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
dev:viewer:sdk:concepts [2022/09/28 13:03]
pieter
dev:viewer:sdk:concepts [2022/09/28 13:10]
pieter
Line 73: Line 73:
  
 By using MapObjects, we move the complexity of representing Viewer data out of your code and into the Viewer SDK itself.  Let us worry about presentation. By using MapObjects, we move the complexity of representing Viewer data out of your code and into the Viewer SDK itself.  Let us worry about presentation.
- 
-A MapObject is an object that defines everything needed to render it on the Reference Map:  
-  * Spatial information (point,line,area) 
-  * Legend information (line color, etc...) 
- 
-Currently, there are four types of MapObjects that can be rendered in their own layer. 
-  * Field-of-views 
-  * Measurements 
-  * Globals 
-  * Footprints: Visualisation of where resources have data available. 
- 
-MapObjects are used throughout the SDK to convey what needs to be rendered on the Reference Map. This can be Footprint data, Field-of-view data, measurements or other. 
  
 ==== Measurement ==== ==== Measurement ====
Line 132: Line 120:
 ==== Tilt Angle ==== ==== Tilt Angle ====
  
-The viewing direction of a view in the vertical plane parallel to the viewing direction.  Zero degrees indicates the view is looking at the horizon and 90 degrees indicates the view is looking up.  Tilt is similar to the concept of pitch in navigation.+The viewing direction of a view in the vertical plane parallel to the viewing direction.  Zero degrees indicates the view is looking at the horizon and 90 degrees indicates the view is looking up.  Tilt is similar to pitch in aviation.
  
 ==== User ==== ==== User ====
 
Last modified:: 2022/09/28 13:10