Package io.trino.geospatial
Class Rectangle
java.lang.Object
io.trino.geospatial.Rectangle
-
Constructor Details
-
Rectangle
public Rectangle(double xMin, double yMin, double xMax, double yMax)
-
-
Method Details
-
getXMin
public double getXMin() -
getYMin
public double getYMin() -
getXMax
public double getXMax() -
getYMax
public double getYMax() -
getWidth
public double getWidth() -
getHeight
public double getHeight() -
intersects
-
intersection
-
merge
-
estimateMemorySize
public int estimateMemorySize() -
equals
-
hashCode
public int hashCode() -
toString
-