Uses of Class
org.apache.sedona.core.enums.IndexType
-
-
Uses of IndexType in org.apache.sedona.core.enums
Methods in org.apache.sedona.core.enums that return IndexType Modifier and Type Method Description static IndexType
IndexType. getIndexType(String str)
Gets the index type.static IndexType
IndexType. valueOf(String name)
Returns the enum constant of this type with the specified name.static IndexType[]
IndexType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of IndexType in org.apache.sedona.core.joinJudgement
Constructors in org.apache.sedona.core.joinJudgement with parameters of type IndexType Constructor Description DynamicIndexLookupJudgement(SpatialPredicate spatialPredicate, IndexType indexType, JoinBuildSide joinBuildSide, org.apache.spark.util.LongAccumulator buildCount, org.apache.spark.util.LongAccumulator streamCount, org.apache.spark.util.LongAccumulator resultCount, org.apache.spark.util.LongAccumulator candidateCount)
-
Uses of IndexType in org.apache.sedona.core.spatialOperator
Fields in org.apache.sedona.core.spatialOperator declared as IndexType Modifier and Type Field Description IndexType
JoinQuery.JoinParams. indexType
Methods in org.apache.sedona.core.spatialOperator with parameters of type IndexType Modifier and Type Method Description static <U extends org.locationtech.jts.geom.Geometry,T extends org.locationtech.jts.geom.Geometry>
org.apache.spark.api.java.JavaPairRDD<U,List<T>>JoinQuery. KNNJoinQuery(SpatialRDD<T> objectRDD, SpatialRDD<U> queryRDD, IndexType indexType, int k, DistanceMetric distanceMetric)
Joins two sets of geometries on specified distance metric and finds the k nearest neighbors.Constructors in org.apache.sedona.core.spatialOperator with parameters of type IndexType Constructor Description JoinParams(boolean useIndex, boolean considerBoundaryIntersection, IndexType polygonIndexType, JoinBuildSide joinBuildSide)
Deprecated.JoinParams(boolean useIndex, SpatialPredicate spatialPredicate, IndexType polygonIndexType, JoinBuildSide joinBuildSide)
JoinParams(boolean useIndex, SpatialPredicate spatialPredicate, IndexType polygonIndexType, JoinBuildSide joinBuildSide, int k, DistanceMetric distanceMetric)
-
Uses of IndexType in org.apache.sedona.core.spatialRDD
Methods in org.apache.sedona.core.spatialRDD with parameters of type IndexType Modifier and Type Method Description void
SpatialRDD. buildIndex(IndexType indexType, boolean buildIndexOnSpatialPartitionedRDD)
Builds the index.org.locationtech.jts.index.strtree.STRtree
SpatialRDD. coalesceAndBuildRawIndex(IndexType indexType)
Builds the index on coalesced raw spatial RDD. -
Uses of IndexType in org.apache.sedona.core.spatialRddTool
Constructors in org.apache.sedona.core.spatialRddTool with parameters of type IndexType Constructor Description IndexBuilder(IndexType indexType)
-
Uses of IndexType in org.apache.sedona.core.utils
Methods in org.apache.sedona.core.utils that return IndexType Modifier and Type Method Description IndexType
SedonaConf. getIndexType()
-