if(typeof SqlPoint == "undefined") SqlPoint={};
SqlPoint_class = function() {};
Object.extend(SqlPoint_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GeoPoint: function(gpl) {
		return this.invoke("GeoPoint", {"gpl":gpl}, this.GeoPoint.getArguments().slice(1));
	},
	GetHt: function(cln, x1, y1, x2, y2) {
		return this.invoke("GetHt", {"cln":cln, "x1":x1, "y1":y1, "x2":x2, "y2":y2}, this.GetHt.getArguments().slice(5));
	},
	GetGh: function(cln, x1, y1, x2, y2) {
		return this.invoke("GetGh", {"cln":cln, "x1":x1, "y1":y1, "x2":x2, "y2":y2}, this.GetGh.getArguments().slice(5));
	},
	GetBsl: function(cln) {
		return this.invoke("GetBsl", {"cln":cln}, this.GetBsl.getArguments().slice(1));
	},
	GeoBP: function(gpl) {
		return this.invoke("GeoBP", {"gpl":gpl}, this.GeoBP.getArguments().slice(1));
	},
	url: '/ajaxpro/SqlPoint,Dcqtech.YOY360.Modules.ashx'
}));
SqlPoint = new SqlPoint_class();

