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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RangeFilterUsingIndex(U queryWindow, boolean considerBoundaryIntersection, boolean leftCoveredByRight)
RangeFilterUsingIndex(U queryWindow, SpatialPredicate spatialPredicate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<T>
call(Iterator<org.locationtech.jts.index.SpatialIndex> treeIndexes)
Call.-
Methods inherited from class org.apache.sedona.core.rangeJudgement.JudgementBase
match, resolveSpatialPredicate
-
-
-
-
Constructor Detail
-
RangeFilterUsingIndex
public RangeFilterUsingIndex(U queryWindow, SpatialPredicate spatialPredicate)
-
RangeFilterUsingIndex
public RangeFilterUsingIndex(U queryWindow, boolean considerBoundaryIntersection, boolean leftCoveredByRight)
-
-