var cisRelay=function() {
cisRelay.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
cisRelay.prototype={
extractRegion:function(filePath,latTL,longTL,latBR,longBR,imgHeight,imgwidth,outputFormat,succeededCallback, failedCallback, userContext) {
return this._invoke(cisRelay.get_path(), 'extractRegion',false,{filePath:filePath,latTL:latTL,longTL:longTL,latBR:latBR,longBR:longBR,imgHeight:imgHeight,imgwidth:imgwidth,outputFormat:outputFormat},succeededCallback,failedCallback,userContext); },
extractRegionWithLUT:function(parameter,frequency,forecast,datasetID,imgdate,latTL,longTL,latBR,longBR,imgHeight,imgwidth,outputFormat,succeededCallback, failedCallback, userContext) {
return this._invoke(cisRelay.get_path(), 'extractRegionWithLUT',false,{parameter:parameter,frequency:frequency,forecast:forecast,datasetID:datasetID,imgdate:imgdate,latTL:latTL,longTL:longTL,latBR:latBR,longBR:longBR,imgHeight:imgHeight,imgwidth:imgwidth,outputFormat:outputFormat},succeededCallback,failedCallback,userContext); },
extractRegionWithLUTanimatedbyParameter:function(parameter,frequency,forecast,datasetID,startdate,numPeriods,latTL,longTL,latBR,longBR,imgHeight,imgwidth,delayMilliseconds,doLoop,showDate,succeededCallback, failedCallback, userContext) {
return this._invoke(cisRelay.get_path(), 'extractRegionWithLUTanimatedbyParameter',false,{parameter:parameter,frequency:frequency,forecast:forecast,datasetID:datasetID,startdate:startdate,numPeriods:numPeriods,latTL:latTL,longTL:longTL,latBR:latBR,longBR:longBR,imgHeight:imgHeight,imgwidth:imgwidth,delayMilliseconds:delayMilliseconds,doLoop:doLoop,showDate:showDate},succeededCallback,failedCallback,userContext); },
GeocodeAddress:function(address,succeededCallback, failedCallback, userContext) {
return this._invoke(cisRelay.get_path(), 'GeocodeAddress',false,{address:address},succeededCallback,failedCallback,userContext); }}
cisRelay.registerClass('cisRelay',Sys.Net.WebServiceProxy);
cisRelay._staticInstance = new cisRelay();
cisRelay.set_path = function(value) { cisRelay._staticInstance._path = value; }
cisRelay.get_path = function() { return cisRelay._staticInstance._path; }
cisRelay.set_timeout = function(value) { cisRelay._staticInstance._timeout = value; }
cisRelay.get_timeout = function() { return cisRelay._staticInstance._timeout; }
cisRelay.set_defaultUserContext = function(value) { cisRelay._staticInstance._userContext = value; }
cisRelay.get_defaultUserContext = function() { return cisRelay._staticInstance._userContext; }
cisRelay.set_defaultSucceededCallback = function(value) { cisRelay._staticInstance._succeeded = value; }
cisRelay.get_defaultSucceededCallback = function() { return cisRelay._staticInstance._succeeded; }
cisRelay.set_defaultFailedCallback = function(value) { cisRelay._staticInstance._failed = value; }
cisRelay.get_defaultFailedCallback = function() { return cisRelay._staticInstance._failed; }
cisRelay.set_path("/Services/cisRelay.asmx");
cisRelay.extractRegion= function(filePath,latTL,longTL,latBR,longBR,imgHeight,imgwidth,outputFormat,onSuccess,onFailed,userContext) {cisRelay._staticInstance.extractRegion(filePath,latTL,longTL,latBR,longBR,imgHeight,imgwidth,outputFormat,onSuccess,onFailed,userContext); }
cisRelay.extractRegionWithLUT= function(parameter,frequency,forecast,datasetID,imgdate,latTL,longTL,latBR,longBR,imgHeight,imgwidth,outputFormat,onSuccess,onFailed,userContext) {cisRelay._staticInstance.extractRegionWithLUT(parameter,frequency,forecast,datasetID,imgdate,latTL,longTL,latBR,longBR,imgHeight,imgwidth,outputFormat,onSuccess,onFailed,userContext); }
cisRelay.extractRegionWithLUTanimatedbyParameter= function(parameter,frequency,forecast,datasetID,startdate,numPeriods,latTL,longTL,latBR,longBR,imgHeight,imgwidth,delayMilliseconds,doLoop,showDate,onSuccess,onFailed,userContext) {cisRelay._staticInstance.extractRegionWithLUTanimatedbyParameter(parameter,frequency,forecast,datasetID,startdate,numPeriods,latTL,longTL,latBR,longBR,imgHeight,imgwidth,delayMilliseconds,doLoop,showDate,onSuccess,onFailed,userContext); }
cisRelay.GeocodeAddress= function(address,onSuccess,onFailed,userContext) {cisRelay._staticInstance.GeocodeAddress(address,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(GeocodeResult) === 'undefined') {
var GeocodeResult=gtc("GeocodeResult");
GeocodeResult.registerClass('GeocodeResult');
}
