var MapServer=function() {
MapServer.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
MapServer.prototype={
setSession:function(succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'setSession',false,{},succeededCallback,failedCallback,userContext); },
tsSession:function(Condition,type,caption,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'tsSession',false,{Condition:Condition,type:type,caption:caption},succeededCallback,failedCallback,userContext); },
dqSession:function(Condition,type,caption,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'dqSession',false,{Condition:Condition,type:type,caption:caption},succeededCallback,failedCallback,userContext); },
departmentSession:function(Sql,DivName,Condition,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'departmentSession',false,{Sql:Sql,DivName:DivName,Condition:Condition},succeededCallback,failedCallback,userContext); },
streetSession:function(Sql,DivName,Condition,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'streetSession',false,{Sql:Sql,DivName:DivName,Condition:Condition},succeededCallback,failedCallback,userContext); },
HelloWorld:function(succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'HelloWorld',false,{},succeededCallback,failedCallback,userContext); },
InitMap:function(sMap,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'InitMap',false,{sMap:sMap},succeededCallback,failedCallback,userContext); },
ReturnImage:function(map,display,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'ReturnImage',false,{map:map,display:display},succeededCallback,failedCallback,userContext); },
ZoomMap:function(X1,Y1,X2,Y2,type,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'ZoomMap',false,{X1:X1,Y1:Y1,X2:X2,Y2:Y2,type:type},succeededCallback,failedCallback,userContext); },
SetScaleLayer:function(MapObj,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'SetScaleLayer',false,{MapObj:MapObj},succeededCallback,failedCallback,userContext); },
CheckScale:function(type,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'CheckScale',false,{type:type},succeededCallback,failedCallback,userContext); },
PanMap:function(X,Y,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'PanMap',false,{X:X,Y:Y},succeededCallback,failedCallback,userContext); },
SetParm:function(I,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'SetParm',false,{I:I},succeededCallback,failedCallback,userContext); },
GetMapByParm:function(I,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'GetMapByParm',false,{I:I},succeededCallback,failedCallback,userContext); },
FullMap:function(isTs,isLy,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'FullMap',false,{isTs:isTs,isLy:isLy},succeededCallback,failedCallback,userContext); },
AddLY:function(layers,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'AddLY',false,{layers:layers},succeededCallback,failedCallback,userContext); },
ClearMap:function(isAll,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'ClearMap',false,{isAll:isAll},succeededCallback,failedCallback,userContext); },
MeasureLen:function(sPixs,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'MeasureLen',false,{sPixs:sPixs},succeededCallback,failedCallback,userContext); },
MapYuanYuan:function(isAll,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'MapYuanYuan',false,{isAll:isAll},succeededCallback,failedCallback,userContext); },
setFbtLayers:function(sName,type,returnImage,clarelayers,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'setFbtLayers',false,{sName:sName,type:type,returnImage:returnImage,clarelayers:clarelayers},succeededCallback,failedCallback,userContext); },
setLayer:function(Layers,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'setLayer',false,{Layers:Layers},succeededCallback,failedCallback,userContext); },
setMapLayersInfo:function(succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'setMapLayersInfo',false,{},succeededCallback,failedCallback,userContext); },
GetScale:function(succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'GetScale',false,{},succeededCallback,failedCallback,userContext); },
SetMapByYingYan:function(X1,Y1,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'SetMapByYingYan',false,{X1:X1,Y1:Y1},succeededCallback,failedCallback,userContext); },
DqSearch:function(Value,type,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'DqSearch',false,{Value:Value,type:type},succeededCallback,failedCallback,userContext); },
PositionMap:function(positionLayer,SmId,positionName,KeephightLight,isAdd,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'PositionMap',false,{positionLayer:positionLayer,SmId:SmId,positionName:positionName,KeephightLight:KeephightLight,isAdd:isAdd},succeededCallback,failedCallback,userContext); },
PositionMapLine:function(positionLayer,sColor1,sColor2,SmId,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'PositionMapLine',false,{positionLayer:positionLayer,sColor1:sColor1,sColor2:sColor2,SmId:SmId},succeededCallback,failedCallback,userContext); },
sCurstomLayer:function(succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'sCurstomLayer',false,{},succeededCallback,failedCallback,userContext); },
tsCustomsLayers:function(id,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'tsCustomsLayers',false,{id:id},succeededCallback,failedCallback,userContext); },
sFlagCurstomLayer:function(succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'sFlagCurstomLayer',false,{},succeededCallback,failedCallback,userContext); },
getCitySummary:function(csid,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'getCitySummary',false,{csid:csid},succeededCallback,failedCallback,userContext); },
InsertPoint:function(X,Y,Id,HTML,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'InsertPoint',false,{X:X,Y:Y,Id:Id,HTML:HTML},succeededCallback,failedCallback,userContext); },
PathFx:function(len,num,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'PathFx',false,{len:len,num:num},succeededCallback,failedCallback,userContext); },
ClearNear:function(succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'ClearNear',false,{},succeededCallback,failedCallback,userContext); },
FindPathTrack:function(MapObj,mc,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'FindPathTrack',false,{MapObj:MapObj,mc:mc},succeededCallback,failedCallback,userContext); },
GWHPosition:function(positionLayer,SmId,positionName,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'GWHPosition',false,{positionLayer:positionLayer,SmId:SmId,positionName:positionName},succeededCallback,failedCallback,userContext); },
SingleSelect:function(x,y,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'SingleSelect',false,{x:x,y:y},succeededCallback,failedCallback,userContext); },
LineSelect:function(sPixs,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'LineSelect',false,{sPixs:sPixs},succeededCallback,failedCallback,userContext); },
ManySelect:function(x1,y1,x2,y2,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'ManySelect',false,{x1:x1,y1:y1,x2:x2,y2:y2},succeededCallback,failedCallback,userContext); },
LYPositionMap:function(SmId,isAdd,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'LYPositionMap',false,{SmId:SmId,isAdd:isAdd},succeededCallback,failedCallback,userContext); },
dqCustomsLayers:function(id,name,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'dqCustomsLayers',false,{id:id,name:name},succeededCallback,failedCallback,userContext); },
ChangeMapByViewsBounds:function(sMap,sViewBounds,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'ChangeMapByViewsBounds',false,{sMap:sMap,sViewBounds:sViewBounds},succeededCallback,failedCallback,userContext); },
ChangeMap:function(sMap,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'ChangeMap',false,{sMap:sMap},succeededCallback,failedCallback,userContext); },
setGjPoint:function(X,Y,Index,sHTML,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'setGjPoint',false,{X:X,Y:Y,Index:Index,sHTML:sHTML},succeededCallback,failedCallback,userContext); },
Del5958:function(succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'Del5958',false,{},succeededCallback,failedCallback,userContext); },
ClearGjStop:function(Min,Max,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'ClearGjStop',false,{Min:Min,Max:Max},succeededCallback,failedCallback,userContext); },
SearchDl:function(sName,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'SearchDl',false,{sName:sName},succeededCallback,failedCallback,userContext); },
CommendPosition:function(layer,uniqueID,positionname,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'CommendPosition',false,{layer:layer,uniqueID:uniqueID,positionname:positionname},succeededCallback,failedCallback,userContext); },
SearchSyq:function(sId,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'SearchSyq',false,{sId:sId},succeededCallback,failedCallback,userContext); },
RemoveCusClass:function(Min,Max,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'RemoveCusClass',false,{Min:Min,Max:Max},succeededCallback,failedCallback,userContext); },
HighlightBusSolution:function(SolutionId,SolutionIndex,Id,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'HighlightBusSolution',false,{SolutionId:SolutionId,SolutionIndex:SolutionIndex,Id:Id},succeededCallback,failedCallback,userContext); },
DefaultLYLayers:function(succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'DefaultLYLayers',false,{},succeededCallback,failedCallback,userContext); },
DbyDw:function(X,Y,sName,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'DbyDw',false,{X:X,Y:Y,sName:sName},succeededCallback,failedCallback,userContext); },
getLineId:function(sName,LayerName,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'getLineId',false,{sName:sName,LayerName:LayerName},succeededCallback,failedCallback,userContext); },
NewMapSearch:function(succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'NewMapSearch',false,{},succeededCallback,failedCallback,userContext); },
MapSearch:function(TableName,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'MapSearch',false,{TableName:TableName},succeededCallback,failedCallback,userContext); },
SetMapCenter:function(X,Y,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'SetMapCenter',false,{X:X,Y:Y},succeededCallback,failedCallback,userContext); },
GetInfoTable:function(Id,TableName,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'GetInfoTable',false,{Id:Id,TableName:TableName},succeededCallback,failedCallback,userContext); },
sPageCurstomLayer:function(succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'sPageCurstomLayer',false,{},succeededCallback,failedCallback,userContext); },
ZoomByScale:function(dScale,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'ZoomByScale',false,{dScale:dScale},succeededCallback,failedCallback,userContext); },
PageDwPosition:function(Id,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'PageDwPosition',false,{Id:Id},succeededCallback,failedCallback,userContext); }}
MapServer.registerClass('MapServer',Sys.Net.WebServiceProxy);
MapServer._staticInstance = new MapServer();
MapServer.set_path = function(value) { 
var e = Function._validateParams(arguments, [{name: 'path', type: String}]); if (e) throw e; MapServer._staticInstance._path = value; }
MapServer.get_path = function() { return MapServer._staticInstance._path; }
MapServer.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); }
MapServer._staticInstance._timeout = value; }
MapServer.get_timeout = function() { 
return MapServer._staticInstance._timeout; }
MapServer.set_defaultUserContext = function(value) { 
MapServer._staticInstance._userContext = value; }
MapServer.get_defaultUserContext = function() { 
return MapServer._staticInstance._userContext; }
MapServer.set_defaultSucceededCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultSucceededCallback', type: Function}]); if (e) throw e; MapServer._staticInstance._succeeded = value; }
MapServer.get_defaultSucceededCallback = function() { 
return MapServer._staticInstance._succeeded; }
MapServer.set_defaultFailedCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultFailedCallback', type: Function}]); if (e) throw e; MapServer._staticInstance._failed = value; }
MapServer.get_defaultFailedCallback = function() { 
return MapServer._staticInstance._failed; }
MapServer.set_path("/MapServer.asmx");
MapServer.setSession= function(onSuccess,onFailed,userContext) {MapServer._staticInstance.setSession(onSuccess,onFailed,userContext); }
MapServer.tsSession= function(Condition,type,caption,onSuccess,onFailed,userContext) {MapServer._staticInstance.tsSession(Condition,type,caption,onSuccess,onFailed,userContext); }
MapServer.dqSession= function(Condition,type,caption,onSuccess,onFailed,userContext) {MapServer._staticInstance.dqSession(Condition,type,caption,onSuccess,onFailed,userContext); }
MapServer.departmentSession= function(Sql,DivName,Condition,onSuccess,onFailed,userContext) {MapServer._staticInstance.departmentSession(Sql,DivName,Condition,onSuccess,onFailed,userContext); }
MapServer.streetSession= function(Sql,DivName,Condition,onSuccess,onFailed,userContext) {MapServer._staticInstance.streetSession(Sql,DivName,Condition,onSuccess,onFailed,userContext); }
MapServer.HelloWorld= function(onSuccess,onFailed,userContext) {MapServer._staticInstance.HelloWorld(onSuccess,onFailed,userContext); }
MapServer.InitMap= function(sMap,onSuccess,onFailed,userContext) {MapServer._staticInstance.InitMap(sMap,onSuccess,onFailed,userContext); }
MapServer.ReturnImage= function(map,display,onSuccess,onFailed,userContext) {MapServer._staticInstance.ReturnImage(map,display,onSuccess,onFailed,userContext); }
MapServer.ZoomMap= function(X1,Y1,X2,Y2,type,onSuccess,onFailed,userContext) {MapServer._staticInstance.ZoomMap(X1,Y1,X2,Y2,type,onSuccess,onFailed,userContext); }
MapServer.SetScaleLayer= function(MapObj,onSuccess,onFailed,userContext) {MapServer._staticInstance.SetScaleLayer(MapObj,onSuccess,onFailed,userContext); }
MapServer.CheckScale= function(type,onSuccess,onFailed,userContext) {MapServer._staticInstance.CheckScale(type,onSuccess,onFailed,userContext); }
MapServer.PanMap= function(X,Y,onSuccess,onFailed,userContext) {MapServer._staticInstance.PanMap(X,Y,onSuccess,onFailed,userContext); }
MapServer.SetParm= function(I,onSuccess,onFailed,userContext) {MapServer._staticInstance.SetParm(I,onSuccess,onFailed,userContext); }
MapServer.GetMapByParm= function(I,onSuccess,onFailed,userContext) {MapServer._staticInstance.GetMapByParm(I,onSuccess,onFailed,userContext); }
MapServer.FullMap= function(isTs,isLy,onSuccess,onFailed,userContext) {MapServer._staticInstance.FullMap(isTs,isLy,onSuccess,onFailed,userContext); }
MapServer.AddLY= function(layers,onSuccess,onFailed,userContext) {MapServer._staticInstance.AddLY(layers,onSuccess,onFailed,userContext); }
MapServer.ClearMap= function(isAll,onSuccess,onFailed,userContext) {MapServer._staticInstance.ClearMap(isAll,onSuccess,onFailed,userContext); }
MapServer.MeasureLen= function(sPixs,onSuccess,onFailed,userContext) {MapServer._staticInstance.MeasureLen(sPixs,onSuccess,onFailed,userContext); }
MapServer.MapYuanYuan= function(isAll,onSuccess,onFailed,userContext) {MapServer._staticInstance.MapYuanYuan(isAll,onSuccess,onFailed,userContext); }
MapServer.setFbtLayers= function(sName,type,returnImage,clarelayers,onSuccess,onFailed,userContext) {MapServer._staticInstance.setFbtLayers(sName,type,returnImage,clarelayers,onSuccess,onFailed,userContext); }
MapServer.setLayer= function(Layers,onSuccess,onFailed,userContext) {MapServer._staticInstance.setLayer(Layers,onSuccess,onFailed,userContext); }
MapServer.setMapLayersInfo= function(onSuccess,onFailed,userContext) {MapServer._staticInstance.setMapLayersInfo(onSuccess,onFailed,userContext); }
MapServer.GetScale= function(onSuccess,onFailed,userContext) {MapServer._staticInstance.GetScale(onSuccess,onFailed,userContext); }
MapServer.SetMapByYingYan= function(X1,Y1,onSuccess,onFailed,userContext) {MapServer._staticInstance.SetMapByYingYan(X1,Y1,onSuccess,onFailed,userContext); }
MapServer.DqSearch= function(Value,type,onSuccess,onFailed,userContext) {MapServer._staticInstance.DqSearch(Value,type,onSuccess,onFailed,userContext); }
MapServer.PositionMap= function(positionLayer,SmId,positionName,KeephightLight,isAdd,onSuccess,onFailed,userContext) {MapServer._staticInstance.PositionMap(positionLayer,SmId,positionName,KeephightLight,isAdd,onSuccess,onFailed,userContext); }
MapServer.PositionMapLine= function(positionLayer,sColor1,sColor2,SmId,onSuccess,onFailed,userContext) {MapServer._staticInstance.PositionMapLine(positionLayer,sColor1,sColor2,SmId,onSuccess,onFailed,userContext); }
MapServer.sCurstomLayer= function(onSuccess,onFailed,userContext) {MapServer._staticInstance.sCurstomLayer(onSuccess,onFailed,userContext); }
MapServer.tsCustomsLayers= function(id,onSuccess,onFailed,userContext) {MapServer._staticInstance.tsCustomsLayers(id,onSuccess,onFailed,userContext); }
MapServer.sFlagCurstomLayer= function(onSuccess,onFailed,userContext) {MapServer._staticInstance.sFlagCurstomLayer(onSuccess,onFailed,userContext); }
MapServer.getCitySummary= function(csid,onSuccess,onFailed,userContext) {MapServer._staticInstance.getCitySummary(csid,onSuccess,onFailed,userContext); }
MapServer.InsertPoint= function(X,Y,Id,HTML,onSuccess,onFailed,userContext) {MapServer._staticInstance.InsertPoint(X,Y,Id,HTML,onSuccess,onFailed,userContext); }
MapServer.PathFx= function(len,num,onSuccess,onFailed,userContext) {MapServer._staticInstance.PathFx(len,num,onSuccess,onFailed,userContext); }
MapServer.ClearNear= function(onSuccess,onFailed,userContext) {MapServer._staticInstance.ClearNear(onSuccess,onFailed,userContext); }
MapServer.FindPathTrack= function(MapObj,mc,onSuccess,onFailed,userContext) {MapServer._staticInstance.FindPathTrack(MapObj,mc,onSuccess,onFailed,userContext); }
MapServer.GWHPosition= function(positionLayer,SmId,positionName,onSuccess,onFailed,userContext) {MapServer._staticInstance.GWHPosition(positionLayer,SmId,positionName,onSuccess,onFailed,userContext); }
MapServer.SingleSelect= function(x,y,onSuccess,onFailed,userContext) {MapServer._staticInstance.SingleSelect(x,y,onSuccess,onFailed,userContext); }
MapServer.LineSelect= function(sPixs,onSuccess,onFailed,userContext) {MapServer._staticInstance.LineSelect(sPixs,onSuccess,onFailed,userContext); }
MapServer.ManySelect= function(x1,y1,x2,y2,onSuccess,onFailed,userContext) {MapServer._staticInstance.ManySelect(x1,y1,x2,y2,onSuccess,onFailed,userContext); }
MapServer.LYPositionMap= function(SmId,isAdd,onSuccess,onFailed,userContext) {MapServer._staticInstance.LYPositionMap(SmId,isAdd,onSuccess,onFailed,userContext); }
MapServer.dqCustomsLayers= function(id,name,onSuccess,onFailed,userContext) {MapServer._staticInstance.dqCustomsLayers(id,name,onSuccess,onFailed,userContext); }
MapServer.ChangeMapByViewsBounds= function(sMap,sViewBounds,onSuccess,onFailed,userContext) {MapServer._staticInstance.ChangeMapByViewsBounds(sMap,sViewBounds,onSuccess,onFailed,userContext); }
MapServer.ChangeMap= function(sMap,onSuccess,onFailed,userContext) {MapServer._staticInstance.ChangeMap(sMap,onSuccess,onFailed,userContext); }
MapServer.setGjPoint= function(X,Y,Index,sHTML,onSuccess,onFailed,userContext) {MapServer._staticInstance.setGjPoint(X,Y,Index,sHTML,onSuccess,onFailed,userContext); }
MapServer.Del5958= function(onSuccess,onFailed,userContext) {MapServer._staticInstance.Del5958(onSuccess,onFailed,userContext); }
MapServer.ClearGjStop= function(Min,Max,onSuccess,onFailed,userContext) {MapServer._staticInstance.ClearGjStop(Min,Max,onSuccess,onFailed,userContext); }
MapServer.SearchDl= function(sName,onSuccess,onFailed,userContext) {MapServer._staticInstance.SearchDl(sName,onSuccess,onFailed,userContext); }
MapServer.CommendPosition= function(layer,uniqueID,positionname,onSuccess,onFailed,userContext) {MapServer._staticInstance.CommendPosition(layer,uniqueID,positionname,onSuccess,onFailed,userContext); }
MapServer.SearchSyq= function(sId,onSuccess,onFailed,userContext) {MapServer._staticInstance.SearchSyq(sId,onSuccess,onFailed,userContext); }
MapServer.RemoveCusClass= function(Min,Max,onSuccess,onFailed,userContext) {MapServer._staticInstance.RemoveCusClass(Min,Max,onSuccess,onFailed,userContext); }
MapServer.HighlightBusSolution= function(SolutionId,SolutionIndex,Id,onSuccess,onFailed,userContext) {MapServer._staticInstance.HighlightBusSolution(SolutionId,SolutionIndex,Id,onSuccess,onFailed,userContext); }
MapServer.DefaultLYLayers= function(onSuccess,onFailed,userContext) {MapServer._staticInstance.DefaultLYLayers(onSuccess,onFailed,userContext); }
MapServer.DbyDw= function(X,Y,sName,onSuccess,onFailed,userContext) {MapServer._staticInstance.DbyDw(X,Y,sName,onSuccess,onFailed,userContext); }
MapServer.getLineId= function(sName,LayerName,onSuccess,onFailed,userContext) {MapServer._staticInstance.getLineId(sName,LayerName,onSuccess,onFailed,userContext); }
MapServer.NewMapSearch= function(onSuccess,onFailed,userContext) {MapServer._staticInstance.NewMapSearch(onSuccess,onFailed,userContext); }
MapServer.MapSearch= function(TableName,onSuccess,onFailed,userContext) {MapServer._staticInstance.MapSearch(TableName,onSuccess,onFailed,userContext); }
MapServer.SetMapCenter= function(X,Y,onSuccess,onFailed,userContext) {MapServer._staticInstance.SetMapCenter(X,Y,onSuccess,onFailed,userContext); }
MapServer.GetInfoTable= function(Id,TableName,onSuccess,onFailed,userContext) {MapServer._staticInstance.GetInfoTable(Id,TableName,onSuccess,onFailed,userContext); }
MapServer.sPageCurstomLayer= function(onSuccess,onFailed,userContext) {MapServer._staticInstance.sPageCurstomLayer(onSuccess,onFailed,userContext); }
MapServer.ZoomByScale= function(dScale,onSuccess,onFailed,userContext) {MapServer._staticInstance.ZoomByScale(dScale,onSuccess,onFailed,userContext); }
MapServer.PageDwPosition= function(Id,onSuccess,onFailed,userContext) {MapServer._staticInstance.PageDwPosition(Id,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('SuperMap.IS.Utility');
if (typeof(SuperMap.IS.Utility.MapParam) === 'undefined') {
SuperMap.IS.Utility.MapParam=gtc("SuperMap.IS.Utility.MapParam");
SuperMap.IS.Utility.MapParam.registerClass('SuperMap.IS.Utility.MapParam');
}
if (typeof(GetScaleClass) === 'undefined') {
var GetScaleClass=gtc("GetScaleClass");
GetScaleClass.registerClass('GetScaleClass');
}
if (typeof(SuperMap.IS.Utility.MapCoord) === 'undefined') {
SuperMap.IS.Utility.MapCoord=gtc("SuperMap.IS.Utility.MapCoord");
SuperMap.IS.Utility.MapCoord.registerClass('SuperMap.IS.Utility.MapCoord');
}
if (typeof(SuperMap.IS.Utility.RouteResult) === 'undefined') {
SuperMap.IS.Utility.RouteResult=gtc("SuperMap.IS.Utility.RouteResult");
SuperMap.IS.Utility.RouteResult.registerClass('SuperMap.IS.Utility.RouteResult');
}
