Type.registerNamespace('Web');
Web.How2goWSMView=function() {
Web.How2goWSMView.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Web.How2goWSMView.prototype={
GetMViewLevelNum:function(succeededCallback, failedCallback, userContext) {
return this._invoke(Web.How2goWSMView.get_path(), 'GetMViewLevelNum',false,{},succeededCallback,failedCallback,userContext); },
GetMViewScaleLength:function(centerLon,centerLat,scaleLevel,nPixelLength,succeededCallback, failedCallback, userContext) {
return this._invoke(Web.How2goWSMView.get_path(), 'GetMViewScaleLength',false,{centerLon:centerLon,centerLat:centerLat,scaleLevel:scaleLevel,nPixelLength:nPixelLength},succeededCallback,failedCallback,userContext); },
MViewXY2LLXml:function(mapViewSizeX,mapViewSizeY,scaleLevel,centerLon,centerLat,x,y,succeededCallback, failedCallback, userContext) {
return this._invoke(Web.How2goWSMView.get_path(), 'MViewXY2LLXml',false,{mapViewSizeX:mapViewSizeX,mapViewSizeY:mapViewSizeY,scaleLevel:scaleLevel,centerLon:centerLon,centerLat:centerLat,x:x,y:y},succeededCallback,failedCallback,userContext); },
MViewXY2LLJSON:function(mapViewSizeX,mapViewSizeY,scaleLevel,centerLon,centerLat,x,y,succeededCallback, failedCallback, userContext) {
return this._invoke(Web.How2goWSMView.get_path(), 'MViewXY2LLJSON',false,{mapViewSizeX:mapViewSizeX,mapViewSizeY:mapViewSizeY,scaleLevel:scaleLevel,centerLon:centerLon,centerLat:centerLat,x:x,y:y},succeededCallback,failedCallback,userContext); },
MViewLL2XYXml:function(mapViewSizeX,mapViewSizeY,scaleLevel,centerLon,centerLat,lon,lat,succeededCallback, failedCallback, userContext) {
return this._invoke(Web.How2goWSMView.get_path(), 'MViewLL2XYXml',false,{mapViewSizeX:mapViewSizeX,mapViewSizeY:mapViewSizeY,scaleLevel:scaleLevel,centerLon:centerLon,centerLat:centerLat,lon:lon,lat:lat},succeededCallback,failedCallback,userContext); },
MViewLL2XYJSON:function(mapViewSizeX,mapViewSizeY,scaleLevel,centerLon,centerLat,lon,lat,succeededCallback, failedCallback, userContext) {
return this._invoke(Web.How2goWSMView.get_path(), 'MViewLL2XYJSON',false,{mapViewSizeX:mapViewSizeX,mapViewSizeY:mapViewSizeY,scaleLevel:scaleLevel,centerLon:centerLon,centerLat:centerLat,lon:lon,lat:lat},succeededCallback,failedCallback,userContext); },
GetMultiLL2XYXml:function(mapViewSizeX,mapViewSizeY,scaleLevel,centerLon,centerLat,lonlatStr,succeededCallback, failedCallback, userContext) {
return this._invoke(Web.How2goWSMView.get_path(), 'GetMultiLL2XYXml',false,{mapViewSizeX:mapViewSizeX,mapViewSizeY:mapViewSizeY,scaleLevel:scaleLevel,centerLon:centerLon,centerLat:centerLat,lonlatStr:lonlatStr},succeededCallback,failedCallback,userContext); },
GetMultiLL2XYJSON:function(mapViewSizeX,mapViewSizeY,scaleLevel,centerLon,centerLat,lonlatStr,succeededCallback, failedCallback, userContext) {
return this._invoke(Web.How2goWSMView.get_path(), 'GetMultiLL2XYJSON',false,{mapViewSizeX:mapViewSizeX,mapViewSizeY:mapViewSizeY,scaleLevel:scaleLevel,centerLon:centerLon,centerLat:centerLat,lonlatStr:lonlatStr},succeededCallback,failedCallback,userContext); },
GetMultiXY2LLXml:function(mapViewSizeX,mapViewSizeY,scaleLevel,centerLon,centerLat,xyStr,succeededCallback, failedCallback, userContext) {
return this._invoke(Web.How2goWSMView.get_path(), 'GetMultiXY2LLXml',false,{mapViewSizeX:mapViewSizeX,mapViewSizeY:mapViewSizeY,scaleLevel:scaleLevel,centerLon:centerLon,centerLat:centerLat,xyStr:xyStr},succeededCallback,failedCallback,userContext); },
GetMultiXY2LLJSON:function(mapViewSizeX,mapViewSizeY,scaleLevel,centerLon,centerLat,xyStr,succeededCallback, failedCallback, userContext) {
return this._invoke(Web.How2goWSMView.get_path(), 'GetMultiXY2LLJSON',false,{mapViewSizeX:mapViewSizeX,mapViewSizeY:mapViewSizeY,scaleLevel:scaleLevel,centerLon:centerLon,centerLat:centerLat,xyStr:xyStr},succeededCallback,failedCallback,userContext); },
GetGRBXml:function(mapViewSizeX,mapViewSizeY,srcScaleLevel,centerLon,centerLat,adjustX,adjustY,destScaleLevel,succeededCallback, failedCallback, userContext) {
return this._invoke(Web.How2goWSMView.get_path(), 'GetGRBXml',false,{mapViewSizeX:mapViewSizeX,mapViewSizeY:mapViewSizeY,srcScaleLevel:srcScaleLevel,centerLon:centerLon,centerLat:centerLat,adjustX:adjustX,adjustY:adjustY,destScaleLevel:destScaleLevel},succeededCallback,failedCallback,userContext); },
GetGRBJSON:function(mapViewSizeX,mapViewSizeY,srcScaleLevel,centerLon,centerLat,adjustX,adjustY,destScaleLevel,succeededCallback, failedCallback, userContext) {
return this._invoke(Web.How2goWSMView.get_path(), 'GetGRBJSON',false,{mapViewSizeX:mapViewSizeX,mapViewSizeY:mapViewSizeY,srcScaleLevel:srcScaleLevel,centerLon:centerLon,centerLat:centerLat,adjustX:adjustX,adjustY:adjustY,destScaleLevel:destScaleLevel},succeededCallback,failedCallback,userContext); },
GetGRBRectXml:function(mapViewSizeX,mapViewSizeY,leftLowLon,leftLowLat,rightUpLon,rightUpLat,succeededCallback, failedCallback, userContext) {
return this._invoke(Web.How2goWSMView.get_path(), 'GetGRBRectXml',false,{mapViewSizeX:mapViewSizeX,mapViewSizeY:mapViewSizeY,leftLowLon:leftLowLon,leftLowLat:leftLowLat,rightUpLon:rightUpLon,rightUpLat:rightUpLat},succeededCallback,failedCallback,userContext); },
GetGRBRectJSON:function(mapViewSizeX,mapViewSizeY,leftLowLon,leftLowLat,rightUpLon,rightUpLat,succeededCallback, failedCallback, userContext) {
return this._invoke(Web.How2goWSMView.get_path(), 'GetGRBRectJSON',false,{mapViewSizeX:mapViewSizeX,mapViewSizeY:mapViewSizeY,leftLowLon:leftLowLon,leftLowLat:leftLowLat,rightUpLon:rightUpLon,rightUpLat:rightUpLat},succeededCallback,failedCallback,userContext); },
GetMultiXY2XYXml:function(mapViewSizeX,mapViewSizeY,srcScaleLevel,centerLon,centerLat,adjustX,adjustY,destScaleLevel,xyStr,succeededCallback, failedCallback, userContext) {
return this._invoke(Web.How2goWSMView.get_path(), 'GetMultiXY2XYXml',false,{mapViewSizeX:mapViewSizeX,mapViewSizeY:mapViewSizeY,srcScaleLevel:srcScaleLevel,centerLon:centerLon,centerLat:centerLat,adjustX:adjustX,adjustY:adjustY,destScaleLevel:destScaleLevel,xyStr:xyStr},succeededCallback,failedCallback,userContext); },
GetMultiXY2XYJSON:function(mapViewSizeX,mapViewSizeY,srcScaleLevel,centerLon,centerLat,adjustX,adjustY,destScaleLevel,xyStr,succeededCallback, failedCallback, userContext) {
return this._invoke(Web.How2goWSMView.get_path(), 'GetMultiXY2XYJSON',false,{mapViewSizeX:mapViewSizeX,mapViewSizeY:mapViewSizeY,srcScaleLevel:srcScaleLevel,centerLon:centerLon,centerLat:centerLat,adjustX:adjustX,adjustY:adjustY,destScaleLevel:destScaleLevel,xyStr:xyStr},succeededCallback,failedCallback,userContext); }}
Web.How2goWSMView.registerClass('Web.How2goWSMView',Sys.Net.WebServiceProxy);
Web.How2goWSMView._staticInstance = new Web.How2goWSMView();
Web.How2goWSMView.set_path = function(value) { Web.How2goWSMView._staticInstance._path = value; }
Web.How2goWSMView.get_path = function() { return Web.How2goWSMView._staticInstance._path; }
Web.How2goWSMView.set_timeout = function(value) { Web.How2goWSMView._staticInstance._timeout = value; }
Web.How2goWSMView.get_timeout = function() { return Web.How2goWSMView._staticInstance._timeout; }
Web.How2goWSMView.set_defaultUserContext = function(value) { Web.How2goWSMView._staticInstance._userContext = value; }
Web.How2goWSMView.get_defaultUserContext = function() { return Web.How2goWSMView._staticInstance._userContext; }
Web.How2goWSMView.set_defaultSucceededCallback = function(value) { Web.How2goWSMView._staticInstance._succeeded = value; }
Web.How2goWSMView.get_defaultSucceededCallback = function() { return Web.How2goWSMView._staticInstance._succeeded; }
Web.How2goWSMView.set_defaultFailedCallback = function(value) { Web.How2goWSMView._staticInstance._failed = value; }
Web.How2goWSMView.get_defaultFailedCallback = function() { return Web.How2goWSMView._staticInstance._failed; }
Web.How2goWSMView.set_path("/WebServices/How2goWSMView.asmx");
Web.How2goWSMView.GetMViewLevelNum= function(onSuccess,onFailed,userContext) {Web.How2goWSMView._staticInstance.GetMViewLevelNum(onSuccess,onFailed,userContext); }
Web.How2goWSMView.GetMViewScaleLength= function(centerLon,centerLat,scaleLevel,nPixelLength,onSuccess,onFailed,userContext) {Web.How2goWSMView._staticInstance.GetMViewScaleLength(centerLon,centerLat,scaleLevel,nPixelLength,onSuccess,onFailed,userContext); }
Web.How2goWSMView.MViewXY2LLXml= function(mapViewSizeX,mapViewSizeY,scaleLevel,centerLon,centerLat,x,y,onSuccess,onFailed,userContext) {Web.How2goWSMView._staticInstance.MViewXY2LLXml(mapViewSizeX,mapViewSizeY,scaleLevel,centerLon,centerLat,x,y,onSuccess,onFailed,userContext); }
Web.How2goWSMView.MViewXY2LLJSON= function(mapViewSizeX,mapViewSizeY,scaleLevel,centerLon,centerLat,x,y,onSuccess,onFailed,userContext) {Web.How2goWSMView._staticInstance.MViewXY2LLJSON(mapViewSizeX,mapViewSizeY,scaleLevel,centerLon,centerLat,x,y,onSuccess,onFailed,userContext); }
Web.How2goWSMView.MViewLL2XYXml= function(mapViewSizeX,mapViewSizeY,scaleLevel,centerLon,centerLat,lon,lat,onSuccess,onFailed,userContext) {Web.How2goWSMView._staticInstance.MViewLL2XYXml(mapViewSizeX,mapViewSizeY,scaleLevel,centerLon,centerLat,lon,lat,onSuccess,onFailed,userContext); }
Web.How2goWSMView.MViewLL2XYJSON= function(mapViewSizeX,mapViewSizeY,scaleLevel,centerLon,centerLat,lon,lat,onSuccess,onFailed,userContext) {Web.How2goWSMView._staticInstance.MViewLL2XYJSON(mapViewSizeX,mapViewSizeY,scaleLevel,centerLon,centerLat,lon,lat,onSuccess,onFailed,userContext); }
Web.How2goWSMView.GetMultiLL2XYXml= function(mapViewSizeX,mapViewSizeY,scaleLevel,centerLon,centerLat,lonlatStr,onSuccess,onFailed,userContext) {Web.How2goWSMView._staticInstance.GetMultiLL2XYXml(mapViewSizeX,mapViewSizeY,scaleLevel,centerLon,centerLat,lonlatStr,onSuccess,onFailed,userContext); }
Web.How2goWSMView.GetMultiLL2XYJSON= function(mapViewSizeX,mapViewSizeY,scaleLevel,centerLon,centerLat,lonlatStr,onSuccess,onFailed,userContext) {Web.How2goWSMView._staticInstance.GetMultiLL2XYJSON(mapViewSizeX,mapViewSizeY,scaleLevel,centerLon,centerLat,lonlatStr,onSuccess,onFailed,userContext); }
Web.How2goWSMView.GetMultiXY2LLXml= function(mapViewSizeX,mapViewSizeY,scaleLevel,centerLon,centerLat,xyStr,onSuccess,onFailed,userContext) {Web.How2goWSMView._staticInstance.GetMultiXY2LLXml(mapViewSizeX,mapViewSizeY,scaleLevel,centerLon,centerLat,xyStr,onSuccess,onFailed,userContext); }
Web.How2goWSMView.GetMultiXY2LLJSON= function(mapViewSizeX,mapViewSizeY,scaleLevel,centerLon,centerLat,xyStr,onSuccess,onFailed,userContext) {Web.How2goWSMView._staticInstance.GetMultiXY2LLJSON(mapViewSizeX,mapViewSizeY,scaleLevel,centerLon,centerLat,xyStr,onSuccess,onFailed,userContext); }
Web.How2goWSMView.GetGRBXml= function(mapViewSizeX,mapViewSizeY,srcScaleLevel,centerLon,centerLat,adjustX,adjustY,destScaleLevel,onSuccess,onFailed,userContext) {Web.How2goWSMView._staticInstance.GetGRBXml(mapViewSizeX,mapViewSizeY,srcScaleLevel,centerLon,centerLat,adjustX,adjustY,destScaleLevel,onSuccess,onFailed,userContext); }
Web.How2goWSMView.GetGRBJSON= function(mapViewSizeX,mapViewSizeY,srcScaleLevel,centerLon,centerLat,adjustX,adjustY,destScaleLevel,onSuccess,onFailed,userContext) {Web.How2goWSMView._staticInstance.GetGRBJSON(mapViewSizeX,mapViewSizeY,srcScaleLevel,centerLon,centerLat,adjustX,adjustY,destScaleLevel,onSuccess,onFailed,userContext); }
Web.How2goWSMView.GetGRBRectXml= function(mapViewSizeX,mapViewSizeY,leftLowLon,leftLowLat,rightUpLon,rightUpLat,onSuccess,onFailed,userContext) {Web.How2goWSMView._staticInstance.GetGRBRectXml(mapViewSizeX,mapViewSizeY,leftLowLon,leftLowLat,rightUpLon,rightUpLat,onSuccess,onFailed,userContext); }
Web.How2goWSMView.GetGRBRectJSON= function(mapViewSizeX,mapViewSizeY,leftLowLon,leftLowLat,rightUpLon,rightUpLat,onSuccess,onFailed,userContext) {Web.How2goWSMView._staticInstance.GetGRBRectJSON(mapViewSizeX,mapViewSizeY,leftLowLon,leftLowLat,rightUpLon,rightUpLat,onSuccess,onFailed,userContext); }
Web.How2goWSMView.GetMultiXY2XYXml= function(mapViewSizeX,mapViewSizeY,srcScaleLevel,centerLon,centerLat,adjustX,adjustY,destScaleLevel,xyStr,onSuccess,onFailed,userContext) {Web.How2goWSMView._staticInstance.GetMultiXY2XYXml(mapViewSizeX,mapViewSizeY,srcScaleLevel,centerLon,centerLat,adjustX,adjustY,destScaleLevel,xyStr,onSuccess,onFailed,userContext); }
Web.How2goWSMView.GetMultiXY2XYJSON= function(mapViewSizeX,mapViewSizeY,srcScaleLevel,centerLon,centerLat,adjustX,adjustY,destScaleLevel,xyStr,onSuccess,onFailed,userContext) {Web.How2goWSMView._staticInstance.GetMultiXY2XYJSON(mapViewSizeX,mapViewSizeY,srcScaleLevel,centerLon,centerLat,adjustX,adjustY,destScaleLevel,xyStr,onSuccess,onFailed,userContext); }
