Class BBox

java.lang.Object
org.apache.sedona.common.utils.BBox

public class BBox extends Object
  • Constructor Details

    • BBox

      public BBox(double startLon, double endLon, double startLat, double endLat)
    • BBox

      public BBox(BBox other)
  • Method Details

    • getCentroid

      public org.locationtech.jts.geom.Point getCentroid()
    • toPolygon

      public org.locationtech.jts.geom.Polygon toPolygon()