Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
dev:viewer:sdk:concepts [2022/09/28 13:03]
pieter
dev:viewer:sdk:concepts [2022/09/28 13:06]
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 ====
 
Last modified:: 2022/09/28 13:10