示例#1
0
 public Geographies GetLine()
 {
     return(Geographies.FromArray(GeographyCache.GetGeographyLine(Identity)));
     //return Geographies.FromArray(SwarmDb.GetDatabaseForReading().GetGeographyLine(Identity));
 }
示例#2
0
 public Geographies ThisAndBelow()
 {
     return(Geographies.FromArray(GeographyCache.GetGeographyTree(Identity)));
     // return Geographies.FromArray(SwarmDb.GetDatabaseForReading().GetGeographyTree(Identity));
 }