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 Both sides next revision
dev:viewer:sdk:concepts [2020/05/12 17:51]
jeroen
dev:viewer:sdk:concepts [2020/05/12 17:53]
jeroen
Line 16: Line 16:
  
 By default, all data returned by the SDK is expressed in WGS84, EPSG:4326  To change the CRS of data returned by the SDK, please provide the ''Constants.STARTUP_CRS'' option at Viewer startup. By default, all data returned by the SDK is expressed in WGS84, EPSG:4326  To change the CRS of data returned by the SDK, please provide the ''Constants.STARTUP_CRS'' option at Viewer startup.
- 
-==== Coverage ==== 
- 
-Coverage is an overall term to point out vector data which consists of the Footprints, the Envelope, and the Field of Views of a run. 
  
 ==== Coordinate Reference System ==== ==== Coordinate Reference System ====
Line 28: Line 24:
  
 Spatial objects that are returned by the SDK are expressed in WGS84 (EPSG code 4326) by default.  You can change this by passing a Startup Option to the Viewer constructor, instructing it to use a different CRS. Spatial objects that are returned by the SDK are expressed in WGS84 (EPSG code 4326) by default.  You can change this by passing a Startup Option to the Viewer constructor, instructing it to use a different CRS.
 +
 +==== Coverage ====
 +
 +Coverage is an overall term to point out vector data which consists of the Footprints, the Envelope, and the Field of Views of a run.
  
 ==== Field Of View ==== ==== Field Of View ====
 
Last modified:: 2022/09/28 13:10