Type.registerNamespace('MVB.Web.DataPresentatie.MVBSharpMap');
MVB.Web.DataPresentatie.MVBSharpMap.MapData=function() {
MVB.Web.DataPresentatie.MVBSharpMap.MapData.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
MVB.Web.DataPresentatie.MVBSharpMap.MapData.prototype={
GetToolTipdata:function(context,succeededCallback, failedCallback, userContext) {
return this._invoke(MVB.Web.DataPresentatie.MVBSharpMap.MapData.get_path(), 'GetToolTipdata',false,{context:context},succeededCallback,failedCallback,userContext); },
GetLabelData:function(settings,succeededCallback, failedCallback, userContext) {
return this._invoke(MVB.Web.DataPresentatie.MVBSharpMap.MapData.get_path(), 'GetLabelData',false,{settings:settings},succeededCallback,failedCallback,userContext); }}
MVB.Web.DataPresentatie.MVBSharpMap.MapData.registerClass('MVB.Web.DataPresentatie.MVBSharpMap.MapData',Sys.Net.WebServiceProxy);
MVB.Web.DataPresentatie.MVBSharpMap.MapData._staticInstance = new MVB.Web.DataPresentatie.MVBSharpMap.MapData();
MVB.Web.DataPresentatie.MVBSharpMap.MapData.set_path = function(value) { 
var e = Function._validateParams(arguments, [{name: 'path', type: String}]); if (e) throw e; MVB.Web.DataPresentatie.MVBSharpMap.MapData._staticInstance._path = value; }
MVB.Web.DataPresentatie.MVBSharpMap.MapData.get_path = function() { return MVB.Web.DataPresentatie.MVBSharpMap.MapData._staticInstance._path; }
MVB.Web.DataPresentatie.MVBSharpMap.MapData.set_timeout = function(value) { var e = Function._validateParams(arguments, [{name: 'timeout', type: Number}]); if (e) throw e; if (value < 0) { throw Error.argumentOutOfRange('value', value, Sys.Res.invalidTimeout); }
MVB.Web.DataPresentatie.MVBSharpMap.MapData._staticInstance._timeout = value; }
MVB.Web.DataPresentatie.MVBSharpMap.MapData.get_timeout = function() { 
return MVB.Web.DataPresentatie.MVBSharpMap.MapData._staticInstance._timeout; }
MVB.Web.DataPresentatie.MVBSharpMap.MapData.set_defaultUserContext = function(value) { 
MVB.Web.DataPresentatie.MVBSharpMap.MapData._staticInstance._userContext = value; }
MVB.Web.DataPresentatie.MVBSharpMap.MapData.get_defaultUserContext = function() { 
return MVB.Web.DataPresentatie.MVBSharpMap.MapData._staticInstance._userContext; }
MVB.Web.DataPresentatie.MVBSharpMap.MapData.set_defaultSucceededCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultSucceededCallback', type: Function}]); if (e) throw e; MVB.Web.DataPresentatie.MVBSharpMap.MapData._staticInstance._succeeded = value; }
MVB.Web.DataPresentatie.MVBSharpMap.MapData.get_defaultSucceededCallback = function() { 
return MVB.Web.DataPresentatie.MVBSharpMap.MapData._staticInstance._succeeded; }
MVB.Web.DataPresentatie.MVBSharpMap.MapData.set_defaultFailedCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultFailedCallback', type: Function}]); if (e) throw e; MVB.Web.DataPresentatie.MVBSharpMap.MapData._staticInstance._failed = value; }
MVB.Web.DataPresentatie.MVBSharpMap.MapData.get_defaultFailedCallback = function() { 
return MVB.Web.DataPresentatie.MVBSharpMap.MapData._staticInstance._failed; }
MVB.Web.DataPresentatie.MVBSharpMap.MapData.set_path("/modules/SharpMap/MapData.asmx");
MVB.Web.DataPresentatie.MVBSharpMap.MapData.GetToolTipdata= function(context,onSuccess,onFailed,userContext) {MVB.Web.DataPresentatie.MVBSharpMap.MapData._staticInstance.GetToolTipdata(context,onSuccess,onFailed,userContext); }
MVB.Web.DataPresentatie.MVBSharpMap.MapData.GetLabelData= function(settings,onSuccess,onFailed,userContext) {MVB.Web.DataPresentatie.MVBSharpMap.MapData._staticInstance.GetLabelData(settings,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('MVB.Web.DataPresentatie');
if (typeof(MVB.Web.DataPresentatie.Mapsettings) === 'undefined') {
MVB.Web.DataPresentatie.Mapsettings=gtc("MVB.Web.DataPresentatie.Mapsettings");
MVB.Web.DataPresentatie.Mapsettings.registerClass('MVB.Web.DataPresentatie.Mapsettings');
}
if (typeof(MVB.Web.DataPresentatie.LabelData) === 'undefined') {
MVB.Web.DataPresentatie.LabelData=gtc("MVB.Web.DataPresentatie.LabelData");
MVB.Web.DataPresentatie.LabelData.registerClass('MVB.Web.DataPresentatie.LabelData');
}

