Class RangeFilterUsingIndex<U extends org.locationtech.jts.geom.Geometry,T extends org.locationtech.jts.geom.Geometry>
java.lang.Object
org.apache.sedona.core.rangeJudgement.JudgementBase
org.apache.sedona.core.rangeJudgement.RangeFilterUsingIndex<U,T>
- All Implemented Interfaces:
Serializable,org.apache.spark.api.java.function.FlatMapFunction<Iterator<org.locationtech.jts.index.SpatialIndex>,T>
public class RangeFilterUsingIndex<U extends org.locationtech.jts.geom.Geometry,T extends org.locationtech.jts.geom.Geometry>
extends JudgementBase
implements org.apache.spark.api.java.function.FlatMapFunction<Iterator<org.locationtech.jts.index.SpatialIndex>,T>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRangeFilterUsingIndex(U queryWindow, boolean considerBoundaryIntersection, boolean leftCoveredByRight) RangeFilterUsingIndex(U queryWindow, SpatialPredicate spatialPredicate) -
Method Summary
Methods inherited from class org.apache.sedona.core.rangeJudgement.JudgementBase
match, resolveSpatialPredicate
-
Constructor Details
-
RangeFilterUsingIndex
-
RangeFilterUsingIndex
public RangeFilterUsingIndex(U queryWindow, boolean considerBoundaryIntersection, boolean leftCoveredByRight)
-
-
Method Details