public bool Within(IGeographicMbr other) { return(LongitudeRange.Within(other.LongitudeRange) && LatitudeRange.Within(other.LatitudeRange)); }
public bool Within(EpsgArea other) { return(LongitudeRange.Within(other.LongitudeRange) && LatitudeRange.Within(other.LatitudeRange)); }