private void Init(SdeServerInfo sdeServerInfo, IServerContext context)
        {
            Init();
            _sdeServerInfo = sdeServerInfo;

            _serverContext = GetServerContext(_mapService);
        }
 private void Init(SdeServerInfo sdeServerInfo, IServerContext context)
 {
     Init();
     _sdeServerInfo = sdeServerInfo;
     
     _serverContext = GetServerContext(_mapService);        
 }
 public FeatureClassManager(SdeServerInfo sdeServerInfo, string serverName, string mapService, string sContextMapServer, string sContextMapService)
 {
     _serverName         = serverName;
     _mapService         = mapService.Replace(" ", "_");
     _sContextMapServer  = sContextMapServer;
     _sContextMapService = sContextMapService;
     Init(sdeServerInfo, null);
 }
 public FeatureClassManager(SdeServerInfo sdeServerInfo, string serverName, string mapService, string sContextMapServer, string sContextMapService)
 {
     _serverName = serverName;
     _mapService = mapService.Replace(" ", "_");
     _sContextMapServer = sContextMapServer;
     _sContextMapService = sContextMapService;
     Init(sdeServerInfo, null);
 }
Example #5
0
 public StoreToFeatureClass(SdeServerInfo info, string serverName, string mapService, string sContextMapServer, string sContextMapService)
     : base(info, serverName, mapService, sContextMapServer, sContextMapService)
 {
     _info = info;
 }
 public StoreToFeatureClass(SdeServerInfo info, string serverName, string mapService, string sContextMapServer, string sContextMapService)
     : base(info, serverName, mapService, sContextMapServer, sContextMapService)
 {
     _info = info;
 }