New pages

Jump to navigation Jump to search
New pages
Hide registered users | Hide bots | Hide redirects
  • 14:55, 24 April 2025Milsymbol SIDC (hist | edit) ‎[2,539 bytes]Tmd (talk | contribs) (Created page with "== Milsymbol SIDC Utility == The "SIDCUtils" class provides methods for updating the SIDC with standard identity, tactical status, amplifiers, headquarters/task force dummy. === Utility methods === <source lang="c#"> // Removes standard identity, tactcal status, amplifiers and headquarters/task force dummy from sidc, so that it can be used for lookup in GDK. string CleanSIDC(string sidc) // Check if sidc is APP6D sidc. bool IsSIDC(string sidc) // Update standard ident...") Tag: Visual edit: Switched
  • 14:01, 2 April 2025Draw object layer (hist | edit) ‎[2,624 bytes]Ths (talk | contribs) (Created page with "This page details the setup of the Maria DrawObjectLayer. == Example == <source lang="c#"> _drawObjectSystemFactory = new DrawObjectSystemFactory(_symbolRequestProcessor); _drawObjectCommon = _drawObjectSystemFactory.CommonResources; _drawObjectCommon.GeoObjectClientStores.ConnectToService(new Uri("http://localhost:5097")); var storeInfo = new StoreInfo() { Id = "InMemory", IsInProcessStore = true };...")
  • 14:38, 25 February 2025Application Setup (hist | edit) ‎[4,443 bytes]Ths (talk | contribs) (Created page with "== MariaApplication singleton == The TPG.GDK.Maria.Common.MariaApplication is a Singleton class which sets up some application wide properties and facilities, such as data paths and logging. This class need not be explicitly instantiated unless you have particular requirements for the input parameters. See the code doc for list of available constructor parameters. ## Application shutdown To ensure a clean shutdown you should call MariaApplication.Shutdown() before on...")
  • 11:24, 23 January 2025Styling visual appearance for draw objects (GDK5) (hist | edit) ‎[40,015 bytes]Ths (talk | contribs) (Created page with "The style set for the visual appearance has three style categories: DrawObjects, SelectionFan and Tooltip. Each category has a set of predefined styles. The name of the value items and composite value items in the styles have specific meaning and cannot be changed. Changing the value of the value items on the other hand will change the appearance of the draw objects. A complete style set for draw objects can be found here: Draw object complete style set == DrawObje...")