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:scope [2020/05/12 17:33]
jeroen [Scope & Possibilities]
dev:viewer:sdk:scope [2020/05/13 05:55] (current)
jeroen
Line 1: Line 1:
-====== Introduction, Scope & Possibilities ======+====== Scope & Possibilities ======
  
-===== Introduction ===== +Discover the 3DM Viewer SDK.
- +
-==== Orbit 3DM Viewer and Viewer SDK === +
  
 The Orbit 3DM Viewer SDK provides the tools to build a plugin to connect a 3rd party host application and the Orbit 3DM Viewer. It is a two-way connection enabling synchronize, augment, enrich and integrate the 3DM Viewer and host application.  The Orbit 3DM Viewer SDK provides the tools to build a plugin to connect a 3rd party host application and the Orbit 3DM Viewer. It is a two-way connection enabling synchronize, augment, enrich and integrate the 3DM Viewer and host application. 
  
-The Orbit 3DM Viewer SDK is designed to integrate the 3DM Viewer into another host applications, with the least amount of work possible.  +===== Key Features =====
- +
-The Orbit 3DM Viewer connect and streams data and/or publications from an on-premises Orbit 3DM Publisher or the Orbit 3DM Cloud. Read more about Cloud and Publisher here:  +
-  * https://orbitgt.com/products/3dm-cloud/ +
-  * https://orbitgt.com/products/3dm-publisher/ +
- +
-==== License ==== +
- +
-There is no additional cost or specific license required to use the Viewer SDK. The right to use the Viewer is managed by orbit 3DM Cloud or Orbit 3DM Publisher via Named and Guest Users. +
- +
-==== Sample Data ==== +
- +
-If you have no Cloud account or Publisher yet, you can use our Cloud demo Publications. The same data is stored on different data centers over the world. By geo-ip you will be redirected to the publications closest to your location: \\ +
-https://3dmapping.cloud/try-it-now/ +
- +
-===== Scope & Possibilities ===== +
- +
-Discover the key features of the 3DM Viewer SDK. +
- +
- +
-==== What to expect ==== +
- +
-The API has everything you need to : +
-  * Visualize resource footprints (where is data available?+
-  * Visualize field-of-views (where are the views?) +
-  * Visualize measurements +
-  * Use measurements (add them to your own layers for example) +
-  * Integrate with Viewer zoom-to-extent  +
-  * Integrate with Viewer position picking  +
-  * Open a View at a location +
-  * Focus all Views on a location +
-  * Add your own objects to the Viewer +
- +
-==== Key Features ====+
  
 === Synchronize views === === Synchronize views ===
Line 64: Line 29:
 There is one SDK reference that can be implemented on multiple platforms. Different implementations are available. At the moment we have an SDK for JavaScript, .NET, and Python. There is one SDK reference that can be implemented on multiple platforms. Different implementations are available. At the moment we have an SDK for JavaScript, .NET, and Python.
  
 +===== What's in the API =====
  
 +The API has everything you need to :
 +  * Visualize resource footprints (where is data available?)
 +  * Visualize field-of-views (where are the views?)
 +  * Visualize measurements
 +  * Use measurements (add them to your own layers for example)
 +  * Integrate with Viewer zoom-to-extent 
 +  * Integrate with Viewer position picking 
 +  * Open a View at a location
 +  * Focus all Views on a location
 +  * Add your own objects to the Viewer
 
Last modified:: 2020/05/12 17:33