小秋的家

home

  BlogJava :: 首页 :: 联系 :: 聚合  :: 管理
  1 Posts :: 91 Stories :: 17 Comments :: 0 Trackbacks
  javax.faces.component.UIComponent

两种方法获得WebMap

//方法一
MapControl mapControl = (MapControl) component;
WebMap webMap = mapControl.getWebMap();

//方法二
WebContext wctx = WebUtil.getWebContext(component);
WebMap webMap = wctx.getWebMap();

转载于:http://leo43.blog.hexun.com/p9/default.aspx
posted on 2009-11-13 16:06 棋剑小秋 阅读(147) 评论(0)  编辑  收藏 所属分类: GIS

只有注册用户登录后才能发表评论。


网站导航: