Type.registerNamespace('SenseWeb');
SenseWeb.IconD=function() {
SenseWeb.IconD.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
SenseWeb.IconD.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return SenseWeb.IconD._staticInstance.get_path();},
Debug:function(url,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Debug',false,{url:url},succeededCallback,failedCallback,userContext); },
SetDataHub:function(url,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SetDataHub',false,{url:url},succeededCallback,failedCallback,userContext); },
GetSensorTypeURIsInView:function(points,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetSensorTypeURIsInView',false,{points:points},succeededCallback,failedCallback,userContext); },
GetSensorTypeURIsInViewByLogin:function(points,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetSensorTypeURIsInViewByLogin',false,{points:points},succeededCallback,failedCallback,userContext); },
SensorsInsidePolygonWithAuthentication:function(userName,passCode,points,sensorTypes,searchTerm,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SensorsInsidePolygonWithAuthentication',false,{userName:userName,passCode:passCode,points:points,sensorTypes:sensorTypes,searchTerm:searchTerm},succeededCallback,failedCallback,userContext); },
SensorsInsidePolygon:function(points,sensorTypes,searchTerm,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SensorsInsidePolygon',false,{points:points,sensorTypes:sensorTypes,searchTerm:searchTerm},succeededCallback,failedCallback,userContext); },
SensorsInsidePolygonByTimeWithAuthentication:function(userName,passCode,points,sensorTypes,searchTerm,startTime,endTime,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SensorsInsidePolygonByTimeWithAuthentication',false,{userName:userName,passCode:passCode,points:points,sensorTypes:sensorTypes,searchTerm:searchTerm,startTime:startTime,endTime:endTime},succeededCallback,failedCallback,userContext); },
SensorsInsidePolygonByTime:function(points,sensorTypes,searchTerm,startTime,endTime,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SensorsInsidePolygonByTime',false,{points:points,sensorTypes:sensorTypes,searchTerm:searchTerm,startTime:startTime,endTime:endTime},succeededCallback,failedCallback,userContext); },
SensorsInsidePolygonCSV:function(points,sensorTypes,searchTerm,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SensorsInsidePolygonCSV',false,{points:points,sensorTypes:sensorTypes,searchTerm:searchTerm},succeededCallback,failedCallback,userContext); },
SensorGroupsInsidePolygonCSV:function(points,viewPort,latRatio,lonRatio,zoomLevel,sensorTypes,searchTerm,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SensorGroupsInsidePolygonCSV',false,{points:points,viewPort:viewPort,latRatio:latRatio,lonRatio:lonRatio,zoomLevel:zoomLevel,sensorTypes:sensorTypes,searchTerm:searchTerm},succeededCallback,failedCallback,userContext); },
SensorGroupsInsidePolygonCSV2:function(points,viewPort,latRatio,lonRatio,zoomLevel,sensorTypes,searchTerm,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SensorGroupsInsidePolygonCSV2',false,{points:points,viewPort:viewPort,latRatio:latRatio,lonRatio:lonRatio,zoomLevel:zoomLevel,sensorTypes:sensorTypes,searchTerm:searchTerm},succeededCallback,failedCallback,userContext); },
SensorGroupsInsidePolygonCSV2WithAuthentication:function(userName,passCode,points,viewPort,latRatio,lonRatio,zoomLevel,sensorTypes,searchTerm,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SensorGroupsInsidePolygonCSV2WithAuthentication',false,{userName:userName,passCode:passCode,points:points,viewPort:viewPort,latRatio:latRatio,lonRatio:lonRatio,zoomLevel:zoomLevel,sensorTypes:sensorTypes,searchTerm:searchTerm},succeededCallback,failedCallback,userContext); },
SensorGroupsByLoginInsidePolygonCSV2WithAuthentication:function(userName,passCode,points,viewPort,latRatio,lonRatio,zoomLevel,sensorTypes,searchTerm,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SensorGroupsByLoginInsidePolygonCSV2WithAuthentication',false,{userName:userName,passCode:passCode,points:points,viewPort:viewPort,latRatio:latRatio,lonRatio:lonRatio,zoomLevel:zoomLevel,sensorTypes:sensorTypes,searchTerm:searchTerm},succeededCallback,failedCallback,userContext); },
SensorGroupsInsidePolygonByTimeCSV2:function(points,viewPort,latRatio,lonRatio,zoomLevel,sensorTypes,searchTerm,startTime,endTime,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SensorGroupsInsidePolygonByTimeCSV2',false,{points:points,viewPort:viewPort,latRatio:latRatio,lonRatio:lonRatio,zoomLevel:zoomLevel,sensorTypes:sensorTypes,searchTerm:searchTerm,startTime:startTime,endTime:endTime},succeededCallback,failedCallback,userContext); },
SensorGroupsInsidePolygonByTimeCSV2WithAuthentication:function(userName,passCode,points,viewPort,latRatio,lonRatio,zoomLevel,sensorTypes,searchTerm,startTime,endTime,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SensorGroupsInsidePolygonByTimeCSV2WithAuthentication',false,{userName:userName,passCode:passCode,points:points,viewPort:viewPort,latRatio:latRatio,lonRatio:lonRatio,zoomLevel:zoomLevel,sensorTypes:sensorTypes,searchTerm:searchTerm,startTime:startTime,endTime:endTime},succeededCallback,failedCallback,userContext); },
SensorGroupsByLoginInsidePolygonByTimeCSV2WithAuthentication:function(userName,passCode,points,viewPort,latRatio,lonRatio,zoomLevel,sensorTypes,searchTerm,startTime,endTime,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SensorGroupsByLoginInsidePolygonByTimeCSV2WithAuthentication',false,{userName:userName,passCode:passCode,points:points,viewPort:viewPort,latRatio:latRatio,lonRatio:lonRatio,zoomLevel:zoomLevel,sensorTypes:sensorTypes,searchTerm:searchTerm,startTime:startTime,endTime:endTime},succeededCallback,failedCallback,userContext); },
DebugSensorGroupsInsidePolygonCSV2:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DebugSensorGroupsInsidePolygonCSV2',false,{},succeededCallback,failedCallback,userContext); },
DebugSensorGroupsInsidePolygonCSV2WA:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DebugSensorGroupsInsidePolygonCSV2WA',false,{},succeededCallback,failedCallback,userContext); },
DebugSensorGroupsInsidePolygonByTimeCSV2:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DebugSensorGroupsInsidePolygonByTimeCSV2',false,{},succeededCallback,failedCallback,userContext); },
DebugSensorGroupsInsidePolygonByTimeCSV2WA:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DebugSensorGroupsInsidePolygonByTimeCSV2WA',false,{},succeededCallback,failedCallback,userContext); },
DebugSensorGroupsInsidePolygon:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DebugSensorGroupsInsidePolygon',false,{},succeededCallback,failedCallback,userContext); },
DebugSensorGroupsInsidePolygon2:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DebugSensorGroupsInsidePolygon2',false,{},succeededCallback,failedCallback,userContext); },
DebugGetDataByPolygonQuery:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DebugGetDataByPolygonQuery',false,{},succeededCallback,failedCallback,userContext); }}
SenseWeb.IconD.registerClass('SenseWeb.IconD',Sys.Net.WebServiceProxy);
SenseWeb.IconD._staticInstance = new SenseWeb.IconD();
SenseWeb.IconD.set_path = function(value) { SenseWeb.IconD._staticInstance.set_path(value); }
SenseWeb.IconD.get_path = function() { return SenseWeb.IconD._staticInstance.get_path(); }
SenseWeb.IconD.set_timeout = function(value) { SenseWeb.IconD._staticInstance.set_timeout(value); }
SenseWeb.IconD.get_timeout = function() { return SenseWeb.IconD._staticInstance.get_timeout(); }
SenseWeb.IconD.set_defaultUserContext = function(value) { SenseWeb.IconD._staticInstance.set_defaultUserContext(value); }
SenseWeb.IconD.get_defaultUserContext = function() { return SenseWeb.IconD._staticInstance.get_defaultUserContext(); }
SenseWeb.IconD.set_defaultSucceededCallback = function(value) { SenseWeb.IconD._staticInstance.set_defaultSucceededCallback(value); }
SenseWeb.IconD.get_defaultSucceededCallback = function() { return SenseWeb.IconD._staticInstance.get_defaultSucceededCallback(); }
SenseWeb.IconD.set_defaultFailedCallback = function(value) { SenseWeb.IconD._staticInstance.set_defaultFailedCallback(value); }
SenseWeb.IconD.get_defaultFailedCallback = function() { return SenseWeb.IconD._staticInstance.get_defaultFailedCallback(); }
SenseWeb.IconD.set_path("/sensewebv3/sensormap/IconD.asmx");
SenseWeb.IconD.Debug= function(url,onSuccess,onFailed,userContext) {SenseWeb.IconD._staticInstance.Debug(url,onSuccess,onFailed,userContext); }
SenseWeb.IconD.SetDataHub= function(url,onSuccess,onFailed,userContext) {SenseWeb.IconD._staticInstance.SetDataHub(url,onSuccess,onFailed,userContext); }
SenseWeb.IconD.GetSensorTypeURIsInView= function(points,onSuccess,onFailed,userContext) {SenseWeb.IconD._staticInstance.GetSensorTypeURIsInView(points,onSuccess,onFailed,userContext); }
SenseWeb.IconD.GetSensorTypeURIsInViewByLogin= function(points,onSuccess,onFailed,userContext) {SenseWeb.IconD._staticInstance.GetSensorTypeURIsInViewByLogin(points,onSuccess,onFailed,userContext); }
SenseWeb.IconD.SensorsInsidePolygonWithAuthentication= function(userName,passCode,points,sensorTypes,searchTerm,onSuccess,onFailed,userContext) {SenseWeb.IconD._staticInstance.SensorsInsidePolygonWithAuthentication(userName,passCode,points,sensorTypes,searchTerm,onSuccess,onFailed,userContext); }
SenseWeb.IconD.SensorsInsidePolygon= function(points,sensorTypes,searchTerm,onSuccess,onFailed,userContext) {SenseWeb.IconD._staticInstance.SensorsInsidePolygon(points,sensorTypes,searchTerm,onSuccess,onFailed,userContext); }
SenseWeb.IconD.SensorsInsidePolygonByTimeWithAuthentication= function(userName,passCode,points,sensorTypes,searchTerm,startTime,endTime,onSuccess,onFailed,userContext) {SenseWeb.IconD._staticInstance.SensorsInsidePolygonByTimeWithAuthentication(userName,passCode,points,sensorTypes,searchTerm,startTime,endTime,onSuccess,onFailed,userContext); }
SenseWeb.IconD.SensorsInsidePolygonByTime= function(points,sensorTypes,searchTerm,startTime,endTime,onSuccess,onFailed,userContext) {SenseWeb.IconD._staticInstance.SensorsInsidePolygonByTime(points,sensorTypes,searchTerm,startTime,endTime,onSuccess,onFailed,userContext); }
SenseWeb.IconD.SensorsInsidePolygonCSV= function(points,sensorTypes,searchTerm,onSuccess,onFailed,userContext) {SenseWeb.IconD._staticInstance.SensorsInsidePolygonCSV(points,sensorTypes,searchTerm,onSuccess,onFailed,userContext); }
SenseWeb.IconD.SensorGroupsInsidePolygonCSV= function(points,viewPort,latRatio,lonRatio,zoomLevel,sensorTypes,searchTerm,onSuccess,onFailed,userContext) {SenseWeb.IconD._staticInstance.SensorGroupsInsidePolygonCSV(points,viewPort,latRatio,lonRatio,zoomLevel,sensorTypes,searchTerm,onSuccess,onFailed,userContext); }
SenseWeb.IconD.SensorGroupsInsidePolygonCSV2= function(points,viewPort,latRatio,lonRatio,zoomLevel,sensorTypes,searchTerm,onSuccess,onFailed,userContext) {SenseWeb.IconD._staticInstance.SensorGroupsInsidePolygonCSV2(points,viewPort,latRatio,lonRatio,zoomLevel,sensorTypes,searchTerm,onSuccess,onFailed,userContext); }
SenseWeb.IconD.SensorGroupsInsidePolygonCSV2WithAuthentication= function(userName,passCode,points,viewPort,latRatio,lonRatio,zoomLevel,sensorTypes,searchTerm,onSuccess,onFailed,userContext) {SenseWeb.IconD._staticInstance.SensorGroupsInsidePolygonCSV2WithAuthentication(userName,passCode,points,viewPort,latRatio,lonRatio,zoomLevel,sensorTypes,searchTerm,onSuccess,onFailed,userContext); }
SenseWeb.IconD.SensorGroupsByLoginInsidePolygonCSV2WithAuthentication= function(userName,passCode,points,viewPort,latRatio,lonRatio,zoomLevel,sensorTypes,searchTerm,onSuccess,onFailed,userContext) {SenseWeb.IconD._staticInstance.SensorGroupsByLoginInsidePolygonCSV2WithAuthentication(userName,passCode,points,viewPort,latRatio,lonRatio,zoomLevel,sensorTypes,searchTerm,onSuccess,onFailed,userContext); }
SenseWeb.IconD.SensorGroupsInsidePolygonByTimeCSV2= function(points,viewPort,latRatio,lonRatio,zoomLevel,sensorTypes,searchTerm,startTime,endTime,onSuccess,onFailed,userContext) {SenseWeb.IconD._staticInstance.SensorGroupsInsidePolygonByTimeCSV2(points,viewPort,latRatio,lonRatio,zoomLevel,sensorTypes,searchTerm,startTime,endTime,onSuccess,onFailed,userContext); }
SenseWeb.IconD.SensorGroupsInsidePolygonByTimeCSV2WithAuthentication= function(userName,passCode,points,viewPort,latRatio,lonRatio,zoomLevel,sensorTypes,searchTerm,startTime,endTime,onSuccess,onFailed,userContext) {SenseWeb.IconD._staticInstance.SensorGroupsInsidePolygonByTimeCSV2WithAuthentication(userName,passCode,points,viewPort,latRatio,lonRatio,zoomLevel,sensorTypes,searchTerm,startTime,endTime,onSuccess,onFailed,userContext); }
SenseWeb.IconD.SensorGroupsByLoginInsidePolygonByTimeCSV2WithAuthentication= function(userName,passCode,points,viewPort,latRatio,lonRatio,zoomLevel,sensorTypes,searchTerm,startTime,endTime,onSuccess,onFailed,userContext) {SenseWeb.IconD._staticInstance.SensorGroupsByLoginInsidePolygonByTimeCSV2WithAuthentication(userName,passCode,points,viewPort,latRatio,lonRatio,zoomLevel,sensorTypes,searchTerm,startTime,endTime,onSuccess,onFailed,userContext); }
SenseWeb.IconD.DebugSensorGroupsInsidePolygonCSV2= function(onSuccess,onFailed,userContext) {SenseWeb.IconD._staticInstance.DebugSensorGroupsInsidePolygonCSV2(onSuccess,onFailed,userContext); }
SenseWeb.IconD.DebugSensorGroupsInsidePolygonCSV2WA= function(onSuccess,onFailed,userContext) {SenseWeb.IconD._staticInstance.DebugSensorGroupsInsidePolygonCSV2WA(onSuccess,onFailed,userContext); }
SenseWeb.IconD.DebugSensorGroupsInsidePolygonByTimeCSV2= function(onSuccess,onFailed,userContext) {SenseWeb.IconD._staticInstance.DebugSensorGroupsInsidePolygonByTimeCSV2(onSuccess,onFailed,userContext); }
SenseWeb.IconD.DebugSensorGroupsInsidePolygonByTimeCSV2WA= function(onSuccess,onFailed,userContext) {SenseWeb.IconD._staticInstance.DebugSensorGroupsInsidePolygonByTimeCSV2WA(onSuccess,onFailed,userContext); }
SenseWeb.IconD.DebugSensorGroupsInsidePolygon= function(onSuccess,onFailed,userContext) {SenseWeb.IconD._staticInstance.DebugSensorGroupsInsidePolygon(onSuccess,onFailed,userContext); }
SenseWeb.IconD.DebugSensorGroupsInsidePolygon2= function(onSuccess,onFailed,userContext) {SenseWeb.IconD._staticInstance.DebugSensorGroupsInsidePolygon2(onSuccess,onFailed,userContext); }
SenseWeb.IconD.DebugGetDataByPolygonQuery= function(onSuccess,onFailed,userContext) {SenseWeb.IconD._staticInstance.DebugGetDataByPolygonQuery(onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('AppLib');
if (typeof(AppLib.SensorInfoAndDataList) === 'undefined') {
AppLib.SensorInfoAndDataList=gtc("AppLib.SensorInfoAndDataList");
AppLib.SensorInfoAndDataList.registerClass('AppLib.SensorInfoAndDataList');
}
