Exemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the KmlAction
 /// </summary>
 /// <param name="fromLocation">The from site location.</param>
 /// <param name="toLocation">The to site location.</param>
 /// <param name="fromUrlQueryQuerierOptions">The querier options.</param>
 /// <param name="hamnetDbAccess">The accessor to HamnetDB (needed to get coordinates for callsigns).</param>
 public KmlAction(ToolController.FromLocationFromQuery fromLocation, ToolController.ToLocationFromQuery toLocation, FromUrlQueryQuerierOptions fromUrlQueryQuerierOptions, IHamnetDbAccess hamnetDbAccess)
 {
     this.fromLocation = fromLocation;
     this.toLocation   = toLocation;
     this.fromUrlQueryQuerierOptions = fromUrlQueryQuerierOptions;
     this.hamnetDbAccess             = hamnetDbAccess;
 }
Exemplo n.º 2
0
 /// <inheritdoc />
 public RawSiteFromToQuery(ToolController.ToLocationFromQuery toLocation)
 {
     this.locationFromQuery = toLocation;
 }