Draw object layer

From Maria GDK Wiki
Revision as of 14:02, 2 April 2025 by Ths (talk | contribs)
Jump to navigation Jump to search

This page details the setup of the Maria DrawObjectLayer.

Example

            _drawObjectSystemFactory = new DrawObjectSystemFactory(_symbolRequestProcessor);
            _drawObjectCommon = _drawObjectSystemFactory.CommonResources;
            _drawObjectCommon.GeoObjectClientStores.ConnectToService(new Uri("http://localhost:5097"));
            
            var storeInfo = new StoreInfo() { Id = "InMemory", IsInProcessStore = true };
            _drawObjectLayer = _drawObjectSystemFactory.CreateLayer(GeoControlViewModel, storeInfo);