Uses of Enum Class
org.apache.sedona.core.enums.IndexType
Packages that use IndexType
Package
Description
-
Uses of IndexType in org.apache.sedona.core.enums
Methods in org.apache.sedona.core.enums that return IndexTypeModifier and TypeMethodDescriptionstatic IndexTypeIndexType.getIndexType(String str) Gets the index type.static IndexTypeReturns the enum constant of this class with the specified name.static IndexType[]IndexType.values()Returns an array containing the constants of this enum class, 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 IndexTypeModifierConstructorDescriptionDynamicIndexLookupJudgement(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 IndexTypeMethods in org.apache.sedona.core.spatialOperator with parameters of type IndexTypeModifier and TypeMethodDescriptionstatic <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 IndexTypeModifierConstructorDescriptionJoinParams(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 IndexTypeModifier and TypeMethodDescriptionvoidSpatialRDD.buildIndex(IndexType indexType, boolean buildIndexOnSpatialPartitionedRDD) Builds the index.org.locationtech.jts.index.strtree.STRtreeSpatialRDD.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 -
Uses of IndexType in org.apache.sedona.core.utils
Methods in org.apache.sedona.core.utils that return IndexType