var GeoRSSFeed=function() {
GeoRSSFeed.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
GeoRSSFeed.prototype={
GetGeorssPointLayer:function(succeededCallback, failedCallback, userContext) {
return this._invoke(GeoRSSFeed.get_path(), 'GetGeorssPointLayer',false,{},succeededCallback,failedCallback,userContext); },
GetGeorssLineLayer:function(succeededCallback, failedCallback, userContext) {
return this._invoke(GeoRSSFeed.get_path(), 'GetGeorssLineLayer',false,{},succeededCallback,failedCallback,userContext); },
GetGeorssCPointLayers:function(succeededCallback, failedCallback, userContext) {
return this._invoke(GeoRSSFeed.get_path(), 'GetGeorssCPointLayers',false,{},succeededCallback,failedCallback,userContext); },
GetGeorssCLineLayers:function(succeededCallback, failedCallback, userContext) {
return this._invoke(GeoRSSFeed.get_path(), 'GetGeorssCLineLayers',false,{},succeededCallback,failedCallback,userContext); },
GetGeorssEvents:function(succeededCallback, failedCallback, userContext) {
return this._invoke(GeoRSSFeed.get_path(), 'GetGeorssEvents',false,{},succeededCallback,failedCallback,userContext); },
GetGeorssBridges:function(succeededCallback, failedCallback, userContext) {
return this._invoke(GeoRSSFeed.get_path(), 'GetGeorssBridges',false,{},succeededCallback,failedCallback,userContext); },
GetGeorssCameras:function(succeededCallback, failedCallback, userContext) {
return this._invoke(GeoRSSFeed.get_path(), 'GetGeorssCameras',false,{},succeededCallback,failedCallback,userContext); },
GetCameraByWebID:function(webid,succeededCallback, failedCallback, userContext) {
return this._invoke(GeoRSSFeed.get_path(), 'GetCameraByWebID',false,{webid:webid},succeededCallback,failedCallback,userContext); },
filterEventsbydate:function(dtInput,succeededCallback, failedCallback, userContext) {
return this._invoke(GeoRSSFeed.get_path(), 'filterEventsbydate',false,{dtInput:dtInput},succeededCallback,failedCallback,userContext); }}
GeoRSSFeed.registerClass('GeoRSSFeed',Sys.Net.WebServiceProxy);
GeoRSSFeed._staticInstance = new GeoRSSFeed();
GeoRSSFeed.set_path = function(value) { 
var e = Function._validateParams(arguments, [{name: 'path', type: String}]); if (e) throw e; GeoRSSFeed._staticInstance._path = value; }
GeoRSSFeed.get_path = function() { return GeoRSSFeed._staticInstance._path; }
GeoRSSFeed.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); }
GeoRSSFeed._staticInstance._timeout = value; }
GeoRSSFeed.get_timeout = function() { 
return GeoRSSFeed._staticInstance._timeout; }
GeoRSSFeed.set_defaultUserContext = function(value) { 
GeoRSSFeed._staticInstance._userContext = value; }
GeoRSSFeed.get_defaultUserContext = function() { 
return GeoRSSFeed._staticInstance._userContext; }
GeoRSSFeed.set_defaultSucceededCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultSucceededCallback', type: Function}]); if (e) throw e; GeoRSSFeed._staticInstance._succeeded = value; }
GeoRSSFeed.get_defaultSucceededCallback = function() { 
return GeoRSSFeed._staticInstance._succeeded; }
GeoRSSFeed.set_defaultFailedCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultFailedCallback', type: Function}]); if (e) throw e; GeoRSSFeed._staticInstance._failed = value; }
GeoRSSFeed.get_defaultFailedCallback = function() { 
return GeoRSSFeed._staticInstance._failed; }
GeoRSSFeed.set_path("/WebServices/GeoRSSFeed.asmx");
GeoRSSFeed.GetGeorssPointLayer= function(onSuccess,onFailed,userContext) {GeoRSSFeed._staticInstance.GetGeorssPointLayer(onSuccess,onFailed,userContext); }
GeoRSSFeed.GetGeorssLineLayer= function(onSuccess,onFailed,userContext) {GeoRSSFeed._staticInstance.GetGeorssLineLayer(onSuccess,onFailed,userContext); }
GeoRSSFeed.GetGeorssCPointLayers= function(onSuccess,onFailed,userContext) {GeoRSSFeed._staticInstance.GetGeorssCPointLayers(onSuccess,onFailed,userContext); }
GeoRSSFeed.GetGeorssCLineLayers= function(onSuccess,onFailed,userContext) {GeoRSSFeed._staticInstance.GetGeorssCLineLayers(onSuccess,onFailed,userContext); }
GeoRSSFeed.GetGeorssEvents= function(onSuccess,onFailed,userContext) {GeoRSSFeed._staticInstance.GetGeorssEvents(onSuccess,onFailed,userContext); }
GeoRSSFeed.GetGeorssBridges= function(onSuccess,onFailed,userContext) {GeoRSSFeed._staticInstance.GetGeorssBridges(onSuccess,onFailed,userContext); }
GeoRSSFeed.GetGeorssCameras= function(onSuccess,onFailed,userContext) {GeoRSSFeed._staticInstance.GetGeorssCameras(onSuccess,onFailed,userContext); }
GeoRSSFeed.GetCameraByWebID= function(webid,onSuccess,onFailed,userContext) {GeoRSSFeed._staticInstance.GetCameraByWebID(webid,onSuccess,onFailed,userContext); }
GeoRSSFeed.filterEventsbydate= function(dtInput,onSuccess,onFailed,userContext) {GeoRSSFeed._staticInstance.filterEventsbydate(dtInput,onSuccess,onFailed,userContext); }
