public MgrsRasterLayer(MgrsConfig pConfig) { Cfg = pConfig; mVisuals = new VisualCollection(this); ClipToBounds = true; IsHitTestVisible = false; }
public DrawMgrsRaster(MgrsConfig pConfig, MgrsViewport pMgrsGrid) { Viewport = pMgrsGrid; Cfg = pConfig; }
/// <summary> /// Initializes a new instance of the <see cref="HeatMapLayer"/> class. /// </summary> public MgrsEsriLayer(MgrsConfig pCfg) { Cfg = pCfg; this.DisplayName = "MGRS grid"; }