var MapServer=function() {
MapServer.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
MapServer.prototype={
NearSearch:function(sDwName,toLayerName,sLen,CusDj,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'NearSearch',false,{sDwName:sDwName,toLayerName:toLayerName,sLen:sLen,CusDj:CusDj},succeededCallback,failedCallback,userContext); },
NearSearchByCode:function(sId,toLayerName,Code,sLen,CusDj,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'NearSearchByCode',false,{sId:sId,toLayerName:toLayerName,Code:Code,sLen:sLen,CusDj:CusDj},succeededCallback,failedCallback,userContext); },
GetMapImage:function(Dj,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'GetMapImage',false,{Dj:Dj},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); },
MsetGjPoint:function(X,Y,Index,sHTML,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'MsetGjPoint',false,{X:X,Y:Y,Index:Index,sHTML:sHTML},succeededCallback,failedCallback,userContext); },
ChangeMap:function(MapName,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'ChangeMap',false,{MapName:MapName},succeededCallback,failedCallback,userContext); },
GetInIMapImage:function(MapName,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'GetInIMapImage',false,{MapName:MapName},succeededCallback,failedCallback,userContext); },
MeasureLen:function(sPixs,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'MeasureLen',false,{sPixs:sPixs},succeededCallback,failedCallback,userContext); },
PanByButton:function(Type,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'PanByButton',false,{Type:Type},succeededCallback,failedCallback,userContext); },
ZoomMapByCenter:function(X,Y,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'ZoomMapByCenter',false,{X:X,Y:Y},succeededCallback,failedCallback,userContext); },
PositionMap:function(sLayer,sId,sName,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'PositionMap',false,{sLayer:sLayer,sId:sId,sName:sName},succeededCallback,failedCallback,userContext); },
InIMapByZB:function(sMapName,sDwName,toLayerName,sLen,CusDj,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'InIMapByZB',false,{sMapName:sMapName,sDwName:sDwName,toLayerName:toLayerName,sLen:sLen,CusDj:CusDj},succeededCallback,failedCallback,userContext); },
GjhcById:function(Id1,Id2,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'GjhcById',false,{Id1:Id1,Id2:Id2},succeededCallback,failedCallback,userContext); },
GjhcByXY:function(sXY1,sXY2,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'GjhcByXY',false,{sXY1:sXY1,sXY2:sXY2},succeededCallback,failedCallback,userContext); },
InIMapByGjhc:function(sMapName,start,send,IsInIMap,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'InIMapByGjhc',false,{sMapName:sMapName,start:start,send:send,IsInIMap:IsInIMap},succeededCallback,failedCallback,userContext); },
InIMapByJccx:function(sMapName,sStart,sEnd,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'InIMapByJccx',false,{sMapName:sMapName,sStart:sStart,sEnd:sEnd},succeededCallback,failedCallback,userContext); },
JccxDtList:function(sMapName,sKeyWord,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'JccxDtList',false,{sMapName:sMapName,sKeyWord:sKeyWord},succeededCallback,failedCallback,userContext); },
JccxSetPoint:function(sLocation,sName,eLocation,eName,CusDj,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'JccxSetPoint',false,{sLocation:sLocation,sName:sName,eLocation:eLocation,eName:eName,CusDj:CusDj},succeededCallback,failedCallback,userContext); },
PixelToMapCoord:function(X,Y,Flag,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'PixelToMapCoord',false,{X:X,Y:Y,Flag:Flag},succeededCallback,failedCallback,userContext); },
JccxByStartEnd:function(sStart,sEnd,CusDj,PageFlag,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'JccxByStartEnd',false,{sStart:sStart,sEnd:sEnd,CusDj:CusDj,PageFlag:PageFlag},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); },
GetPathDefine:function(MapObj,rr,MCS,SName,EName,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'GetPathDefine',false,{MapObj:MapObj,rr:rr,MCS:MCS,SName:SName,EName:EName},succeededCallback,failedCallback,userContext); },
JccxGetPath:function(StartInfo,EndInfo,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'JccxGetPath',false,{StartInfo:StartInfo,EndInfo:EndInfo},succeededCallback,failedCallback,userContext); },
InIMapByZt:function(sMapName,sTableName,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'InIMapByZt',false,{sMapName:sMapName,sTableName:sTableName},succeededCallback,failedCallback,userContext); },
GetInIMapImageByFL:function(sMapName,LayerName,FieldName,sSValue,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'GetInIMapImageByFL',false,{sMapName:sMapName,LayerName:LayerName,FieldName:FieldName,sSValue:sSValue},succeededCallback,failedCallback,userContext); },
GetInIMapImageByFLTC:function(sMapName,LayerName,FieldName1,sSValue1,FieldName2,sSValue2,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'GetInIMapImageByFLTC',false,{sMapName:sMapName,LayerName:LayerName,FieldName1:FieldName1,sSValue1:sSValue1,FieldName2:FieldName2,sSValue2:sSValue2},succeededCallback,failedCallback,userContext); },
InIMap:function(sMapName,QsKeyWord,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'InIMap',false,{sMapName:sMapName,QsKeyWord:QsKeyWord},succeededCallback,failedCallback,userContext); },
GetInIMapImageByDL:function(sMapName,sDL,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'GetInIMapImageByDL',false,{sMapName:sMapName,sDL:sDL},succeededCallback,failedCallback,userContext); },
SearchMapByKeWord:function(sWord,CusDj,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'SearchMapByKeWord',false,{sWord:sWord,CusDj:CusDj},succeededCallback,failedCallback,userContext); },
SetScaleLayer:function(MapObj,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'SetScaleLayer',false,{MapObj:MapObj},succeededCallback,failedCallback,userContext); },
ZoomMapByDj:function(PDj,Dj,IsZoom,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'ZoomMapByDj',false,{PDj:PDj,Dj:Dj,IsZoom:IsZoom},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); },
ClearHight:function(succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'ClearHight',false,{},succeededCallback,failedCallback,userContext); },
ZoomMapDjByCenter:function(PDj,Dj,X,Y,IsZoom,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'ZoomMapDjByCenter',false,{PDj:PDj,Dj:Dj,X:X,Y:Y,IsZoom:IsZoom},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); },
sCurstomLayer:function(succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'sCurstomLayer',false,{},succeededCallback,failedCallback,userContext); },
HighlightBusSolution:function(SolutionId,SolutionIndex,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'HighlightBusSolution',false,{SolutionId:SolutionId,SolutionIndex:SolutionIndex},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); },
setFbtLayersByInI:function(MapName,sName,type,returnImage,clarelayers,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'setFbtLayersByInI',false,{MapName:MapName,sName:sName,type:type,returnImage:returnImage,clarelayers:clarelayers},succeededCallback,failedCallback,userContext); },
SearchDl:function(sName,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'SearchDl',false,{sName:sName},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); },
EditPoint:function(X,Y,Id,HTML,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'EditPoint',false,{X:X,Y:Y,Id:Id,HTML:HTML},succeededCallback,failedCallback,userContext); },
sFlagCurstomLayer:function(succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'sFlagCurstomLayer',false,{},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); },
DefaultLYLayers:function(MapName,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'DefaultLYLayers',false,{MapName:MapName},succeededCallback,failedCallback,userContext); },
AddLY:function(layers,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'AddLY',false,{layers:layers},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); },
tsCustomsLayers:function(id,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'tsCustomsLayers',false,{id:id},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); },
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); },
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); },
FullMap:function(succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'FullMap',false,{},succeededCallback,failedCallback,userContext); },
GetInfoTable:function(Id,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'GetInfoTable',false,{Id:Id},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); },
SetInfo:function(UId,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'SetInfo',false,{UId:UId},succeededCallback,failedCallback,userContext); },
SetInfoBy:function(UId,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'SetInfoBy',false,{UId:UId},succeededCallback,failedCallback,userContext); },
getUrl:function(sId,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'getUrl',false,{sId:sId},succeededCallback,failedCallback,userContext); },
GetInIMapmageById:function(MapName,Id,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'GetInIMapmageById',false,{MapName:MapName,Id:Id},succeededCallback,failedCallback,userContext); },
InIMapById:function(MapName,sId,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'InIMapById',false,{MapName:MapName,sId:sId},succeededCallback,failedCallback,userContext); },
InIMapByIdByPoint:function(MapName,sId,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'InIMapByIdByPoint',false,{MapName:MapName,sId:sId},succeededCallback,failedCallback,userContext); },
getCitySummary:function(csid,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'getCitySummary',false,{csid:csid},succeededCallback,failedCallback,userContext); },
SetGjPoint:function(Id1,Id2,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'SetGjPoint',false,{Id1:Id1,Id2:Id2},succeededCallback,failedCallback,userContext); },
SetGjhcPoint:function(X,Y,IType,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'SetGjhcPoint',false,{X:X,Y:Y,IType:IType},succeededCallback,failedCallback,userContext); },
InIMapFbt:function(MapName,LayerName,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'InIMapFbt',false,{MapName:MapName,LayerName:LayerName},succeededCallback,failedCallback,userContext); },
SingleSelect:function(x,y,tol,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'SingleSelect',false,{x:x,y:y,tol:tol},succeededCallback,failedCallback,userContext); },
ShadowUrl:function(succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'ShadowUrl',false,{},succeededCallback,failedCallback,userContext); },
VectorUrl:function(succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'VectorUrl',false,{},succeededCallback,failedCallback,userContext); },
GetTranImg:function(succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'GetTranImg',false,{},succeededCallback,failedCallback,userContext); },
FuseUrl:function(succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'FuseUrl',false,{},succeededCallback,failedCallback,userContext); },
GetInIMapImageByGj:function(MapName,sGjId,succeededCallback, failedCallback, userContext) {
return this._invoke(MapServer.get_path(), 'GetInIMapImageByGj',false,{MapName:MapName,sGjId:sGjId},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.NearSearch= function(sDwName,toLayerName,sLen,CusDj,onSuccess,onFailed,userContext) {MapServer._staticInstance.NearSearch(sDwName,toLayerName,sLen,CusDj,onSuccess,onFailed,userContext); }
MapServer.NearSearchByCode= function(sId,toLayerName,Code,sLen,CusDj,onSuccess,onFailed,userContext) {MapServer._staticInstance.NearSearchByCode(sId,toLayerName,Code,sLen,CusDj,onSuccess,onFailed,userContext); }
MapServer.GetMapImage= function(Dj,onSuccess,onFailed,userContext) {MapServer._staticInstance.GetMapImage(Dj,onSuccess,onFailed,userContext); }
MapServer.PositionMapLine= function(positionLayer,sColor1,sColor2,SmId,onSuccess,onFailed,userContext) {MapServer._staticInstance.PositionMapLine(positionLayer,sColor1,sColor2,SmId,onSuccess,onFailed,userContext); }
MapServer.MsetGjPoint= function(X,Y,Index,sHTML,onSuccess,onFailed,userContext) {MapServer._staticInstance.MsetGjPoint(X,Y,Index,sHTML,onSuccess,onFailed,userContext); }
MapServer.ChangeMap= function(MapName,onSuccess,onFailed,userContext) {MapServer._staticInstance.ChangeMap(MapName,onSuccess,onFailed,userContext); }
MapServer.GetInIMapImage= function(MapName,onSuccess,onFailed,userContext) {MapServer._staticInstance.GetInIMapImage(MapName,onSuccess,onFailed,userContext); }
MapServer.MeasureLen= function(sPixs,onSuccess,onFailed,userContext) {MapServer._staticInstance.MeasureLen(sPixs,onSuccess,onFailed,userContext); }
MapServer.PanByButton= function(Type,onSuccess,onFailed,userContext) {MapServer._staticInstance.PanByButton(Type,onSuccess,onFailed,userContext); }
MapServer.ZoomMapByCenter= function(X,Y,onSuccess,onFailed,userContext) {MapServer._staticInstance.ZoomMapByCenter(X,Y,onSuccess,onFailed,userContext); }
MapServer.PositionMap= function(sLayer,sId,sName,onSuccess,onFailed,userContext) {MapServer._staticInstance.PositionMap(sLayer,sId,sName,onSuccess,onFailed,userContext); }
MapServer.InIMapByZB= function(sMapName,sDwName,toLayerName,sLen,CusDj,onSuccess,onFailed,userContext) {MapServer._staticInstance.InIMapByZB(sMapName,sDwName,toLayerName,sLen,CusDj,onSuccess,onFailed,userContext); }
MapServer.GjhcById= function(Id1,Id2,onSuccess,onFailed,userContext) {MapServer._staticInstance.GjhcById(Id1,Id2,onSuccess,onFailed,userContext); }
MapServer.GjhcByXY= function(sXY1,sXY2,onSuccess,onFailed,userContext) {MapServer._staticInstance.GjhcByXY(sXY1,sXY2,onSuccess,onFailed,userContext); }
MapServer.InIMapByGjhc= function(sMapName,start,send,IsInIMap,onSuccess,onFailed,userContext) {MapServer._staticInstance.InIMapByGjhc(sMapName,start,send,IsInIMap,onSuccess,onFailed,userContext); }
MapServer.InIMapByJccx= function(sMapName,sStart,sEnd,onSuccess,onFailed,userContext) {MapServer._staticInstance.InIMapByJccx(sMapName,sStart,sEnd,onSuccess,onFailed,userContext); }
MapServer.JccxDtList= function(sMapName,sKeyWord,onSuccess,onFailed,userContext) {MapServer._staticInstance.JccxDtList(sMapName,sKeyWord,onSuccess,onFailed,userContext); }
MapServer.JccxSetPoint= function(sLocation,sName,eLocation,eName,CusDj,onSuccess,onFailed,userContext) {MapServer._staticInstance.JccxSetPoint(sLocation,sName,eLocation,eName,CusDj,onSuccess,onFailed,userContext); }
MapServer.PixelToMapCoord= function(X,Y,Flag,onSuccess,onFailed,userContext) {MapServer._staticInstance.PixelToMapCoord(X,Y,Flag,onSuccess,onFailed,userContext); }
MapServer.JccxByStartEnd= function(sStart,sEnd,CusDj,PageFlag,onSuccess,onFailed,userContext) {MapServer._staticInstance.JccxByStartEnd(sStart,sEnd,CusDj,PageFlag,onSuccess,onFailed,userContext); }
MapServer.FindPathTrack= function(MapObj,mc,onSuccess,onFailed,userContext) {MapServer._staticInstance.FindPathTrack(MapObj,mc,onSuccess,onFailed,userContext); }
MapServer.GetPathDefine= function(MapObj,rr,MCS,SName,EName,onSuccess,onFailed,userContext) {MapServer._staticInstance.GetPathDefine(MapObj,rr,MCS,SName,EName,onSuccess,onFailed,userContext); }
MapServer.JccxGetPath= function(StartInfo,EndInfo,onSuccess,onFailed,userContext) {MapServer._staticInstance.JccxGetPath(StartInfo,EndInfo,onSuccess,onFailed,userContext); }
MapServer.InIMapByZt= function(sMapName,sTableName,onSuccess,onFailed,userContext) {MapServer._staticInstance.InIMapByZt(sMapName,sTableName,onSuccess,onFailed,userContext); }
MapServer.GetInIMapImageByFL= function(sMapName,LayerName,FieldName,sSValue,onSuccess,onFailed,userContext) {MapServer._staticInstance.GetInIMapImageByFL(sMapName,LayerName,FieldName,sSValue,onSuccess,onFailed,userContext); }
MapServer.GetInIMapImageByFLTC= function(sMapName,LayerName,FieldName1,sSValue1,FieldName2,sSValue2,onSuccess,onFailed,userContext) {MapServer._staticInstance.GetInIMapImageByFLTC(sMapName,LayerName,FieldName1,sSValue1,FieldName2,sSValue2,onSuccess,onFailed,userContext); }
MapServer.InIMap= function(sMapName,QsKeyWord,onSuccess,onFailed,userContext) {MapServer._staticInstance.InIMap(sMapName,QsKeyWord,onSuccess,onFailed,userContext); }
MapServer.GetInIMapImageByDL= function(sMapName,sDL,onSuccess,onFailed,userContext) {MapServer._staticInstance.GetInIMapImageByDL(sMapName,sDL,onSuccess,onFailed,userContext); }
MapServer.SearchMapByKeWord= function(sWord,CusDj,onSuccess,onFailed,userContext) {MapServer._staticInstance.SearchMapByKeWord(sWord,CusDj,onSuccess,onFailed,userContext); }
MapServer.SetScaleLayer= function(MapObj,onSuccess,onFailed,userContext) {MapServer._staticInstance.SetScaleLayer(MapObj,onSuccess,onFailed,userContext); }
MapServer.ZoomMapByDj= function(PDj,Dj,IsZoom,onSuccess,onFailed,userContext) {MapServer._staticInstance.ZoomMapByDj(PDj,Dj,IsZoom,onSuccess,onFailed,userContext); }
MapServer.DqSearch= function(Value,type,onSuccess,onFailed,userContext) {MapServer._staticInstance.DqSearch(Value,type,onSuccess,onFailed,userContext); }
MapServer.ClearHight= function(onSuccess,onFailed,userContext) {MapServer._staticInstance.ClearHight(onSuccess,onFailed,userContext); }
MapServer.ZoomMapDjByCenter= function(PDj,Dj,X,Y,IsZoom,onSuccess,onFailed,userContext) {MapServer._staticInstance.ZoomMapDjByCenter(PDj,Dj,X,Y,IsZoom,onSuccess,onFailed,userContext); }
MapServer.PanMap= function(X,Y,onSuccess,onFailed,userContext) {MapServer._staticInstance.PanMap(X,Y,onSuccess,onFailed,userContext); }
MapServer.sCurstomLayer= function(onSuccess,onFailed,userContext) {MapServer._staticInstance.sCurstomLayer(onSuccess,onFailed,userContext); }
MapServer.HighlightBusSolution= function(SolutionId,SolutionIndex,onSuccess,onFailed,userContext) {MapServer._staticInstance.HighlightBusSolution(SolutionId,SolutionIndex,onSuccess,onFailed,userContext); }
MapServer.setFbtLayers= function(sName,type,returnImage,clarelayers,onSuccess,onFailed,userContext) {MapServer._staticInstance.setFbtLayers(sName,type,returnImage,clarelayers,onSuccess,onFailed,userContext); }
MapServer.setFbtLayersByInI= function(MapName,sName,type,returnImage,clarelayers,onSuccess,onFailed,userContext) {MapServer._staticInstance.setFbtLayersByInI(MapName,sName,type,returnImage,clarelayers,onSuccess,onFailed,userContext); }
MapServer.SearchDl= function(sName,onSuccess,onFailed,userContext) {MapServer._staticInstance.SearchDl(sName,onSuccess,onFailed,userContext); }
MapServer.InsertPoint= function(X,Y,Id,HTML,onSuccess,onFailed,userContext) {MapServer._staticInstance.InsertPoint(X,Y,Id,HTML,onSuccess,onFailed,userContext); }
MapServer.EditPoint= function(X,Y,Id,HTML,onSuccess,onFailed,userContext) {MapServer._staticInstance.EditPoint(X,Y,Id,HTML,onSuccess,onFailed,userContext); }
MapServer.sFlagCurstomLayer= function(onSuccess,onFailed,userContext) {MapServer._staticInstance.sFlagCurstomLayer(onSuccess,onFailed,userContext); }
MapServer.PathFx= function(len,num,onSuccess,onFailed,userContext) {MapServer._staticInstance.PathFx(len,num,onSuccess,onFailed,userContext); }
MapServer.DefaultLYLayers= function(MapName,onSuccess,onFailed,userContext) {MapServer._staticInstance.DefaultLYLayers(MapName,onSuccess,onFailed,userContext); }
MapServer.AddLY= function(layers,onSuccess,onFailed,userContext) {MapServer._staticInstance.AddLY(layers,onSuccess,onFailed,userContext); }
MapServer.tsSession= function(Condition,type,caption,onSuccess,onFailed,userContext) {MapServer._staticInstance.tsSession(Condition,type,caption,onSuccess,onFailed,userContext); }
MapServer.tsCustomsLayers= function(id,onSuccess,onFailed,userContext) {MapServer._staticInstance.tsCustomsLayers(id,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.dqSession= function(Condition,type,caption,onSuccess,onFailed,userContext) {MapServer._staticInstance.dqSession(Condition,type,caption,onSuccess,onFailed,userContext); }
MapServer.streetSession= function(Sql,DivName,Condition,onSuccess,onFailed,userContext) {MapServer._staticInstance.streetSession(Sql,DivName,Condition,onSuccess,onFailed,userContext); }
MapServer.FullMap= function(onSuccess,onFailed,userContext) {MapServer._staticInstance.FullMap(onSuccess,onFailed,userContext); }
MapServer.GetInfoTable= function(Id,onSuccess,onFailed,userContext) {MapServer._staticInstance.GetInfoTable(Id,onSuccess,onFailed,userContext); }
MapServer.SetMapCenter= function(X,Y,onSuccess,onFailed,userContext) {MapServer._staticInstance.SetMapCenter(X,Y,onSuccess,onFailed,userContext); }
MapServer.SetInfo= function(UId,onSuccess,onFailed,userContext) {MapServer._staticInstance.SetInfo(UId,onSuccess,onFailed,userContext); }
MapServer.SetInfoBy= function(UId,onSuccess,onFailed,userContext) {MapServer._staticInstance.SetInfoBy(UId,onSuccess,onFailed,userContext); }
MapServer.getUrl= function(sId,onSuccess,onFailed,userContext) {MapServer._staticInstance.getUrl(sId,onSuccess,onFailed,userContext); }
MapServer.GetInIMapmageById= function(MapName,Id,onSuccess,onFailed,userContext) {MapServer._staticInstance.GetInIMapmageById(MapName,Id,onSuccess,onFailed,userContext); }
MapServer.InIMapById= function(MapName,sId,onSuccess,onFailed,userContext) {MapServer._staticInstance.InIMapById(MapName,sId,onSuccess,onFailed,userContext); }
MapServer.InIMapByIdByPoint= function(MapName,sId,onSuccess,onFailed,userContext) {MapServer._staticInstance.InIMapByIdByPoint(MapName,sId,onSuccess,onFailed,userContext); }
MapServer.getCitySummary= function(csid,onSuccess,onFailed,userContext) {MapServer._staticInstance.getCitySummary(csid,onSuccess,onFailed,userContext); }
MapServer.SetGjPoint= function(Id1,Id2,onSuccess,onFailed,userContext) {MapServer._staticInstance.SetGjPoint(Id1,Id2,onSuccess,onFailed,userContext); }
MapServer.SetGjhcPoint= function(X,Y,IType,onSuccess,onFailed,userContext) {MapServer._staticInstance.SetGjhcPoint(X,Y,IType,onSuccess,onFailed,userContext); }
MapServer.InIMapFbt= function(MapName,LayerName,onSuccess,onFailed,userContext) {MapServer._staticInstance.InIMapFbt(MapName,LayerName,onSuccess,onFailed,userContext); }
MapServer.SingleSelect= function(x,y,tol,onSuccess,onFailed,userContext) {MapServer._staticInstance.SingleSelect(x,y,tol,onSuccess,onFailed,userContext); }
MapServer.ShadowUrl= function(onSuccess,onFailed,userContext) {MapServer._staticInstance.ShadowUrl(onSuccess,onFailed,userContext); }
MapServer.VectorUrl= function(onSuccess,onFailed,userContext) {MapServer._staticInstance.VectorUrl(onSuccess,onFailed,userContext); }
MapServer.GetTranImg= function(onSuccess,onFailed,userContext) {MapServer._staticInstance.GetTranImg(onSuccess,onFailed,userContext); }
MapServer.FuseUrl= function(onSuccess,onFailed,userContext) {MapServer._staticInstance.FuseUrl(onSuccess,onFailed,userContext); }
MapServer.GetInIMapImageByGj= function(MapName,sGjId,onSuccess,onFailed,userContext) {MapServer._staticInstance.GetInIMapImageByGj(MapName,sGjId,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('System.Data');
if (typeof(System.Data.DataTable) === 'undefined') {
System.Data.DataTable=gtc("System.Data.DataTable");
System.Data.DataTable.registerClass('System.Data.DataTable');
}
Type.registerNamespace('SuperMap.IS.Utility');
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');
}
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');
}
