Type.registerNamespace('map.services');
map.services.DataInfo=function() {
map.services.DataInfo.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
map.services.DataInfo.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return map.services.DataInfo._staticInstance.get_path();},
MarkNameSave:function(strname,strtype,straddress,strphone,XM,DH,YX,strylX,strylY,newX,newY,DMDM,oldName,Layer,JJ,TPPath,www,smid,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'MarkNameSave',false,{strname:strname,strtype:strtype,straddress:straddress,strphone:strphone,XM:XM,DH:DH,YX:YX,strylX:strylX,strylY:strylY,newX:newX,newY:newY,DMDM:DMDM,oldName:oldName,Layer:Layer,JJ:JJ,TPPath:TPPath,www:www,smid:smid},succeededCallback,failedCallback,userContext); },
correctPlace:function(MC,CWLX,CWSM,XM,DH,YX,strylX,strylY,newX,newY,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'correctPlace',false,{MC:MC,CWLX:CWLX,CWSM:CWSM,XM:XM,DH:DH,YX:YX,strylX:strylX,strylY:strylY,newX:newX,newY:newY},succeededCallback,failedCallback,userContext); },
historyPlaceQ:function(DM,strlayer,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'historyPlaceQ',false,{DM:DM,strlayer:strlayer},succeededCallback,failedCallback,userContext); },
layerMessage:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'layerMessage',false,{},succeededCallback,failedCallback,userContext); },
QHLayerMessage:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'QHLayerMessage',false,{},succeededCallback,failedCallback,userContext); },
placeLayer:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'placeLayer',false,{},succeededCallback,failedCallback,userContext); },
SendEmail:function(To,Title,content,URL,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SendEmail',false,{To:To,Title:Title,content:content,URL:URL},succeededCallback,failedCallback,userContext); },
GetPath:function(mapName,sPointX,sPointY,ePointX,ePointY,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetPath',false,{mapName:mapName,sPointX:sPointX,sPointY:sPointY,ePointX:ePointX,ePointY:ePointY},succeededCallback,failedCallback,userContext); }}
map.services.DataInfo.registerClass('map.services.DataInfo',Sys.Net.WebServiceProxy);
map.services.DataInfo._staticInstance = new map.services.DataInfo();
map.services.DataInfo.set_path = function(value) { map.services.DataInfo._staticInstance.set_path(value); }
map.services.DataInfo.get_path = function() { return map.services.DataInfo._staticInstance.get_path(); }
map.services.DataInfo.set_timeout = function(value) { map.services.DataInfo._staticInstance.set_timeout(value); }
map.services.DataInfo.get_timeout = function() { return map.services.DataInfo._staticInstance.get_timeout(); }
map.services.DataInfo.set_defaultUserContext = function(value) { map.services.DataInfo._staticInstance.set_defaultUserContext(value); }
map.services.DataInfo.get_defaultUserContext = function() { return map.services.DataInfo._staticInstance.get_defaultUserContext(); }
map.services.DataInfo.set_defaultSucceededCallback = function(value) { map.services.DataInfo._staticInstance.set_defaultSucceededCallback(value); }
map.services.DataInfo.get_defaultSucceededCallback = function() { return map.services.DataInfo._staticInstance.get_defaultSucceededCallback(); }
map.services.DataInfo.set_defaultFailedCallback = function(value) { map.services.DataInfo._staticInstance.set_defaultFailedCallback(value); }
map.services.DataInfo.get_defaultFailedCallback = function() { return map.services.DataInfo._staticInstance.get_defaultFailedCallback(); }
map.services.DataInfo.set_path("/map/services/DataInfo.asmx");
map.services.DataInfo.MarkNameSave= function(strname,strtype,straddress,strphone,XM,DH,YX,strylX,strylY,newX,newY,DMDM,oldName,Layer,JJ,TPPath,www,smid,onSuccess,onFailed,userContext) {map.services.DataInfo._staticInstance.MarkNameSave(strname,strtype,straddress,strphone,XM,DH,YX,strylX,strylY,newX,newY,DMDM,oldName,Layer,JJ,TPPath,www,smid,onSuccess,onFailed,userContext); }
map.services.DataInfo.correctPlace= function(MC,CWLX,CWSM,XM,DH,YX,strylX,strylY,newX,newY,onSuccess,onFailed,userContext) {map.services.DataInfo._staticInstance.correctPlace(MC,CWLX,CWSM,XM,DH,YX,strylX,strylY,newX,newY,onSuccess,onFailed,userContext); }
map.services.DataInfo.historyPlaceQ= function(DM,strlayer,onSuccess,onFailed,userContext) {map.services.DataInfo._staticInstance.historyPlaceQ(DM,strlayer,onSuccess,onFailed,userContext); }
map.services.DataInfo.layerMessage= function(onSuccess,onFailed,userContext) {map.services.DataInfo._staticInstance.layerMessage(onSuccess,onFailed,userContext); }
map.services.DataInfo.QHLayerMessage= function(onSuccess,onFailed,userContext) {map.services.DataInfo._staticInstance.QHLayerMessage(onSuccess,onFailed,userContext); }
map.services.DataInfo.placeLayer= function(onSuccess,onFailed,userContext) {map.services.DataInfo._staticInstance.placeLayer(onSuccess,onFailed,userContext); }
map.services.DataInfo.SendEmail= function(To,Title,content,URL,onSuccess,onFailed,userContext) {map.services.DataInfo._staticInstance.SendEmail(To,Title,content,URL,onSuccess,onFailed,userContext); }
map.services.DataInfo.GetPath= function(mapName,sPointX,sPointY,ePointX,ePointY,onSuccess,onFailed,userContext) {map.services.DataInfo._staticInstance.GetPath(mapName,sPointX,sPointY,ePointX,ePointY,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');
}

