public override object GetValue(GeocacheData gc)
 {
     if (!string.IsNullOrEmpty(gc.Caches.Latitude) && !string.IsNullOrEmpty(gc.Caches.Longitude))
     {
         try
         {
             return Utils.Conversion.GetCoordinatesPresentation(Utils.Conversion.StringToDouble(gc.Caches.Latitude), Utils.Conversion.StringToDouble(gc.Caches.Longitude));
         }
         catch
         {
         }
     }
     return null;
 }
 public override object GetValue(GeocacheData gc)
 {
     if (gc.Corrected != null && !string.IsNullOrEmpty(gc.Corrected.kAfterLat) && !string.IsNullOrEmpty(gc.Corrected.kAfterLon))
     {
         try
         {
             return Utils.Conversion.GetCoordinatesPresentation(Utils.Conversion.StringToDouble(gc.Corrected.kAfterLat), Utils.Conversion.StringToDouble(gc.Corrected.kAfterLon));
         }
         catch
         {
         }
     }
     return null;
 }
Ejemplo n.º 3
0
 public override object GetValue(GeocacheData gc)
 {
     if (gc.Corrected != null && !string.IsNullOrEmpty(gc.Corrected.kAfterLat) && !string.IsNullOrEmpty(gc.Corrected.kAfterLon))
     {
         try
         {
             return(Utils.Conversion.GetCoordinatesPresentation(Utils.Conversion.StringToDouble(gc.Corrected.kAfterLat), Utils.Conversion.StringToDouble(gc.Corrected.kAfterLon)));
         }
         catch
         {
         }
     }
     return(null);
 }
Ejemplo n.º 4
0
 public override object GetValue(GeocacheData gc)
 {
     if (!string.IsNullOrEmpty(gc.Caches.Latitude) && !string.IsNullOrEmpty(gc.Caches.Longitude))
     {
         try
         {
             return(Utils.Conversion.GetCoordinatesPresentation(Utils.Conversion.StringToDouble(gc.Caches.Latitude), Utils.Conversion.StringToDouble(gc.Caches.Longitude)));
         }
         catch
         {
         }
     }
     return(null);
 }
 public override object GetValue(GeocacheData gc)
 {
     return gc.Caches.Longitude;
 }
 public override object GetValue(GeocacheData gc)
 {
     return gc.Caches.HasTravelBug != 0;
 }
Ejemplo n.º 7
0
 public override object GetValue(GeocacheData gc)
 {
     return(gc.Caches.SmartOverride != 0);
 }
Ejemplo n.º 8
0
 public override object GetValue(GeocacheData gc)
 {
     return(gc.Caches.Resolution);
 }
Ejemplo n.º 9
0
 public override object GetValue(GeocacheData gc)
 {
     return(gc.Caches.Watch != 0);
 }
Ejemplo n.º 10
0
 public override object GetValue(GeocacheData gc)
 {
     return(gc.Caches.Bearing);
 }
 public override object GetValue(GeocacheData gc)
 {
     return gc.Caches.LastUserDate;
 }
 public override object GetValue(GeocacheData gc)
 {
     return gc.Caches.Distance;
 }
 public override object GetValue(GeocacheData gc)
 {
     return gc.Caches.HasUserNote != 0;
 }
Ejemplo n.º 14
0
 public override object GetValue(GeocacheData gc)
 {
     return(gc.Caches.Terrain);
 }
 public override object GetValue(GeocacheData gc)
 {
     return gc.Caches.ChildLoad != 0;
 }
 public override object GetValue(GeocacheData gc)
 {
     return gc.Caches.Degrees;
 }
Ejemplo n.º 17
0
 public override object GetValue(GeocacheData gc)
 {
     return(gc.Caches.Distance);
 }
Ejemplo n.º 18
0
 public virtual object GetValue(GeocacheData gc)
 {
     return(null);
 }
Ejemplo n.º 19
0
 public override object GetValue(GeocacheData gc)
 {
     return(gc.Caches.County);
 }
Ejemplo n.º 20
0
 public override object GetValue(GeocacheData gc)
 {
     return(gc.CacheMemo == null ? "" : gc.CacheMemo.TravelBugs);
 }
Ejemplo n.º 21
0
 public override object GetValue(GeocacheData gc)
 {
     return(gc.Caches.TempDisabled != 0);
 }
 public override object GetValue(GeocacheData gc)
 {
     return gc.Caches.TempDisabled != 0;
 }
Ejemplo n.º 23
0
 public override object GetValue(GeocacheData gc)
 {
     return(gc.Caches.User4);
 }
Ejemplo n.º 24
0
 public override object GetValue(GeocacheData gc)
 {
     return(gc.Caches.IsOwner != 0);
 }
Ejemplo n.º 25
0
 public override object GetValue(GeocacheData gc)
 {
     return(gc.Caches.LastLog);
 }
Ejemplo n.º 26
0
 public override object GetValue(GeocacheData gc)
 {
     return(gc.Caches.HasTravelBug != 0);
 }
 public override object GetValue(GeocacheData gc)
 {
     return gc.Caches.Found != 0;
 }
 public override object GetValue(GeocacheData gc)
 {
     return gc.Caches.Container;
 }
 public override object GetValue(GeocacheData gc)
 {
     return gc.Caches.IsOwner != 0;
 }
Ejemplo n.º 30
0
 public override object GetValue(GeocacheData gc)
 {
     return(gc.Caches.PlacedBy);
 }
Ejemplo n.º 31
0
 public override object GetValue(GeocacheData gc)
 {
     return(gc.Caches.Archived != 0);
 }
Ejemplo n.º 32
0
 public override object GetValue(GeocacheData gc)
 {
     return(gc.Caches.GcNote);
 }
 public override object GetValue(GeocacheData gc)
 {
     return gc.Caches.Difficulty;
 }
 public override object GetValue(GeocacheData gc)
 {
     return gc.CacheMemo == null ? "" : gc.CacheMemo.TravelBugs;
 }
Ejemplo n.º 35
0
 public override object GetValue(GeocacheData gc)
 {
     return(gc.Caches.ShortHtm != 0);
 }
Ejemplo n.º 36
0
 public override object GetValue(GeocacheData gc)
 {
     return(gc.CacheMemo == null ? "" : gc.CacheMemo.UserNote);
 }
 public override object GetValue(GeocacheData gc)
 {
     return (from a in ApplicationData.Instance.GeocacheTypes where a.GSAK == gc.Caches.CacheType select a.Name).FirstOrDefault() ?? gc.Caches.CacheType;
 }
 public override object GetValue(GeocacheData gc)
 {
     return gc.Caches.Elevation;
 }
 public override object GetValue(GeocacheData gc)
 {
     return gc.CacheMemo == null ? "" : gc.CacheMemo.LongDescription;
 }
Ejemplo n.º 40
0
 public override object GetValue(GeocacheData gc)
 {
     return gc.Caches.Guid;
 }
Ejemplo n.º 41
0
 public override object GetValue(GeocacheData gc)
 {
     return(gc.Caches.HasUserNote != 0);
 }
 public override object GetValue(GeocacheData gc)
 {
     return gc.Caches.Country;
 }
Ejemplo n.º 43
0
 public override object GetValue(GeocacheData gc)
 {
     return(gc.Caches.ChildLoad != 0);
 }
 public override object GetValue(GeocacheData gc)
 {
     return gc.Caches.ShortHtm != 0;
 }
 public override object GetValue(GeocacheData gc)
 {
     return gc.Caches.LonOriginal;
 }
 public override object GetValue(GeocacheData gc)
 {
     return gc.Caches.HasCorrected != 0;
 }
 public override object GetValue(GeocacheData gc)
 {
     return gc.CacheMemo == null ? "" : gc.CacheMemo.UserNote;
 }
Ejemplo n.º 48
0
 public override object GetValue(GeocacheData gc)
 {
     return(gc.Caches.Longitude);
 }
Ejemplo n.º 49
0
 public override object GetValue(GeocacheData gc)
 {
     return(gc.Caches.LonOriginal);
 }
Ejemplo n.º 50
0
 public override object GetValue(GeocacheData gc)
 {
     return(gc.Caches.OwnerName);
 }
Ejemplo n.º 51
0
 public override object GetValue(GeocacheData gc)
 {
     return(gc.Caches.Difficulty);
 }
 public override object GetValue(GeocacheData gc)
 {
     return gc.Caches.SmartName;
 }
Ejemplo n.º 53
0
 public override object GetValue(GeocacheData gc)
 {
     return(gc.Caches.Status);
 }
 public override object GetValue(GeocacheData gc)
 {
     return gc.Caches.Bearing;
 }
 public override object GetValue(GeocacheData gc)
 {
     return gc.Caches.PlacedDate;
 }
Ejemplo n.º 56
0
 public override object GetValue(GeocacheData gc)
 {
     return(gc.CacheMemo == null ? "" : gc.CacheMemo.LongDescription);
 }
Ejemplo n.º 57
0
 public override object GetValue(GeocacheData gc)
 {
     return(gc.Caches.NumberOfLogs);
 }
 public override object GetValue(GeocacheData gc)
 {
     return gc.Caches.FavPoints;
 }