Example #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="TestDynamic"/> class.
 /// </summary>
 /// <param name="milsymFactory">
 /// The instance of the map factory.
 /// </param>
 /// <param name="ml">
 /// The symbology layer.
 /// </param>
 /// <param name="pl">
 /// The polygon/polyline layer.
 /// </param>
 public TestDynamic(IMilSymFactory milsymFactory, IMilSymLayer ml, IPolyLayer pl)
 {
     this.timer         = new DispatcherTimer();
     this.milsymFactory = milsymFactory;
     this.milsymLayer   = ml;
     this.polyLayer     = pl;
 }
Example #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="TestMapDrawing"/> class.
 /// </summary>
 /// <param name="milsymFactory">
 /// The instance of the map factory.
 /// </param>
 /// <param name="ml">
 /// The symbology layer.
 /// </param>
 /// <param name="pl">
 /// The polygon/polyline layer.
 /// </param>
 public TestMapDrawing(IMilSymFactory milsymFactory, IMilSymLayer ml, IPolyLayer pl)
 {
     this.milsymFactory = milsymFactory;
     this.milsymLayer   = ml;
     this.polyLayer     = pl;
 }