Type.registerNamespace('MapsDirect.Web.WebControls');
MapsDirect.Web.WebControls.BasicIdentifyWebService=function() {
MapsDirect.Web.WebControls.BasicIdentifyWebService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
MapsDirect.Web.WebControls.BasicIdentifyWebService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return MapsDirect.Web.WebControls.BasicIdentifyWebService._staticInstance.get_path();},
GetBuffer:function(pageID,mapResourceManagerID,resourceItemName,geometryString,distance,geometryServer,geometryService,succeededCallback, failedCallback, userContext) {
/// <param name="pageID" type="String">System.String</param>
/// <param name="mapResourceManagerID" type="String">System.String</param>
/// <param name="resourceItemName" type="String">System.String</param>
/// <param name="geometryString" type="String">System.String</param>
/// <param name="distance" type="Number">System.Double</param>
/// <param name="geometryServer" type="String">System.String</param>
/// <param name="geometryService" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetBuffer',false,{pageID:pageID,mapResourceManagerID:mapResourceManagerID,resourceItemName:resourceItemName,geometryString:geometryString,distance:distance,geometryServer:geometryServer,geometryService:geometryService},succeededCallback,failedCallback,userContext); },
Identify:function(pageID,mapResourceManagerID,resourceItemName,controlKey,geometryServer,geometryService,layerID,x,y,mapUnitsPerPixel,minimumMapUnitsPerPixel,mapWidth,mapHeight,xMin,yMin,xMax,yMax,hyperlinkPrefix,succeededCallback, failedCallback, userContext) {
/// <param name="pageID" type="String">System.String</param>
/// <param name="mapResourceManagerID" type="String">System.String</param>
/// <param name="resourceItemName" type="String">System.String</param>
/// <param name="controlKey" type="String">System.String</param>
/// <param name="geometryServer" type="String">System.String</param>
/// <param name="geometryService" type="String">System.String</param>
/// <param name="layerID" type="String">System.String</param>
/// <param name="x" type="Number">System.Double</param>
/// <param name="y" type="Number">System.Double</param>
/// <param name="mapUnitsPerPixel" type="Number">System.Double</param>
/// <param name="minimumMapUnitsPerPixel" type="Number">System.Double</param>
/// <param name="mapWidth" type="Number">System.Int32</param>
/// <param name="mapHeight" type="Number">System.Int32</param>
/// <param name="xMin" type="Number">System.Double</param>
/// <param name="yMin" type="Number">System.Double</param>
/// <param name="xMax" type="Number">System.Double</param>
/// <param name="yMax" type="Number">System.Double</param>
/// <param name="hyperlinkPrefix" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'Identify',false,{pageID:pageID,mapResourceManagerID:mapResourceManagerID,resourceItemName:resourceItemName,controlKey:controlKey,geometryServer:geometryServer,geometryService:geometryService,layerID:layerID,x:x,y:y,mapUnitsPerPixel:mapUnitsPerPixel,minimumMapUnitsPerPixel:minimumMapUnitsPerPixel,mapWidth:mapWidth,mapHeight:mapHeight,xMin:xMin,yMin:yMin,xMax:xMax,yMax:yMax,hyperlinkPrefix:hyperlinkPrefix},succeededCallback,failedCallback,userContext); }}
MapsDirect.Web.WebControls.BasicIdentifyWebService.registerClass('MapsDirect.Web.WebControls.BasicIdentifyWebService',Sys.Net.WebServiceProxy);
MapsDirect.Web.WebControls.BasicIdentifyWebService._staticInstance = new MapsDirect.Web.WebControls.BasicIdentifyWebService();
MapsDirect.Web.WebControls.BasicIdentifyWebService.set_path = function(value) {
MapsDirect.Web.WebControls.BasicIdentifyWebService._staticInstance.set_path(value); }
MapsDirect.Web.WebControls.BasicIdentifyWebService.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return MapsDirect.Web.WebControls.BasicIdentifyWebService._staticInstance.get_path();}
MapsDirect.Web.WebControls.BasicIdentifyWebService.set_timeout = function(value) {
MapsDirect.Web.WebControls.BasicIdentifyWebService._staticInstance.set_timeout(value); }
MapsDirect.Web.WebControls.BasicIdentifyWebService.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return MapsDirect.Web.WebControls.BasicIdentifyWebService._staticInstance.get_timeout(); }
MapsDirect.Web.WebControls.BasicIdentifyWebService.set_defaultUserContext = function(value) { 
MapsDirect.Web.WebControls.BasicIdentifyWebService._staticInstance.set_defaultUserContext(value); }
MapsDirect.Web.WebControls.BasicIdentifyWebService.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return MapsDirect.Web.WebControls.BasicIdentifyWebService._staticInstance.get_defaultUserContext(); }
MapsDirect.Web.WebControls.BasicIdentifyWebService.set_defaultSucceededCallback = function(value) { 
 MapsDirect.Web.WebControls.BasicIdentifyWebService._staticInstance.set_defaultSucceededCallback(value); }
MapsDirect.Web.WebControls.BasicIdentifyWebService.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return MapsDirect.Web.WebControls.BasicIdentifyWebService._staticInstance.get_defaultSucceededCallback(); }
MapsDirect.Web.WebControls.BasicIdentifyWebService.set_defaultFailedCallback = function(value) { 
MapsDirect.Web.WebControls.BasicIdentifyWebService._staticInstance.set_defaultFailedCallback(value); }
MapsDirect.Web.WebControls.BasicIdentifyWebService.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return MapsDirect.Web.WebControls.BasicIdentifyWebService._staticInstance.get_defaultFailedCallback(); }
MapsDirect.Web.WebControls.BasicIdentifyWebService.set_path("/MapsDirect.Web.WebControls.BasicIdentifyWebService.asmx");
MapsDirect.Web.WebControls.BasicIdentifyWebService.GetBuffer= function(pageID,mapResourceManagerID,resourceItemName,geometryString,distance,geometryServer,geometryService,onSuccess,onFailed,userContext) {
/// <param name="pageID" type="String">System.String</param>
/// <param name="mapResourceManagerID" type="String">System.String</param>
/// <param name="resourceItemName" type="String">System.String</param>
/// <param name="geometryString" type="String">System.String</param>
/// <param name="distance" type="Number">System.Double</param>
/// <param name="geometryServer" type="String">System.String</param>
/// <param name="geometryService" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
MapsDirect.Web.WebControls.BasicIdentifyWebService._staticInstance.GetBuffer(pageID,mapResourceManagerID,resourceItemName,geometryString,distance,geometryServer,geometryService,onSuccess,onFailed,userContext); }
MapsDirect.Web.WebControls.BasicIdentifyWebService.Identify= function(pageID,mapResourceManagerID,resourceItemName,controlKey,geometryServer,geometryService,layerID,x,y,mapUnitsPerPixel,minimumMapUnitsPerPixel,mapWidth,mapHeight,xMin,yMin,xMax,yMax,hyperlinkPrefix,onSuccess,onFailed,userContext) {
/// <param name="pageID" type="String">System.String</param>
/// <param name="mapResourceManagerID" type="String">System.String</param>
/// <param name="resourceItemName" type="String">System.String</param>
/// <param name="controlKey" type="String">System.String</param>
/// <param name="geometryServer" type="String">System.String</param>
/// <param name="geometryService" type="String">System.String</param>
/// <param name="layerID" type="String">System.String</param>
/// <param name="x" type="Number">System.Double</param>
/// <param name="y" type="Number">System.Double</param>
/// <param name="mapUnitsPerPixel" type="Number">System.Double</param>
/// <param name="minimumMapUnitsPerPixel" type="Number">System.Double</param>
/// <param name="mapWidth" type="Number">System.Int32</param>
/// <param name="mapHeight" type="Number">System.Int32</param>
/// <param name="xMin" type="Number">System.Double</param>
/// <param name="yMin" type="Number">System.Double</param>
/// <param name="xMax" type="Number">System.Double</param>
/// <param name="yMax" type="Number">System.Double</param>
/// <param name="hyperlinkPrefix" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
MapsDirect.Web.WebControls.BasicIdentifyWebService._staticInstance.Identify(pageID,mapResourceManagerID,resourceItemName,controlKey,geometryServer,geometryService,layerID,x,y,mapUnitsPerPixel,minimumMapUnitsPerPixel,mapWidth,mapHeight,xMin,yMin,xMax,yMax,hyperlinkPrefix,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(MapsDirect.Web.WebControls.IdentifyResponse) === 'undefined') {
MapsDirect.Web.WebControls.IdentifyResponse=gtc("MapsDirect.Web.WebControls.IdentifyResponse");
MapsDirect.Web.WebControls.IdentifyResponse.registerClass('MapsDirect.Web.WebControls.IdentifyResponse');
}

