Class HalfOpenRectangle

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

public class HalfOpenRectangle extends Object
  • Constructor Details

    • HalfOpenRectangle

      public HalfOpenRectangle(org.locationtech.jts.geom.Envelope envelope)
  • Method Details

    • contains

      public boolean contains(org.locationtech.jts.geom.Point point)
    • contains

      public boolean contains(double x, double y)
    • getEnvelope

      public org.locationtech.jts.geom.Envelope getEnvelope()