隨筆-18  評(píng)論-20  文章-0  trackbacks-0
            置頂隨筆
               摘要: ArcGis server,如何在Task中實(shí)現(xiàn) 下拉列表和 checkbox 和 radiobutton.
          ArcGis server教程系列  閱讀全文
          posted @ 2007-08-22 17:35 JavaPoint 閱讀(1847) | 評(píng)論 (2)編輯 收藏
               摘要:   閱讀全文
          posted @ 2007-08-18 15:46 JavaPoint 閱讀(3213) | 評(píng)論 (1)編輯 收藏
               摘要:   閱讀全文
          posted @ 2007-08-18 10:29 JavaPoint 閱讀(1716) | 評(píng)論 (1)編輯 收藏
               摘要:   閱讀全文
          posted @ 2007-08-16 11:01 JavaPoint 閱讀(1927) | 評(píng)論 (8)編輯 收藏
               摘要:   閱讀全文
          posted @ 2007-08-15 15:56 JavaPoint 閱讀(2426) | 評(píng)論 (1)編輯 收藏
            2007年8月22日
               摘要: ArcGis server,如何在Task中實(shí)現(xiàn) 下拉列表和 checkbox 和 radiobutton.
          ArcGis server教程系列  閱讀全文
          posted @ 2007-08-22 17:35 JavaPoint 閱讀(1847) | 評(píng)論 (2)編輯 收藏
            2007年8月18日
               摘要:   閱讀全文
          posted @ 2007-08-18 15:46 JavaPoint 閱讀(3213) | 評(píng)論 (1)編輯 收藏
               摘要:   閱讀全文
          posted @ 2007-08-18 10:29 JavaPoint 閱讀(1716) | 評(píng)論 (1)編輯 收藏
               摘要:   閱讀全文
          posted @ 2007-08-18 10:23 JavaPoint 閱讀(622) | 評(píng)論 (0)編輯 收藏
            2007年8月17日
               摘要:   閱讀全文
          posted @ 2007-08-17 09:44 JavaPoint 閱讀(744) | 評(píng)論 (0)編輯 收藏
            2007年8月16日
               摘要:   閱讀全文
          posted @ 2007-08-16 16:59 JavaPoint 閱讀(900) | 評(píng)論 (0)編輯 收藏
               摘要:   閱讀全文
          posted @ 2007-08-16 11:15 JavaPoint 閱讀(1613) | 評(píng)論 (0)編輯 收藏
            當(dāng)需要控制圖層的可見(jiàn)性時(shí),可以使用
          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) | 評(píng)論 (5)編輯 收藏

          ArcGIS Server開(kāi)發(fā)——標(biāo)注

          [C#寫(xiě)法]
          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) | 評(píng)論 (0)編輯 收藏
          僅列出標(biāo)題  下一頁(yè)
          主站蜘蛛池模板: 汉寿县| 尉氏县| 济源市| 汉沽区| 太康县| 陆河县| 高清| 颍上县| 新干县| 崇明县| 合肥市| 夏津县| 日喀则市| 吴旗县| 中江县| 荔波县| 佛冈县| 西乌珠穆沁旗| 安塞县| 佛山市| 五华县| 崇礼县| 彝良县| 博兴县| 个旧市| 阜南县| 阳朔县| 黄骅市| 宁德市| 弥勒县| 蕲春县| 巴塘县| 乃东县| 昭苏县| 建德市| 泰州市| 太仓市| 霍林郭勒市| 开封县| 武宁县| 浦东新区|