Track Editor (Windows Forms): Difference between revisions
Jump to navigation
Jump to search
(→) |
(→) |
||
Line 6: | Line 6: | ||
* You also need to have a Track Service available. | * You also need to have a Track Service available. | ||
* Sample code for this section is the '''''MariaTrackEditor_Forms''''' project, in the '''''Sample Projects''''' solution. | * Sample code for this section is the '''''MariaTrackEditor_Forms''''' project, in the '''''Sample Projects''''' solution. | ||
* For general description of track service information, see [[Track_Editor#Track_service_information|Track editor, Track service information]] | |||
* Track service interaction is handled by the '''''MariaTrackServiceEngine''''', described here [[Track_Editor#Track_service_engine|Track Service Engine]]. | |||
[[File:trackserviceeditor_forms.png|none|thumbnail|500px|Track editor, example application]] | [[File:trackserviceeditor_forms.png|none|thumbnail|500px|Track editor, example application]] |
Revision as of 17:35, 16 October 2019
This section describes how to create an application interacting with the Maria GDK Track Service
Track Editor Application
- For this part you will need to include the TPG.Maria.TrackLayer package as a minimum.
- You also need to have a Track Service available.
- Sample code for this section is the MariaTrackEditor_Forms project, in the Sample Projects solution.
- For general description of track service information, see Track editor,
- Track service interaction is handled by the MariaTrackServiceEngine, described here Track Service Engine.