Exemplo n.º 1
0
 public MapLocation(Individual ind, Fact fact, FactLocation loc, FactDate year)
 {
     this.Individual    = ind;
     this.Fact          = fact;
     this.Location      = loc;
     this.year          = year;
     this.Icon          = FactLocationImage.ErrorIcon(loc.GeocodeStatus).Icon;
     this.Geometry      = new NetTopologySuite.Geometries.Point(Location.LongitudeM, Location.LatitudeM);
     this.FoundLocation = loc.FoundLocation;
 }
Exemplo n.º 2
0
 public void UpdateIcon()
 {
     this.Icon = FactLocationImage.ErrorIcon(Location.GeocodeStatus).Icon;
 }