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));
	},
	getMapNoLocation: function(value) {
		return this.invoke("getMapNoLocation", {"value":value}, this.getMapNoLocation.getArguments().slice(1));
	},
	getDistrictBound: function(code) {
		return this.invoke("getDistrictBound", {"code":code}, this.getDistrictBound.getArguments().slice(1));
	},
	getScaleType: function(dataTypeId) {
		return this.invoke("getScaleType", {"dataTypeId":dataTypeId}, this.getScaleType.getArguments().slice(1));
	},
	getSortField: function(dataTypeId) {
		return this.invoke("getSortField", {"dataTypeId":dataTypeId}, this.getSortField.getArguments().slice(1));
	},
	url: '/ajaxpro/AjaxMethod,Portal.ashx'
}));
AjaxMethod = new AjaxMethod_class();

