隨筆-18  評論-20  文章-0  trackbacks-0
            置頂隨筆
               摘要: ArcGis server,如何在Task中實現 下拉列表和 checkbox 和 radiobutton.
          ArcGis server教程系列  閱讀全文
          posted @ 2007-08-22 17:35 JavaPoint 閱讀(1847) | 評論 (2)編輯 收藏
               摘要:   閱讀全文
          posted @ 2007-08-18 15:46 JavaPoint 閱讀(3213) | 評論 (1)編輯 收藏
               摘要:   閱讀全文
          posted @ 2007-08-18 10:29 JavaPoint 閱讀(1716) | 評論 (1)編輯 收藏
               摘要:   閱讀全文
          posted @ 2007-08-16 11:01 JavaPoint 閱讀(1927) | 評論 (8)編輯 收藏
               摘要:   閱讀全文
          posted @ 2007-08-15 15:56 JavaPoint 閱讀(2426) | 評論 (1)編輯 收藏
            2007年8月25日
               摘要:   閱讀全文
          posted @ 2007-08-25 13:26 JavaPoint 閱讀(1090) | 評論 (0)編輯 收藏
            2007年8月22日
               摘要: ArcGis server,如何在Task中實現 下拉列表和 checkbox 和 radiobutton.
          ArcGis server教程系列  閱讀全文
          posted @ 2007-08-22 17:35 JavaPoint 閱讀(1847) | 評論 (2)編輯 收藏
            2007年8月18日
               摘要:   閱讀全文
          posted @ 2007-08-18 15:46 JavaPoint 閱讀(3213) | 評論 (1)編輯 收藏
               摘要:   閱讀全文
          posted @ 2007-08-18 10:29 JavaPoint 閱讀(1716) | 評論 (1)編輯 收藏
               摘要:   閱讀全文
          posted @ 2007-08-18 10:23 JavaPoint 閱讀(622) | 評論 (0)編輯 收藏
            2007年8月17日
               摘要:   閱讀全文
          posted @ 2007-08-17 09:44 JavaPoint 閱讀(744) | 評論 (0)編輯 收藏
            2007年8月16日
               摘要:   閱讀全文
          posted @ 2007-08-16 16:59 JavaPoint 閱讀(900) | 評論 (0)編輯 收藏
               摘要:   閱讀全文
          posted @ 2007-08-16 11:15 JavaPoint 閱讀(1613) | 評論 (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 閱讀(2371) | 評論 (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 閱讀(797) | 評論 (0)編輯 收藏
          僅列出標題  下一頁
          主站蜘蛛池模板: 卢湾区| 舟山市| 秀山| 忻州市| 类乌齐县| 民乐县| 望奎县| 尚义县| 浦北县| 左云县| 井冈山市| 大宁县| 朝阳市| 仲巴县| 静宁县| 沙湾县| 和静县| 巴彦淖尔市| 安顺市| 九寨沟县| 汽车| 庆阳市| 乐东| 喜德县| 东阿县| 高邮市| 铜川市| 揭西县| 汉源县| 方山县| 晋宁县| 永清县| 罗定市| 东辽县| 夏邑县| 镇赉县| 林甸县| 华安县| 梧州市| 潼南县| 湟源县|