Track Editor (Windows Forms): Difference between revisions

From Maria GDK Wiki
Jump to navigation Jump to search
()
()
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
== Track Editor Application ==
== Track Editor Application ==


* For this part you will need to include the '''''TPG.Maria.TrackLayer''''' NuGet package as a minimum.
;General
* You also need to have a Track Service available.
:* You will need to include the '''''TPG.MariaGDK''''' NuGet package.  
* Sample code for this section is the '''''MariaTrackEditor_Forms''''' project, in the '''''Sample Projects''''' solution.
:: For more info, see [[Development requirements#Loading Maria GDK Packages| Loading Maria GDK, NuGet Packages]]
* For general description of track service information, see [[Track_Editor#Track_service_information|Track editor, Track service information]] and [[:Category:Tracks|Category Tracks]].
:* You also need to have a Track Service available.
* Track service interaction is handled by the '''''MariaTrackServiceEngine''''', described here [[Track_Editor#Track_service_engine|Track Service Engine]].
:* Sample code for this section is the '''''MariaTrackEditor_Forms''''' project, in the '''''Sample Projects''''' solution.
:* Track service interaction is handled by the '''''MariaTrackServiceEngine''''' class, implemented with the WPF track editor. See [[Track_Editor#Track_service_engine|'''Track Service Engine''']].





Latest revision as of 15:26, 28 October 2019

This section describes how to create an application interacting with the Maria GDK Track Service

Track Editor Application

General
  • You will need to include the TPG.MariaGDK NuGet package.
For more info, see Loading Maria GDK, NuGet Packages
  • You also need to have a Track Service available.
  • Sample code for this section is the MariaTrackEditor_Forms project, in the Sample Projects solution.
  • Track service interaction is handled by the MariaTrackServiceEngine class, implemented with the WPF track editor. See Track Service Engine.


Track editor, example application