Пример #1
0
 public bool Within(IGeographicMbr other)
 {
     return(LongitudeRange.Within(other.LongitudeRange) &&
            LatitudeRange.Within(other.LatitudeRange));
 }
Пример #2
0
 public bool Within(EpsgArea other)
 {
     return(LongitudeRange.Within(other.LongitudeRange) &&
            LatitudeRange.Within(other.LatitudeRange));
 }