SDK (Java): Difference between revisions
No edit summary |
|||
| Line 10: | Line 10: | ||
https://github.com/Tygron/java-sdk | https://github.com/Tygron/java-sdk | ||
Instructions for its installation and use are included in a README file. An additional Eclipse Java Project is also supplied with the SDK. | |||
===Components=== | ===Components=== | ||
Latest revision as of 09:48, 13 July 2026
Te Java SDK is a Software Development Kit written in and for Java, developed in lockstep with the Tygron Platform itself. It is used internally for the development of the client application, by communicating via the API.
Obtain and use
The SDK is freely available via the API of the Tygron Platform. For the LTS-compatible version, it can be found in the following location:
https://engine.tygron.com/api/developer/.
or
https://github.com/Tygron/java-sdk
Instructions for its installation and use are included in a README file. An additional Eclipse Java Project is also supplied with the SDK.
Components
The following components are available in the Java SDK:
| Component | Description |
|---|---|
| SettingsManager | Stores most recently used settings. Required by other components of the SDK. |
| ServicesManager | Facilitates authentication and communication to the Tygron Platform. |
| Projects and Sessions | The data contained in a Project (such as Buildings and Overlays), and the live in-memory state of that Project data respectively. |
| SlotConnection | The connector to one specific session, facilitating interactions and a continuously updating representation of data. |
| EventManager | Allows for the listening of specific occurrences or events from the Session. |
| MapLinks and Items | The enumerating types of all the available data, as well as the actual data from a Project respectively. |
| JTS Topology Suite[1] | An included library for the definition of geo data, as well as the translations of geo data. |
Examples
The SDK includes example code to verify its installation and functionality. These examples serve as templates that can be modified and expanded to create custom tools.
Run "ExampleTest" via JUnit to get started.
See also
References
- ↑ JTS Topology Suite ∙ Found at: https://www.tsusiatsoftware.net/jts/main.html ∙ (last visited: 09-07-2024)