Package org.apache.sedona.common.utils
Class BBox
java.lang.Object
org.apache.sedona.common.utils.BBox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.locationtech.jts.geom.Pointorg.locationtech.jts.geom.Polygon
-
Constructor Details
-
BBox
public BBox(double startLon, double endLon, double startLat, double endLat) -
BBox
-
-
Method Details
-
getCentroid
public org.locationtech.jts.geom.Point getCentroid() -
toPolygon
public org.locationtech.jts.geom.Polygon toPolygon()
-