Type.registerNamespace('GeoPrise.Engine.Services');
GeoPrise.Engine.Services.Common=function() {
GeoPrise.Engine.Services.Common.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
GeoPrise.Engine.Services.Common.prototype={
getMapLegendImageURL:function(myheight,succeededCallback, failedCallback, userContext) {
return this._invoke(GeoPrise.Engine.Services.Common.get_path(), 'getMapLegendImageURL',false,{myheight:myheight},succeededCallback,failedCallback,userContext); },
GetSplashImageUrl:function(succeededCallback, failedCallback, userContext) {
return this._invoke(GeoPrise.Engine.Services.Common.get_path(), 'GetSplashImageUrl',false,{},succeededCallback,failedCallback,userContext); },
GetQueryString:function(succeededCallback, failedCallback, userContext) {
return this._invoke(GeoPrise.Engine.Services.Common.get_path(), 'GetQueryString',false,{},succeededCallback,failedCallback,userContext); },
GetAppType:function(succeededCallback, failedCallback, userContext) {
return this._invoke(GeoPrise.Engine.Services.Common.get_path(), 'GetAppType',false,{},succeededCallback,failedCallback,userContext); },
CustomCIPApp:function(succeededCallback, failedCallback, userContext) {
return this._invoke(GeoPrise.Engine.Services.Common.get_path(), 'CustomCIPApp',false,{},succeededCallback,failedCallback,userContext); },
CustomCIPDesc:function(succeededCallback, failedCallback, userContext) {
return this._invoke(GeoPrise.Engine.Services.Common.get_path(), 'CustomCIPDesc',false,{},succeededCallback,failedCallback,userContext); },
CustomCIPType:function(succeededCallback, failedCallback, userContext) {
return this._invoke(GeoPrise.Engine.Services.Common.get_path(), 'CustomCIPType',false,{},succeededCallback,failedCallback,userContext); },
DefaultTab:function(succeededCallback, failedCallback, userContext) {
return this._invoke(GeoPrise.Engine.Services.Common.get_path(), 'DefaultTab',false,{},succeededCallback,failedCallback,userContext); },
customFullExtend:function(succeededCallback, failedCallback, userContext) {
return this._invoke(GeoPrise.Engine.Services.Common.get_path(), 'customFullExtend',false,{},succeededCallback,failedCallback,userContext); },
customIntialExtend:function(succeededCallback, failedCallback, userContext) {
return this._invoke(GeoPrise.Engine.Services.Common.get_path(), 'customIntialExtend',false,{},succeededCallback,failedCallback,userContext); },
timeOutSession:function(succeededCallback, failedCallback, userContext) {
return this._invoke(GeoPrise.Engine.Services.Common.get_path(), 'timeOutSession',false,{},succeededCallback,failedCallback,userContext); },
AddtoZoomHistory:function(succeededCallback, failedCallback, userContext) {
return this._invoke(GeoPrise.Engine.Services.Common.get_path(), 'AddtoZoomHistory',false,{},succeededCallback,failedCallback,userContext); },
ZoomHistory:function(ZoomType,succeededCallback, failedCallback, userContext) {
return this._invoke(GeoPrise.Engine.Services.Common.get_path(), 'ZoomHistory',false,{ZoomType:ZoomType},succeededCallback,failedCallback,userContext); },
FullExtentZoomHistory:function(succeededCallback, failedCallback, userContext) {
return this._invoke(GeoPrise.Engine.Services.Common.get_path(), 'FullExtentZoomHistory',false,{},succeededCallback,failedCallback,userContext); },
ConnectToArcGISServer:function(succeededCallback, failedCallback, userContext) {
return this._invoke(GeoPrise.Engine.Services.Common.get_path(), 'ConnectToArcGISServer',false,{},succeededCallback,failedCallback,userContext); },
DisConnectToArcGISServer:function(agsConnnection,succeededCallback, failedCallback, userContext) {
return this._invoke(GeoPrise.Engine.Services.Common.get_path(), 'DisConnectToArcGISServer',false,{agsConnnection:agsConnnection},succeededCallback,failedCallback,userContext); },
InitializeArcGISService:function(succeededCallback, failedCallback, userContext) {
return this._invoke(GeoPrise.Engine.Services.Common.get_path(), 'InitializeArcGISService',false,{},succeededCallback,failedCallback,userContext); },
ReleaseArcGISContext:function(servercontext,succeededCallback, failedCallback, userContext) {
return this._invoke(GeoPrise.Engine.Services.Common.get_path(), 'ReleaseArcGISContext',false,{servercontext:servercontext},succeededCallback,failedCallback,userContext); },
getZoomToCoord:function(x,y,succeededCallback, failedCallback, userContext) {
return this._invoke(GeoPrise.Engine.Services.Common.get_path(), 'getZoomToCoord',false,{x:x,y:y},succeededCallback,failedCallback,userContext); },
getMinXYMapExtent:function(succeededCallback, failedCallback, userContext) {
return this._invoke(GeoPrise.Engine.Services.Common.get_path(), 'getMinXYMapExtent',false,{},succeededCallback,failedCallback,userContext); }}
GeoPrise.Engine.Services.Common.registerClass('GeoPrise.Engine.Services.Common',Sys.Net.WebServiceProxy);
GeoPrise.Engine.Services.Common._staticInstance = new GeoPrise.Engine.Services.Common();
GeoPrise.Engine.Services.Common.set_path = function(value) { GeoPrise.Engine.Services.Common._staticInstance._path = value; }
GeoPrise.Engine.Services.Common.get_path = function() { return GeoPrise.Engine.Services.Common._staticInstance._path; }
GeoPrise.Engine.Services.Common.set_timeout = function(value) { GeoPrise.Engine.Services.Common._staticInstance._timeout = value; }
GeoPrise.Engine.Services.Common.get_timeout = function() { return GeoPrise.Engine.Services.Common._staticInstance._timeout; }
GeoPrise.Engine.Services.Common.set_defaultUserContext = function(value) { GeoPrise.Engine.Services.Common._staticInstance._userContext = value; }
GeoPrise.Engine.Services.Common.get_defaultUserContext = function() { return GeoPrise.Engine.Services.Common._staticInstance._userContext; }
GeoPrise.Engine.Services.Common.set_defaultSucceededCallback = function(value) { GeoPrise.Engine.Services.Common._staticInstance._succeeded = value; }
GeoPrise.Engine.Services.Common.get_defaultSucceededCallback = function() { return GeoPrise.Engine.Services.Common._staticInstance._succeeded; }
GeoPrise.Engine.Services.Common.set_defaultFailedCallback = function(value) { GeoPrise.Engine.Services.Common._staticInstance._failed = value; }
GeoPrise.Engine.Services.Common.get_defaultFailedCallback = function() { return GeoPrise.Engine.Services.Common._staticInstance._failed; }
GeoPrise.Engine.Services.Common.set_path("/cip/Services/Common.asmx");
GeoPrise.Engine.Services.Common.getMapLegendImageURL= function(myheight,onSuccess,onFailed,userContext) {GeoPrise.Engine.Services.Common._staticInstance.getMapLegendImageURL(myheight,onSuccess,onFailed,userContext); }
GeoPrise.Engine.Services.Common.GetSplashImageUrl= function(onSuccess,onFailed,userContext) {GeoPrise.Engine.Services.Common._staticInstance.GetSplashImageUrl(onSuccess,onFailed,userContext); }
GeoPrise.Engine.Services.Common.GetQueryString= function(onSuccess,onFailed,userContext) {GeoPrise.Engine.Services.Common._staticInstance.GetQueryString(onSuccess,onFailed,userContext); }
GeoPrise.Engine.Services.Common.GetAppType= function(onSuccess,onFailed,userContext) {GeoPrise.Engine.Services.Common._staticInstance.GetAppType(onSuccess,onFailed,userContext); }
GeoPrise.Engine.Services.Common.CustomCIPApp= function(onSuccess,onFailed,userContext) {GeoPrise.Engine.Services.Common._staticInstance.CustomCIPApp(onSuccess,onFailed,userContext); }
GeoPrise.Engine.Services.Common.CustomCIPDesc= function(onSuccess,onFailed,userContext) {GeoPrise.Engine.Services.Common._staticInstance.CustomCIPDesc(onSuccess,onFailed,userContext); }
GeoPrise.Engine.Services.Common.CustomCIPType= function(onSuccess,onFailed,userContext) {GeoPrise.Engine.Services.Common._staticInstance.CustomCIPType(onSuccess,onFailed,userContext); }
GeoPrise.Engine.Services.Common.DefaultTab= function(onSuccess,onFailed,userContext) {GeoPrise.Engine.Services.Common._staticInstance.DefaultTab(onSuccess,onFailed,userContext); }
GeoPrise.Engine.Services.Common.customFullExtend= function(onSuccess,onFailed,userContext) {GeoPrise.Engine.Services.Common._staticInstance.customFullExtend(onSuccess,onFailed,userContext); }
GeoPrise.Engine.Services.Common.customIntialExtend= function(onSuccess,onFailed,userContext) {GeoPrise.Engine.Services.Common._staticInstance.customIntialExtend(onSuccess,onFailed,userContext); }
GeoPrise.Engine.Services.Common.timeOutSession= function(onSuccess,onFailed,userContext) {GeoPrise.Engine.Services.Common._staticInstance.timeOutSession(onSuccess,onFailed,userContext); }
GeoPrise.Engine.Services.Common.AddtoZoomHistory= function(onSuccess,onFailed,userContext) {GeoPrise.Engine.Services.Common._staticInstance.AddtoZoomHistory(onSuccess,onFailed,userContext); }
GeoPrise.Engine.Services.Common.ZoomHistory= function(ZoomType,onSuccess,onFailed,userContext) {GeoPrise.Engine.Services.Common._staticInstance.ZoomHistory(ZoomType,onSuccess,onFailed,userContext); }
GeoPrise.Engine.Services.Common.FullExtentZoomHistory= function(onSuccess,onFailed,userContext) {GeoPrise.Engine.Services.Common._staticInstance.FullExtentZoomHistory(onSuccess,onFailed,userContext); }
GeoPrise.Engine.Services.Common.ConnectToArcGISServer= function(onSuccess,onFailed,userContext) {GeoPrise.Engine.Services.Common._staticInstance.ConnectToArcGISServer(onSuccess,onFailed,userContext); }
GeoPrise.Engine.Services.Common.DisConnectToArcGISServer= function(agsConnnection,onSuccess,onFailed,userContext) {GeoPrise.Engine.Services.Common._staticInstance.DisConnectToArcGISServer(agsConnnection,onSuccess,onFailed,userContext); }
GeoPrise.Engine.Services.Common.InitializeArcGISService= function(onSuccess,onFailed,userContext) {GeoPrise.Engine.Services.Common._staticInstance.InitializeArcGISService(onSuccess,onFailed,userContext); }
GeoPrise.Engine.Services.Common.ReleaseArcGISContext= function(servercontext,onSuccess,onFailed,userContext) {GeoPrise.Engine.Services.Common._staticInstance.ReleaseArcGISContext(servercontext,onSuccess,onFailed,userContext); }
GeoPrise.Engine.Services.Common.getZoomToCoord= function(x,y,onSuccess,onFailed,userContext) {GeoPrise.Engine.Services.Common._staticInstance.getZoomToCoord(x,y,onSuccess,onFailed,userContext); }
GeoPrise.Engine.Services.Common.getMinXYMapExtent= function(onSuccess,onFailed,userContext) {GeoPrise.Engine.Services.Common._staticInstance.getMinXYMapExtent(onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('ESRI.ArcGIS.ADF.Connection.AGS');
if (typeof(ESRI.ArcGIS.ADF.Connection.AGS.AGSServerConnection) === 'undefined') {
ESRI.ArcGIS.ADF.Connection.AGS.AGSServerConnection=gtc("ESRI.ArcGIS.ADF.Connection.AGS.AGSServerConnection");
ESRI.ArcGIS.ADF.Connection.AGS.AGSServerConnection.registerClass('ESRI.ArcGIS.ADF.Connection.AGS.AGSServerConnection');
}
