@Override
 public boolean satisfies(QuakeEntry qe) {
   return qe.getLocation().distanceTo(loc) <= maxdistance;
 }