Esempio n. 1
0
  public static Rectangle2D getBoundaryKm(double x1, double y1, double km) {

    return LonLatTrig.getRadiusBoundsKm(y1, x1, km);
  }