Class QuadRectangle
java.lang.Object
org.apache.sedona.core.spatialPartitioning.quadtree.QuadRectangle
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionQuadRectangle(double x, double y, double width, double height) QuadRectangle(org.locationtech.jts.geom.Envelope envelope) -
Method Summary
-
Field Details
-
x
public final double x -
y
public final double y -
width
public final double width -
height
public final double height -
partitionId
-
lineage
-
-
Constructor Details
-
QuadRectangle
public QuadRectangle(org.locationtech.jts.geom.Envelope envelope) -
QuadRectangle
public QuadRectangle(double x, double y, double width, double height)
-
-
Method Details
-
contains
public boolean contains(double x, double y) -
contains
-
getUniqueId
public int getUniqueId() -
getEnvelope
public org.locationtech.jts.geom.Envelope getEnvelope() -
toString
-
equals
-
hashCode
public int hashCode()
-