if(typeof AjaxMethod == "undefined") AjaxMethod={};
AjaxMethod_class = function() {};
Object.extend(AjaxMethod_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getCnty: function(value) {
		return this.invoke("getCnty", {"value":value}, this.getCnty.getArguments().slice(1));
	},
	getCity: function(value) {
		return this.invoke("getCity", {"value":value}, this.getCity.getArguments().slice(1));
	},
	getLocation: function(value) {
		return this.invoke("getLocation", {"value":value}, this.getLocation.getArguments().slice(1));
	},
	getDistrictBound: function(code) {
		return this.invoke("getDistrictBound", {"code":code}, this.getDistrictBound.getArguments().slice(1));
	},
	getDistrictBoundNum: function(code, ptype) {
		return this.invoke("getDistrictBoundNum", {"code":code, "ptype":ptype}, this.getDistrictBoundNum.getArguments().slice(2));
	},
	getScaleType: function(dataTypeId) {
		return this.invoke("getScaleType", {"dataTypeId":dataTypeId}, this.getScaleType.getArguments().slice(1));
	},
	getScaleTypeValue: function(strScale) {
		return this.invoke("getScaleTypeValue", {"strScale":strScale}, this.getScaleTypeValue.getArguments().slice(1));
	},
	getDistributingValue: function(minX, minY, maxX, maxY) {
		return this.invoke("getDistributingValue", {"minX":minX, "minY":minY, "maxX":maxX, "maxY":maxY}, this.getDistributingValue.getArguments().slice(4));
	},
	url: '/ajaxpro/AjaxMethod,Portal.ashx'
}));
AjaxMethod = new AjaxMethod_class();


