1. <tt id="5hhch"><source id="5hhch"></source></tt>
    1. <xmp id="5hhch"></xmp>

  2. <xmp id="5hhch"><rt id="5hhch"></rt></xmp>

    <rp id="5hhch"></rp>
        <dfn id="5hhch"></dfn>

      1. Java實現點在線添加的方法

        時間:2024-08-14 06:13:41 JAVA認證 我要投稿
        • 相關推薦

        Java實現點在線添加的方法

          Java如何實現點在線添加,下面YJBYS小編為大家整理了相關資料,希望對你有所幫助。內容如下:

          public void addPoint(MapEvent event){

          AGSLocalMapResource res = (AGSLocalMapResource)this.webContext.getResources()。get(“ags0”);

          try{

          // 建立一個工作空間工廠對象,并設置它的參數信息。

          SdeWorkspaceFactory sdewf = (SdeWorkspaceFactory)res.getServerContext()。createObject(SdeWorkspaceFactory.getClsid());

          PropertySet pset = (PropertySet)res.getServerContext()。createObject(PropertySet.getClsid());

          pset.setProperty(“SERVER”, “gxk”);// 服務器名稱

          pset.setProperty(“INSTANCE”, “5151”);// 實例名

          pset.setProperty(“USER”, “sa”); // SDE數據表空間的用戶名

          pset.setProperty(“PASSWORD”, “sa”);// 密碼

          pset.setProperty(“VERSION”, “DBO.gxk”);// SDE數據的版本

          Workspace iws =(Workspace) sdewf.open(pset, 0);

          WebPoint screenPoint = (WebPoint)event.getWebGeometry();

          WebMap mapctrl = event.getWebContext()。getWebMap();

          WebPoint mappnt =WebPoint.toMapPoint(screenPoint, mapctrl.getCurrentExtent(), (int)mapctrl.getWidth(), (int)mapctrl.getHeight());

          Geometry soapgeo=AGSUtil.toAGSGeometry(mappnt);

          String soapString = com.esri.adf.web.ags.util.AGSUtil.serializeStub(soapgeo);

          soapString = soapString.replaceAll(“xsi:type=\”soapenc:Array\“”, “”);

          IPoint mypoint = (IPoint)AGSUtil.deserializeArcObject(soapString, res.getServerContext());

          IWorkspaceEdit wse = (IWorkspaceEdit)iws;

          wse.startEditing(false);

          wse.startEditOperation();

          IFeatureClass featureclass = iws.openFeatureClass(“sde.DBO.Respt”);

          IFeature feature = featureclass.createFeature();

          feature.setShapeByRef((IGeometry)mypoint);

          feature.setValue(feature.getFields()。findField(“NAME”), “kkk”);

          feature.store();

          wse.stopEditOperation();

          wse.stopEditing(true);

          this.webContext.refresh();

          }catch(Exception e){

          e.printStackTrace();

          }

          }

          刷新地圖后不能顯示新加入的數據的原因是:由于在開始編輯時新打開了一個工作空間,該工作空間并不是瀏覽器中看到地圖所在的工作空間。

        【Java實現點在線添加的方法】相關文章:

        Java動態代理實現AOP的方法07-22

        java實現web服務器的方法10-14

        實現鼠標畫圖的Java程序06-22

        Java多線程的實現方式07-08

        Java如何實現簡單的whois查詢09-21

        Java byte[]轉int如何實現05-24

        Java語言的特點和實現機制10-01

        使用JavaScript實現Java的List功能10-26

        PHP關聯鏈接添加方法08-06

        Java枚舉的常用方法10-05

        国产高潮无套免费视频_久久九九兔免费精品6_99精品热6080YY久久_国产91久久久久久无码

        1. <tt id="5hhch"><source id="5hhch"></source></tt>
          1. <xmp id="5hhch"></xmp>

        2. <xmp id="5hhch"><rt id="5hhch"></rt></xmp>

          <rp id="5hhch"></rp>
              <dfn id="5hhch"></dfn>