摘要:
var polygonSet = [];//等值线转面后的要素集 for(i=0; i= 3){//将线要素转为面要素 var polygonJson={}; polygonJs... 阅读全文
摘要:
public float findPriceByIsbn(String isbn) { String hql="select b.price from Book b where b.isbn=?"; float price=(float)getSession().createQuery(hql).s 阅读全文
摘要:
采用ArcGIS Server发布地图服务时提示如下警告:经查找资料及大神们的回答,个人总结是由于ArcGIS Server登录权限的问题:(http://blog.csdn.net/cc765256844/article/details/44620723)多数做法是直接换成本地系统账户登录,但是有... 阅读全文
摘要:
//Identify查询function initIdentify() { require( ["esri/map","esri/InfoTemplate","esri/layers/ArcGISDynamicMapServiceLayer","esri/symbols/Simpl... 阅读全文