隨筆-18  評論-20  文章-0  trackbacks-0
            置頂隨筆
               摘要: ArcGis server,如何在Task中實現 下拉列表和 checkbox 和 radiobutton.
          ArcGis server教程系列  閱讀全文
          posted @ 2007-08-22 17:35 JavaPoint 閱讀(1851) | 評論 (2)編輯 收藏
               摘要:   閱讀全文
          posted @ 2007-08-18 15:46 JavaPoint 閱讀(3221) | 評論 (1)編輯 收藏
               摘要:   閱讀全文
          posted @ 2007-08-18 10:29 JavaPoint 閱讀(1718) | 評論 (1)編輯 收藏
               摘要:   閱讀全文
          posted @ 2007-08-16 11:01 JavaPoint 閱讀(1933) | 評論 (8)編輯 收藏
               摘要:   閱讀全文
          posted @ 2007-08-15 15:56 JavaPoint 閱讀(2429) | 評論 (1)編輯 收藏
            2007年8月25日
               摘要:   閱讀全文
          posted @ 2007-08-25 13:26 JavaPoint 閱讀(1094) | 評論 (0)編輯 收藏
            2007年8月22日
               摘要: ArcGis server,如何在Task中實現 下拉列表和 checkbox 和 radiobutton.
          ArcGis server教程系列  閱讀全文
          posted @ 2007-08-22 17:35 JavaPoint 閱讀(1851) | 評論 (2)編輯 收藏
            2007年8月18日
               摘要:   閱讀全文
          posted @ 2007-08-18 15:46 JavaPoint 閱讀(3221) | 評論 (1)編輯 收藏
               摘要:   閱讀全文
          posted @ 2007-08-18 10:29 JavaPoint 閱讀(1718) | 評論 (1)編輯 收藏
               摘要:   閱讀全文
          posted @ 2007-08-18 10:23 JavaPoint 閱讀(624) | 評論 (0)編輯 收藏
            2007年8月17日
               摘要:   閱讀全文
          posted @ 2007-08-17 09:44 JavaPoint 閱讀(748) | 評論 (0)編輯 收藏
            2007年8月16日
               摘要:   閱讀全文
          posted @ 2007-08-16 16:59 JavaPoint 閱讀(904) | 評論 (0)編輯 收藏
               摘要:   閱讀全文
          posted @ 2007-08-16 11:15 JavaPoint 閱讀(1617) | 評論 (0)編輯 收藏
            當需要控制圖層的可見性時,可以使用
          IMapDescription mapdescription = webMap.MapDescription;
          webMap.ManageLifetime(mapdescription); 

              ILayerDescriptions layerdec = mapdescription.LayerDescriptions;

              for(int i=0;i < mapdescription.LayerDescriptions.Count; i++)
          {
              ILayerDescription onelayerdesc = layerdec.get_Element(i); 
              onelayerdesc.Visible = true;
          }
            

          posted @ 2007-08-16 11:11 JavaPoint 閱讀(2375) | 評論 (5)編輯 收藏

          ArcGIS Server開發——標注

          [C#寫法]
          private void LabelField(IFeatureLayer pFeatureLayer,IServerContext pServerContext)
            { 
             IGeoFeatureLayer pGeoFeatureLayer = pFeatureLayer as IGeoFeatureLayer;
             pGeoFeatureLayer.AnnotationProperties.Clear();
             IAnnotateLayerPropertiesCollection pAnnoLayerPropsColl = pGeoFeatureLayer.AnnotationProperties;
             ILabelEngineLayerProperties pLabelEngine;
             
             pLabelEngine = pServerContext.CreateObject("esriCarto.LabelEngineLayerProperties") as     ILabelEngineLayerProperties;
             pLabelEngine.Expression = "[Field]";
             IAnnotateLayerProperties pAnnoLayerProps = pLabelEngine as IAnnotateLayerProperties;
             pAnnoLayerPropsColl.Add(pAnnoLayerProps);
             pGeoFeatureLayer.DisplayAnnotation = true;  
            

          posted @ 2007-08-16 11:10 JavaPoint 閱讀(801) | 評論 (0)編輯 收藏
          僅列出標題  下一頁
          主站蜘蛛池模板: 广东省| 莱西市| 泗阳县| 龙山县| 城市| 谢通门县| 揭东县| 临海市| 陵川县| 宜黄县| 剑阁县| 岳西县| 武宣县| 梅河口市| 盈江县| 黎平县| 吉林市| 建昌县| 宜城市| 襄城县| 绥江县| 田林县| 西和县| 涪陵区| 福贡县| 襄樊市| 宁国市| 邯郸市| 手游| 舟曲县| 偃师市| 邢台县| 桃江县| 崇义县| 阜新| 绍兴县| 罗甸县| 通榆县| 津市市| 观塘区| 寿宁县|