Uses of Class
org.apache.sedona.core.spatialRDD.CircleRDD
Packages that use CircleRDD
-
Uses of CircleRDD in org.apache.sedona.core.spatialOperator
Methods in org.apache.sedona.core.spatialOperator with parameters of type CircleRDDModifier and TypeMethodDescriptionstatic <T extends org.locationtech.jts.geom.Geometry>
org.apache.spark.api.java.JavaPairRDD<org.locationtech.jts.geom.Geometry,T> JoinQuery.distanceJoin(SpatialRDD<T> spatialRDD, CircleRDD queryRDD, JoinQuery.JoinParams joinParams) Note: INTERNAL FUNCTION.static <T extends org.locationtech.jts.geom.Geometry>
org.apache.spark.api.java.JavaPairRDD<org.locationtech.jts.geom.Geometry,List<T>> JoinQuery.DistanceJoinQuery(SpatialRDD<T> spatialRDD, CircleRDD queryRDD, boolean useIndex, boolean considerBoundaryIntersection) Deprecated.static <T extends org.locationtech.jts.geom.Geometry>
org.apache.spark.api.java.JavaPairRDD<org.locationtech.jts.geom.Geometry,List<T>> JoinQuery.DistanceJoinQuery(SpatialRDD<T> spatialRDD, CircleRDD queryRDD, boolean useIndex, SpatialPredicate spatialPredicate) Inner joins two sets of geometries, where the query windows are circles (aka.static <T extends org.locationtech.jts.geom.Geometry>
org.apache.spark.api.java.JavaPairRDD<org.locationtech.jts.geom.Geometry,List<T>> JoinQuery.DistanceJoinQuery(SpatialRDD<T> spatialRDD, CircleRDD queryRDD, JoinQuery.JoinParams joinParams) static <T extends org.locationtech.jts.geom.Geometry>
org.apache.spark.api.java.JavaPairRDD<org.locationtech.jts.geom.Geometry,Long> JoinQuery.DistanceJoinQueryCountByKey(SpatialRDD<T> spatialRDD, CircleRDD queryRDD, boolean useIndex, boolean considerBoundaryIntersection) Deprecated.static <T extends org.locationtech.jts.geom.Geometry>
org.apache.spark.api.java.JavaPairRDD<org.locationtech.jts.geom.Geometry,Long> JoinQuery.DistanceJoinQueryCountByKey(SpatialRDD<T> spatialRDD, CircleRDD queryRDD, boolean useIndex, SpatialPredicate spatialPredicate) static <T extends org.locationtech.jts.geom.Geometry>
org.apache.spark.api.java.JavaPairRDD<org.locationtech.jts.geom.Geometry,Long> JoinQuery.DistanceJoinQueryCountByKey(SpatialRDD<T> spatialRDD, CircleRDD queryRDD, JoinQuery.JoinParams joinParams) static <T extends org.locationtech.jts.geom.Geometry>
org.apache.spark.api.java.JavaPairRDD<org.locationtech.jts.geom.Geometry,T> JoinQuery.DistanceJoinQueryFlat(SpatialRDD<T> spatialRDD, CircleRDD queryRDD, boolean useIndex, boolean considerBoundaryIntersection) Deprecated.static <T extends org.locationtech.jts.geom.Geometry>
org.apache.spark.api.java.JavaPairRDD<org.locationtech.jts.geom.Geometry,T> JoinQuery.DistanceJoinQueryFlat(SpatialRDD<T> spatialRDD, CircleRDD queryRDD, boolean useIndex, SpatialPredicate spatialPredicate) Inner joins two sets of geometries, where the query windows are circles (aka.static <T extends org.locationtech.jts.geom.Geometry>
org.apache.spark.api.java.JavaPairRDD<org.locationtech.jts.geom.Geometry,T> JoinQuery.DistanceJoinQueryFlat(SpatialRDD<T> spatialRDD, CircleRDD queryRDD, JoinQuery.JoinParams joinParams)