Type.registerNamespace('ActivityLocator');
ActivityLocator.MapService=function() {
ActivityLocator.MapService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
ActivityLocator.MapService.prototype={
ResetCachedData:function(succeededCallback, failedCallback, userContext) {
return this._invoke(ActivityLocator.MapService.get_path(), 'ResetCachedData',false,{},succeededCallback,failedCallback,userContext); },
GetTextAddress:function(textInput,succeededCallback, failedCallback, userContext) {
return this._invoke(ActivityLocator.MapService.get_path(), 'GetTextAddress',false,{textInput:textInput},succeededCallback,failedCallback,userContext); },
GetConstructionActivity:function(lon0,lat0,lon1,lat1,lon2,lat2,lon3,lat3,singleFamilyDuplex,multiFamily,commercialFixedOther,activityType,permitStatus,startDate,endDate,refreshData,succeededCallback, failedCallback, userContext) {
return this._invoke(ActivityLocator.MapService.get_path(), 'GetConstructionActivity',false,{lon0:lon0,lat0:lat0,lon1:lon1,lat1:lat1,lon2:lon2,lat2:lat2,lon3:lon3,lat3:lat3,singleFamilyDuplex:singleFamilyDuplex,multiFamily:multiFamily,commercialFixedOther:commercialFixedOther,activityType:activityType,permitStatus:permitStatus,startDate:startDate,endDate:endDate,refreshData:refreshData},succeededCallback,failedCallback,userContext); },
GetConstructionActivityDataAll:function(clientControlId,succeededCallback, failedCallback, userContext) {
return this._invoke(ActivityLocator.MapService.get_path(), 'GetConstructionActivityDataAll',false,{clientControlId:clientControlId},succeededCallback,failedCallback,userContext); },
GetConstructionActivityDataMap:function(clientControlId,succeededCallback, failedCallback, userContext) {
return this._invoke(ActivityLocator.MapService.get_path(), 'GetConstructionActivityDataMap',false,{clientControlId:clientControlId},succeededCallback,failedCallback,userContext); },
GetLandUseActivity:function(lon0,lat0,lon1,lat1,lon2,lat2,lon3,lat3,conditionalUse,designReview,councilAction,plat,sepa,shoreline,variance,other,permitStatus,startDate,endDate,refreshData,succeededCallback, failedCallback, userContext) {
return this._invoke(ActivityLocator.MapService.get_path(), 'GetLandUseActivity',false,{lon0:lon0,lat0:lat0,lon1:lon1,lat1:lat1,lon2:lon2,lat2:lat2,lon3:lon3,lat3:lat3,conditionalUse:conditionalUse,designReview:designReview,councilAction:councilAction,plat:plat,sepa:sepa,shoreline:shoreline,variance:variance,other:other,permitStatus:permitStatus,startDate:startDate,endDate:endDate,refreshData:refreshData},succeededCallback,failedCallback,userContext); },
GetLandUseActivityDataMapAll:function(clientControlId,succeededCallback, failedCallback, userContext) {
return this._invoke(ActivityLocator.MapService.get_path(), 'GetLandUseActivityDataMapAll',false,{clientControlId:clientControlId},succeededCallback,failedCallback,userContext); },
GetLandUseActivityDataMap:function(clientControlId,succeededCallback, failedCallback, userContext) {
return this._invoke(ActivityLocator.MapService.get_path(), 'GetLandUseActivityDataMap',false,{clientControlId:clientControlId},succeededCallback,failedCallback,userContext); },
GetDemolitionActivity:function(lon0,lat0,lon1,lat1,lon2,lat2,lon3,lat3,permitStatus,startDate,endDate,refreshData,succeededCallback, failedCallback, userContext) {
return this._invoke(ActivityLocator.MapService.get_path(), 'GetDemolitionActivity',false,{lon0:lon0,lat0:lat0,lon1:lon1,lat1:lat1,lon2:lon2,lat2:lat2,lon3:lon3,lat3:lat3,permitStatus:permitStatus,startDate:startDate,endDate:endDate,refreshData:refreshData},succeededCallback,failedCallback,userContext); },
GetDemolitionActivityDataMapAll:function(clientControlId,succeededCallback, failedCallback, userContext) {
return this._invoke(ActivityLocator.MapService.get_path(), 'GetDemolitionActivityDataMapAll',false,{clientControlId:clientControlId},succeededCallback,failedCallback,userContext); },
GetDemolitionActivityDataMap:function(clientControlId,succeededCallback, failedCallback, userContext) {
return this._invoke(ActivityLocator.MapService.get_path(), 'GetDemolitionActivityDataMap',false,{clientControlId:clientControlId},succeededCallback,failedCallback,userContext); },
GetBillboardActivity:function(lon0,lat0,lon1,lat1,lon2,lat2,lon3,lat3,singleFacePole,doubleFacePole,paintedWall,vInstallation,other,refreshData,succeededCallback, failedCallback, userContext) {
return this._invoke(ActivityLocator.MapService.get_path(), 'GetBillboardActivity',false,{lon0:lon0,lat0:lat0,lon1:lon1,lat1:lat1,lon2:lon2,lat2:lat2,lon3:lon3,lat3:lat3,singleFacePole:singleFacePole,doubleFacePole:doubleFacePole,paintedWall:paintedWall,vInstallation:vInstallation,other:other,refreshData:refreshData},succeededCallback,failedCallback,userContext); },
GetBillboardActivityDataMapAll:function(clientControlId,succeededCallback, failedCallback, userContext) {
return this._invoke(ActivityLocator.MapService.get_path(), 'GetBillboardActivityDataMapAll',false,{clientControlId:clientControlId},succeededCallback,failedCallback,userContext); },
GetBillboardActivityDataMap:function(clientControlId,succeededCallback, failedCallback, userContext) {
return this._invoke(ActivityLocator.MapService.get_path(), 'GetBillboardActivityDataMap',false,{clientControlId:clientControlId},succeededCallback,failedCallback,userContext); },
GetParcelData:function(latitude,longitude,succeededCallback, failedCallback, userContext) {
return this._invoke(ActivityLocator.MapService.get_path(), 'GetParcelData',false,{latitude:latitude,longitude:longitude},succeededCallback,failedCallback,userContext); }}
ActivityLocator.MapService.registerClass('ActivityLocator.MapService',Sys.Net.WebServiceProxy);
ActivityLocator.MapService._staticInstance = new ActivityLocator.MapService();
ActivityLocator.MapService.set_path = function(value) { ActivityLocator.MapService._staticInstance._path = value; }
ActivityLocator.MapService.get_path = function() { return ActivityLocator.MapService._staticInstance._path; }
ActivityLocator.MapService.set_timeout = function(value) { ActivityLocator.MapService._staticInstance._timeout = value; }
ActivityLocator.MapService.get_timeout = function() { return ActivityLocator.MapService._staticInstance._timeout; }
ActivityLocator.MapService.set_defaultUserContext = function(value) { ActivityLocator.MapService._staticInstance._userContext = value; }
ActivityLocator.MapService.get_defaultUserContext = function() { return ActivityLocator.MapService._staticInstance._userContext; }
ActivityLocator.MapService.set_defaultSucceededCallback = function(value) { ActivityLocator.MapService._staticInstance._succeeded = value; }
ActivityLocator.MapService.get_defaultSucceededCallback = function() { return ActivityLocator.MapService._staticInstance._succeeded; }
ActivityLocator.MapService.set_defaultFailedCallback = function(value) { ActivityLocator.MapService._staticInstance._failed = value; }
ActivityLocator.MapService.get_defaultFailedCallback = function() { return ActivityLocator.MapService._staticInstance._failed; }
ActivityLocator.MapService.set_path("/dpd/maps/MapService.asmx");
ActivityLocator.MapService.ResetCachedData= function(onSuccess,onFailed,userContext) {ActivityLocator.MapService._staticInstance.ResetCachedData(onSuccess,onFailed,userContext); }
ActivityLocator.MapService.GetTextAddress= function(textInput,onSuccess,onFailed,userContext) {ActivityLocator.MapService._staticInstance.GetTextAddress(textInput,onSuccess,onFailed,userContext); }
ActivityLocator.MapService.GetConstructionActivity= function(lon0,lat0,lon1,lat1,lon2,lat2,lon3,lat3,singleFamilyDuplex,multiFamily,commercialFixedOther,activityType,permitStatus,startDate,endDate,refreshData,onSuccess,onFailed,userContext) {ActivityLocator.MapService._staticInstance.GetConstructionActivity(lon0,lat0,lon1,lat1,lon2,lat2,lon3,lat3,singleFamilyDuplex,multiFamily,commercialFixedOther,activityType,permitStatus,startDate,endDate,refreshData,onSuccess,onFailed,userContext); }
ActivityLocator.MapService.GetConstructionActivityDataAll= function(clientControlId,onSuccess,onFailed,userContext) {ActivityLocator.MapService._staticInstance.GetConstructionActivityDataAll(clientControlId,onSuccess,onFailed,userContext); }
ActivityLocator.MapService.GetConstructionActivityDataMap= function(clientControlId,onSuccess,onFailed,userContext) {ActivityLocator.MapService._staticInstance.GetConstructionActivityDataMap(clientControlId,onSuccess,onFailed,userContext); }
ActivityLocator.MapService.GetLandUseActivity= function(lon0,lat0,lon1,lat1,lon2,lat2,lon3,lat3,conditionalUse,designReview,councilAction,plat,sepa,shoreline,variance,other,permitStatus,startDate,endDate,refreshData,onSuccess,onFailed,userContext) {ActivityLocator.MapService._staticInstance.GetLandUseActivity(lon0,lat0,lon1,lat1,lon2,lat2,lon3,lat3,conditionalUse,designReview,councilAction,plat,sepa,shoreline,variance,other,permitStatus,startDate,endDate,refreshData,onSuccess,onFailed,userContext); }
ActivityLocator.MapService.GetLandUseActivityDataMapAll= function(clientControlId,onSuccess,onFailed,userContext) {ActivityLocator.MapService._staticInstance.GetLandUseActivityDataMapAll(clientControlId,onSuccess,onFailed,userContext); }
ActivityLocator.MapService.GetLandUseActivityDataMap= function(clientControlId,onSuccess,onFailed,userContext) {ActivityLocator.MapService._staticInstance.GetLandUseActivityDataMap(clientControlId,onSuccess,onFailed,userContext); }
ActivityLocator.MapService.GetDemolitionActivity= function(lon0,lat0,lon1,lat1,lon2,lat2,lon3,lat3,permitStatus,startDate,endDate,refreshData,onSuccess,onFailed,userContext) {ActivityLocator.MapService._staticInstance.GetDemolitionActivity(lon0,lat0,lon1,lat1,lon2,lat2,lon3,lat3,permitStatus,startDate,endDate,refreshData,onSuccess,onFailed,userContext); }
ActivityLocator.MapService.GetDemolitionActivityDataMapAll= function(clientControlId,onSuccess,onFailed,userContext) {ActivityLocator.MapService._staticInstance.GetDemolitionActivityDataMapAll(clientControlId,onSuccess,onFailed,userContext); }
ActivityLocator.MapService.GetDemolitionActivityDataMap= function(clientControlId,onSuccess,onFailed,userContext) {ActivityLocator.MapService._staticInstance.GetDemolitionActivityDataMap(clientControlId,onSuccess,onFailed,userContext); }
ActivityLocator.MapService.GetBillboardActivity= function(lon0,lat0,lon1,lat1,lon2,lat2,lon3,lat3,singleFacePole,doubleFacePole,paintedWall,vInstallation,other,refreshData,onSuccess,onFailed,userContext) {ActivityLocator.MapService._staticInstance.GetBillboardActivity(lon0,lat0,lon1,lat1,lon2,lat2,lon3,lat3,singleFacePole,doubleFacePole,paintedWall,vInstallation,other,refreshData,onSuccess,onFailed,userContext); }
ActivityLocator.MapService.GetBillboardActivityDataMapAll= function(clientControlId,onSuccess,onFailed,userContext) {ActivityLocator.MapService._staticInstance.GetBillboardActivityDataMapAll(clientControlId,onSuccess,onFailed,userContext); }
ActivityLocator.MapService.GetBillboardActivityDataMap= function(clientControlId,onSuccess,onFailed,userContext) {ActivityLocator.MapService._staticInstance.GetBillboardActivityDataMap(clientControlId,onSuccess,onFailed,userContext); }
ActivityLocator.MapService.GetParcelData= function(latitude,longitude,onSuccess,onFailed,userContext) {ActivityLocator.MapService._staticInstance.GetParcelData(latitude,longitude,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('System.Data');
if (typeof(System.Data.DataSet) === 'undefined') {
System.Data.DataSet=gtc("System.Data.DataSet");
System.Data.DataSet.registerClass('System.Data.DataSet');
}
