打印本文 打印本文 关闭窗口 关闭窗口
ArcIMS学习之 HTML Viewer笔记:Servlet与请求响应过程
作者:武汉SEO闵涛  文章来源:敏韬网  点击数762  更新时间:2009/4/23 11:25:59  文章录入:mintao  责任编辑:mintao

4. Servlet Connector的入口Servlet:
 com.esri.esrimap.Esrimap 参数
ServiceName  ArcIMS 服务名
ClientVersion  ArcIMS 版本号
Form    true请求来自HTML的Form
Encode 

* 请求重定向 CustomService 参数
原因:
 影像虚拟服务(Image MapService) 不提供"属性信息","几何信息","地理编码"等的功能,所以请求被重定向到其它的虚拟服务。
即:
 When sending a request other than GET_IMAGE to an image MapService,redirection is required;
 Redirection is achieved in action attribute of the PostForm:
GET_FEATURES
 CustomService = Query
GET_GEOCODE
 CustomService = Geocode
GET_EXTRACT
 CustomService = Extract

打印本文 打印本文 关闭窗口 关闭窗口