if(typeof _Onpoint == "undefined") _Onpoint={};
if(typeof _Onpoint.VERoute_class == "undefined") _Onpoint.VERoute_class={};
_Onpoint.VERoute_class = function() {};
Object.extend(_Onpoint.VERoute_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	TestAjaxMethodMapHistory: function() {
		return this.invoke("TestAjaxMethodMapHistory", {}, this.TestAjaxMethodMapHistory.getArguments().slice(0));
	},
	TestConnect: function(mapID, mapControlSourceKey) {
		return this.invoke("TestConnect", {"mapID":mapID, "mapControlSourceKey":mapControlSourceKey}, this.TestConnect.getArguments().slice(2));
	},
	GetAllSelectionList: function(mapId, selectionSetId) {
		return this.invoke("GetAllSelectionList", {"mapId":mapId, "selectionSetId":selectionSetId}, this.GetAllSelectionList.getArguments().slice(2));
	},
	GetInputDialogLabels: function() {
		return this.invoke("GetInputDialogLabels", {}, this.GetInputDialogLabels.getArguments().slice(0));
	},
	GetResultDialogLabels: function() {
		return this.invoke("GetResultDialogLabels", {}, this.GetResultDialogLabels.getArguments().slice(0));
	},
	url: '/StJohnsMapcentre/ajaxpro/Onpoint.VERoute,App_Code.ashx'
}));
_Onpoint.VERoute = new _Onpoint.VERoute_class();

