Exemplo n.º 1
0
        //add shp
        public void addSHPLayer(string layername, string fullPath, Color color, int width, MapHandle.config.ProjPara pjPara)
        {
            SHPLayer shplayer = new SHPLayer();

            //shplayer.getCFG(cfg);

            mapControl1.addSHP(shplayer.getSHPLayer(layername, fullPath, color, width, pjPara));
        }
Exemplo n.º 2
0
        //add shp
        public void addSHPLayer(string layername, string fullPath, Color color, int width, MapHandle.config.ProjPara pjPara)
        {
            SHPLayer shplayer = new SHPLayer();
            //shplayer.getCFG(cfg);

            mapControl1.addSHP(shplayer.getSHPLayer(layername, fullPath,color, width, pjPara));
        }