예제 #1
0
        public MgrsRasterLayer(MgrsConfig pConfig)
        {
            Cfg = pConfig;
            mVisuals = new VisualCollection(this);
            ClipToBounds = true;
            IsHitTestVisible = false;

        }
예제 #2
0
 public DrawMgrsRaster(MgrsConfig pConfig, MgrsViewport pMgrsGrid)
 {
     Viewport = pMgrsGrid;
     Cfg = pConfig;
 }
예제 #3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="HeatMapLayer"/> class.
 /// </summary>
 public MgrsEsriLayer(MgrsConfig pCfg)
 {
     Cfg = pCfg;
     this.DisplayName = "MGRS grid";
 }