示例#1
0
 public MapInfoProviderBase(IGISReportService gISReportService,
                            ILocalizationService localizationService,
                            IErfassungsPeriodService erfassungsPeriodService,
                            IHistorizationService historizationService)
 {
     this.gISReportService        = gISReportService;
     this.localizationService     = localizationService;
     this.erfassungsPeriodService = erfassungsPeriodService;
     this.historizationService    = historizationService;
 }
示例#2
0
        public TileWorker(EmsgGisReportParameter emsgGisReportParameter, TileDefinition tile, int dpi, IGISReportService gISReportService, HttpContext current, bool isPreview)
        {
            this.dpi = dpi;

            this.tile = tile;
            this.emsgGisReportParameter = emsgGisReportParameter;
            this.gISReportService       = gISReportService;
            this.current   = current;
            this.exception = null;
            this.isPreview = isPreview;
        }
示例#3
0
 public ListeDerInspektionsroutenMapProvider(IGISReportService gISReportService, ILocalizationService localizationService, IErfassungsPeriodService erfassungsPeriodService, IHistorizationService historizationService)
     : base(gISReportService, localizationService, erfassungsPeriodService, historizationService)
 {
 }
示例#4
0
 public ZustandProZustandsabschnittMapProvider(IGISReportService gISReportService, ILocalizationService localizationService, IErfassungsPeriodService erfassungsPeriodService, IHistorizationService historizationService)
     : base(gISReportService, localizationService, erfassungsPeriodService, historizationService)
 {
 }
 public EineListeVonMassnahmenGegliedertNachTeilsystemenMapProvider(IGISReportService gISReportService, ILocalizationService localizationService, IErfassungsPeriodService erfassungsPeriodService, IHistorizationService historizationService)
     : base(gISReportService, localizationService, erfassungsPeriodService, historizationService)
 {
 }
示例#6
0
 public GISExportMapProvider(IGISReportService gISReportService, ILocalizationService localizationService,
                             IErfassungsPeriodService erfassungsPeriodService,
                             IHistorizationService historizationService)
     : base(gISReportService, localizationService, erfassungsPeriodService, historizationService)
 {
 }
 public EineListeVonKoordiniertenMassnahmenMapProvider(IGISReportService gISReportService, ILocalizationService localizationService, IErfassungsPeriodService erfassungsPeriodService, IHistorizationService historizationService, IBelastungskategorieService belastungskategorieService)
     : base(gISReportService, localizationService, erfassungsPeriodService, historizationService)
 {
 }
 public StrassenabschnitteListeMapProvider(IGISReportService gISReportService, ILocalizationService localizationService, IErfassungsPeriodService erfassungsPeriodService, IHistorizationService historizationService, IBelastungskategorieService belastungskategorieService)
     : base(gISReportService, localizationService, erfassungsPeriodService, historizationService)
 {
     this.belastungskategorieService = belastungskategorieService;
 }