Type.registerNamespace('GeoPrise.Engine.Services');
GeoPrise.Engine.Services.CustomIdentifyParcel=function() {
GeoPrise.Engine.Services.CustomIdentifyParcel.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
GeoPrise.Engine.Services.CustomIdentifyParcel.prototype={
identifyParcelViewLayerFeature:function(layerName,uniqueFieldName,cusIdenAliasName,parcelBackground,parcelOpacity,parcelBorderColor,parcelBorderType,parcelBorderWidth,databaseName,viewName,ShowLable,sSelectionLayer,minusImg,plusImg,IdentifyReturnValues,succeededCallback, failedCallback, userContext) {
return this._invoke(GeoPrise.Engine.Services.CustomIdentifyParcel.get_path(), 'identifyParcelViewLayerFeature',false,{layerName:layerName,uniqueFieldName:uniqueFieldName,cusIdenAliasName:cusIdenAliasName,parcelBackground:parcelBackground,parcelOpacity:parcelOpacity,parcelBorderColor:parcelBorderColor,parcelBorderType:parcelBorderType,parcelBorderWidth:parcelBorderWidth,databaseName:databaseName,viewName:viewName,ShowLable:ShowLable,sSelectionLayer:sSelectionLayer,minusImg:minusImg,plusImg:plusImg,IdentifyReturnValues:IdentifyReturnValues},succeededCallback,failedCallback,userContext); },
identifyParcelUserControl:function(layerName,uniqueFieldName,cusIdenAliasName,parcelBackground,parcelOpacity,parcelBorderColor,parcelBorderType,parcelBorderWidth,databaseName,viewName,ShowLabel,sSelectionLayer,succeededCallback, failedCallback, userContext) {
return this._invoke(GeoPrise.Engine.Services.CustomIdentifyParcel.get_path(), 'identifyParcelUserControl',false,{layerName:layerName,uniqueFieldName:uniqueFieldName,cusIdenAliasName:cusIdenAliasName,parcelBackground:parcelBackground,parcelOpacity:parcelOpacity,parcelBorderColor:parcelBorderColor,parcelBorderType:parcelBorderType,parcelBorderWidth:parcelBorderWidth,databaseName:databaseName,viewName:viewName,ShowLabel:ShowLabel,sSelectionLayer:sSelectionLayer},succeededCallback,failedCallback,userContext); }}
GeoPrise.Engine.Services.CustomIdentifyParcel.registerClass('GeoPrise.Engine.Services.CustomIdentifyParcel',Sys.Net.WebServiceProxy);
GeoPrise.Engine.Services.CustomIdentifyParcel._staticInstance = new GeoPrise.Engine.Services.CustomIdentifyParcel();
GeoPrise.Engine.Services.CustomIdentifyParcel.set_path = function(value) { GeoPrise.Engine.Services.CustomIdentifyParcel._staticInstance._path = value; }
GeoPrise.Engine.Services.CustomIdentifyParcel.get_path = function() { return GeoPrise.Engine.Services.CustomIdentifyParcel._staticInstance._path; }
GeoPrise.Engine.Services.CustomIdentifyParcel.set_timeout = function(value) { GeoPrise.Engine.Services.CustomIdentifyParcel._staticInstance._timeout = value; }
GeoPrise.Engine.Services.CustomIdentifyParcel.get_timeout = function() { return GeoPrise.Engine.Services.CustomIdentifyParcel._staticInstance._timeout; }
GeoPrise.Engine.Services.CustomIdentifyParcel.set_defaultUserContext = function(value) { GeoPrise.Engine.Services.CustomIdentifyParcel._staticInstance._userContext = value; }
GeoPrise.Engine.Services.CustomIdentifyParcel.get_defaultUserContext = function() { return GeoPrise.Engine.Services.CustomIdentifyParcel._staticInstance._userContext; }
GeoPrise.Engine.Services.CustomIdentifyParcel.set_defaultSucceededCallback = function(value) { GeoPrise.Engine.Services.CustomIdentifyParcel._staticInstance._succeeded = value; }
GeoPrise.Engine.Services.CustomIdentifyParcel.get_defaultSucceededCallback = function() { return GeoPrise.Engine.Services.CustomIdentifyParcel._staticInstance._succeeded; }
GeoPrise.Engine.Services.CustomIdentifyParcel.set_defaultFailedCallback = function(value) { GeoPrise.Engine.Services.CustomIdentifyParcel._staticInstance._failed = value; }
GeoPrise.Engine.Services.CustomIdentifyParcel.get_defaultFailedCallback = function() { return GeoPrise.Engine.Services.CustomIdentifyParcel._staticInstance._failed; }
GeoPrise.Engine.Services.CustomIdentifyParcel.set_path("/cip/Services/CustomIdentifyParcel.asmx");
GeoPrise.Engine.Services.CustomIdentifyParcel.identifyParcelViewLayerFeature= function(layerName,uniqueFieldName,cusIdenAliasName,parcelBackground,parcelOpacity,parcelBorderColor,parcelBorderType,parcelBorderWidth,databaseName,viewName,ShowLable,sSelectionLayer,minusImg,plusImg,IdentifyReturnValues,onSuccess,onFailed,userContext) {GeoPrise.Engine.Services.CustomIdentifyParcel._staticInstance.identifyParcelViewLayerFeature(layerName,uniqueFieldName,cusIdenAliasName,parcelBackground,parcelOpacity,parcelBorderColor,parcelBorderType,parcelBorderWidth,databaseName,viewName,ShowLable,sSelectionLayer,minusImg,plusImg,IdentifyReturnValues,onSuccess,onFailed,userContext); }
GeoPrise.Engine.Services.CustomIdentifyParcel.identifyParcelUserControl= function(layerName,uniqueFieldName,cusIdenAliasName,parcelBackground,parcelOpacity,parcelBorderColor,parcelBorderType,parcelBorderWidth,databaseName,viewName,ShowLabel,sSelectionLayer,onSuccess,onFailed,userContext) {GeoPrise.Engine.Services.CustomIdentifyParcel._staticInstance.identifyParcelUserControl(layerName,uniqueFieldName,cusIdenAliasName,parcelBackground,parcelOpacity,parcelBorderColor,parcelBorderType,parcelBorderWidth,databaseName,viewName,ShowLabel,sSelectionLayer,onSuccess,onFailed,userContext); }
