10楼#
发布于:2004-09-01 12:55
<P>顶</P><P>狂顶</P>
|
|
|
11楼#
发布于:2004-09-01 13:14
<img src="images/post/smile/dvbbs/em06.gif" /><img src="images/post/smile/dvbbs/em06.gif" /><img src="images/post/smile/dvbbs/em06.gif" /><img src="images/post/smile/dvbbs/em07.gif" /><img src="images/post/smile/dvbbs/em07.gif" />
|
|
|
12楼#
发布于:2004-09-03 13:32
<P>强烈支持ing,另外发现问题,发现好资料,必将分享出来</P>
|
|
|
13楼#
发布于:2004-09-03 15:34
<P>大家这么积极,我转贴一个一个非常好的ARCIMS的安装帮助的地址!</P><P><a href="http://support.esri.com/index.cfm?fa=knowledgebase.techArticles.articleShow;d=23450" target="_blank" >http://support.esri.com/index.cfm?fa=knowledgebase.techArticles.articleShow;d=23450</A></P>
|
|
14楼#
发布于:2004-09-04 10:14
好人呵
|
|
15楼#
发布于:2004-09-10 23:19
<P>将zoom in所拖动的框的左上和右下的经纬度值传给打开Html Viewer 的ASP页面的方法:(这可是俺千辛万苦摸索出来的,不知对刚接触ArcIMS的朋友是否有帮助)</P><P>修改javascript目录下的aimsNavigation.js文件,如下</P><P> var LongMin=mapX;
var LatMax=mapY;</P><P>……………………</P><P>// start zoom in.... box displayed function startZoomBox(e) { moveLayer("theMap",hspc,vspc); getImageXY(e); // keep it within the MapImage if ((mouseX<iWidth) ;; (mouseY<iHeight)) { if (zooming) { stopZoomBox(e); } else { x1=mouseX; y1=mouseY x2=x1+1; y2=y1+1; zleft=x1; ztop=y1; zbottom=y1; zright=x1 boxIt(x1,y1,x2,y2); zooming=true; var tempBottom=lastBottom; //////////////////////////////////////////////////////自己添加 getMapXY(mouseX,mouseY); LongMin=mapX; LatMax=mapY; parent.window.opener.Form1.TxtLongMin.value=mapX; parent.window.opener.Form1.TxtLatMax.value=mapY; parent.window.opener.Form1.TxtLongMax.value=mapX; parent.window.opener.Form1.TxtLatMin.value=mapY; //////////////////////////////////////////////////////////// /* if (isNav4) { showLayer("zoomBoxTop"); showLayer("zoomBoxLeft"); showLayer("zoomBoxRight"); showLayer("zoomBoxBottom"); } else { showLayer("zoomBox"); } */ } } return false; }</P><P>// stop zoom box display... zoom in function stopZoomBox(e) { zooming=false; hideLayer("zoomBoxTop"); hideLayer("zoomBoxLeft"); hideLayer("zoomBoxRight"); hideLayer("zoomBoxBottom"); // hideLayer("zoomBox"); if ((zright <zleft+2) ;; (zbottom < ztop+2)) { zoomin(e); } else { var tempLeft=lastLeft; var tempRight=lastRight; var tempTop=lastTop; var tempBottom=lastBottom; //////////////////////////////////////设置左下点坐标 getMapXY(mouseX,mouseY); if(mapX>LongMin) {parent.window.opener.Form1.TxtLongMax.value=mapX;} else { parent.window.opener.Form1.TxtLongMax.value.value=LongMin; parent.window.opener.Form1.TxtLongMin.value=mapX; } if(mapY<LatMax) {parent.window.opener.Form1.TxtLatMin.value=mapY;} else { parent.window.opener.Form1.TxtLatMin.value=LatMax; parent.window.opener.Form1.TxtLatMax.value=mapY; }</P><P> /////////////////////////////////////////////////////////// saveLastExtent(); pixelX = xDistance / iWidth; var theY = iHeight - ztop; pixelY = yDistance / iHeight; eTop = pixelY * theY + eBottom; eRight = pixelX * zright + eLeft; eLeft = pixelX * zleft + eLeft; theY = iHeight - zbottom; pixelY = yDistance / iHeight; eBottom = pixelY * theY + eBottom; window.scrollTo(0,0); sendMapXML(); } return true;</P><P>} </P> |
|
16楼#
发布于:2004-09-13 22:02
哪里有ArcIMS下载呢?
|
|
|
17楼#
发布于:2004-09-15 10:05
<P>强烈支持,好文章哪!!!!!!!</P>
|
|
18楼#
发布于:2004-09-16 21:01
<P>忘记ArcIMS的登陆密码,再次进入的方法:</P>
<P>1、删除密码文件AimsAdmPw。</P> <P>2、依次停止ArcIMSTasker、ArcIMSMonitor、ArcIMSApplication服务(在控制面板的服务中)。</P> <P>3、依次启动ArcIMSApplication、ArcIMSMonitor、ArcIMSTasker服务(在控制面板的服务中)。</P> <P>然后再次登陆manager,就会和刚安装时一样,要你输入新的用户名和密码了</P> <P>(呵呵,今天参加中科永生的培训刚学的)</P><img src="images/post/smile/dvbbs/em04.gif" /> [此贴子已经被作者于2004-9-17 23:16:55编辑过]
|
|
19楼#
发布于:2004-09-17 14:00
不知道 aimsadmpw文件是在那个目录下呢?俺没有找到 ,请补充,谢谢。<img src="images/post/smile/dvbbs/em02.gif" /><img src="images/post/smile/dvbbs/em02.gif" /><img src="images/post/smile/dvbbs/em01.gif" /><img src="images/post/smile/dvbbs/em01.gif" />
|
|
|