mawzh
路人甲
路人甲
  • 注册日期2004-11-21
  • 发帖数102
  • QQ
  • 铜币421枚
  • 威望0点
  • 贡献值0点
  • 银元0个
阅读:1867回复:1

ArcXML + netlink开发问题求助

楼主#
更多 发布于:2006-05-17 16:27
<P > </P>
<P ><p><FONT face="Times New Roman"> </FONT></p></P>
<P >在使用<FONT face="Times New Roman">VB.NET2003</FONT>对<FONT face="Times New Roman">ArcIMS9.0</FONT>的开发中,当使用<FONT face="Times New Roman">netlink</FONT>发送一个GetAllServiceInfo后,其返回结果是一个复杂的XML,内容如下:<p></p></P>
<P ><p> </p></P>
<P  align=left><FONT face="Times New Roman"><ARCXML version="1.1"><p></p></FONT></P>
<P  align=left><FONT face="Times New Roman"> <RESPONSE><p></p></FONT></P>
<P  align=left><FONT face="Times New Roman">   <SERVICEINFO><p></p></FONT></P>
<P  align=left><FONT face="Times New Roman">     <ENVIRONMENT><p></p></FONT></P>
<P  align=left><FONT face="Times New Roman">       <LOCALE language="zh" country="CN" /><p></p></FONT></P>
<P  align=left><FONT face="Times New Roman">       <UIFONT name="SansSerif" color="0,0,0" size="12" style="regular" /><p></p></FONT></P>
<P  align=left><FONT face="Times New Roman">       <SEPARATORS cs=" " ts=";" /><p></p></FONT></P>
<P  align=left><FONT face="Times New Roman">       <CAPABILITIES forbidden="" disabledtypes="" /><p></p></FONT></P>
<P  align=left><FONT face="Times New Roman">       <SCREEN dpi="96" /><p></p></FONT></P>
<P  align=left><FONT face="Times New Roman">       <IMAGELIMIT pixelcount="1048576" /><p></p></FONT></P>
<P  align=left><FONT face="Times New Roman">     </ENVIRONMENT><p></p></FONT></P>
<P  align=left><FONT face="Times New Roman">     <PROPERTIES><p></p></FONT></P>
<P  align=left><FONT face="Times New Roman">       <ENVELOPE minx="-419.971714020928" miny="579.426872681001" maxx="3041.36440666148" maxy="2911.93569233547" name="Initial_Extent" /><p></p></FONT></P>
<P  align=left><FONT face="Times New Roman">       <MAPUNITS units="decimal_degrees" /><p></p></FONT></P>
<P  align=left><FONT face="Times New Roman">     </PROPERTIES><p></p></FONT></P>
<P  align=left><FONT face="Times New Roman">     <LAYERINFO type="featureclass" visible="true" name="</FONT>杭嘉湖等高线<FONT face="Times New Roman">" id="0"><p></p></FONT></P>
<P  align=left><FONT face="Times New Roman">       <FCLASS type="line"><p></p></FONT></P>
<P  align=left><FONT face="Times New Roman">         <ENVELOPE minx="-292.329919382901" miny="951.591748916493" maxx="726.684936204452" maxy="2832.80551124099" /><p></p></FONT></P>
<P  align=left><FONT face="Times New Roman">         <FIELD name="HANDLE" type="12" size="16" precision="0" /><p></p></FONT></P>
<P  align=left><FONT face="Times New Roman">         <FIELD name="LAYER" type="12" size="254" precision="0" /><p></p></FONT></P>
<P  align=left><FONT face="Times New Roman">         <FIELD name="COLOR" type="4" size="9" precision="0" /><p></p></FONT></P>
<P  align=left><FONT face="Times New Roman">         <FIELD name="#SHAPE#" type="-98" size="0" precision="0" /><p></p></FONT></P>
<P  align=left><FONT face="Times New Roman">         <FIELD name="#ID#" type="-99" size="16" precision="0" /><p></p></FONT></P>
<P  align=left><FONT face="Times New Roman">       </FCLASS><p></p></FONT></P>
<P  align=left><FONT face="Times New Roman">       <SIMPLERENDERER><p></p></FONT></P>
<P  align=left><FONT face="Times New Roman">         <SIMPLELINESYMBOL color="51,102,51" width="8" captype="round" /><p></p></FONT></P>
<P  align=left><FONT face="Times New Roman">       </SIMPLERENDERER><p></p></FONT></P>
<P  align=left><FONT face="Times New Roman">     </LAYERINFO><p></p></FONT></P>
<P  align=left><FONT face="Times New Roman">     <LAYERINFO type="featureclass" visible="true" name="</FONT>杭嘉湖圩区<FONT face="Times New Roman">" id="1"><p></p></FONT></P>
<P  align=left><FONT face="Times New Roman">       <FCLASS type="polygon"><p></p></FONT></P>
<P  align=left><FONT face="Times New Roman">         <ENVELOPE minx="-211.520005165642" miny="736.73721409398" maxx="2703.43033913476" maxy="2833.44240228101" /><p></p></FONT></P>
<P  align=left><FONT face="Times New Roman">         <FIELD name="AREA" type="8" size="19" precision="11" /><p></p></FONT></P>
<P  align=left><FONT face="Times New Roman">         <FIELD name="PERIMETER" type="8" size="19" precision="11" /><p></p></FONT></P>
<P  align=left><FONT face="Times New Roman">         <FIELD name="#SHAPE#" type="-98" size="0" precision="0" /><p></p></FONT></P>
<P  align=left><FONT face="Times New Roman">         <FIELD name="#ID#" type="-99" size="16" precision="0" /><p></p></FONT></P>
<P  align=left><FONT face="Times New Roman">       </FCLASS><p></p></FONT></P>
<P  align=left><FONT face="Times New Roman">       <SIMPLERENDERER><p></p></FONT></P>
<P  align=left><FONT face="Times New Roman">         <SIMPLEPOLYGONSYMBOL fillcolor="27,227,227" filltransparency="1" boundarytransparency="1" boundarycaptype="round" /><p></p></FONT></P>
<P  align=left><FONT face="Times New Roman">       </SIMPLERENDERER><p></p></FONT></P>
<P ><FONT face="Times New Roman">     </LAYERINFO><p></p></FONT></P>
<P  align=left><FONT face="Times New Roman">    </SERVICEINFO><p></p></FONT></P>
<P  align=left><FONT face="Times New Roman"> </RESPONSE><p></p></FONT></P>
<P ><FONT face="Times New Roman"></ARCXML><p></p></FONT></P>
<P ><p><FONT face="Times New Roman"> </FONT></p></P>
<P >现想从此文档中读取其中某一个指定图层的字段信息,该如何读取啊?因做论文要用,急盼各们大侠指点。<p></p></P>
<P ><a href="mailtmawzh@tom.com" target="_blank" ><FONT face="Times New Roman">mawzh@tom.com</FONT></A><FONT face="Times New Roman"> </FONT><a href="mailt或mawz@zaas.org" target="_blank" >或<FONT face="Times New Roman">mawz@zaas.org</FONT></A><FONT face="Times New Roman">  <p></p></FONT></P>
<P ><FONT face="Times New Roman">QQ:22429181<p></p></FONT></P>
<P ><st1:PersonName w:st="on" ProductID="麻">麻</st1:PersonName>先生<p></p></P>
喜欢0 评分0
mawzh
路人甲
路人甲
  • 注册日期2004-11-21
  • 发帖数102
  • QQ
  • 铜币421枚
  • 威望0点
  • 贡献值0点
  • 银元0个
1楼#
发布于:2006-05-24 17:25
问题已解决
举报 回复(0) 喜欢(0)     评分
游客

返回顶部