Package org.apache.sedona.core.joinJudgement


package org.apache.sedona.core.joinJudgement
  • Classes
    Class
    Description
    Contains information necessary to activate de-dup logic in subclasses of JudgementBase.
    DuplicatesFilter<U extends org.locationtech.jts.geom.Geometry,T extends org.locationtech.jts.geom.Geometry>
    Provides optional de-dup logic.
    DynamicIndexLookupJudgement<T extends org.locationtech.jts.geom.Geometry,U extends org.locationtech.jts.geom.Geometry>
     
    InMemoryKNNJoinIterator<T extends org.locationtech.jts.geom.Geometry,U extends org.locationtech.jts.geom.Geometry>
     
    KnnJoinIndexJudgement<T extends org.locationtech.jts.geom.Geometry,U extends org.locationtech.jts.geom.Geometry>
    This class is responsible for performing a K-nearest neighbors (KNN) join operation using a spatial index.
    LeftIndexLookupJudgement<T extends org.locationtech.jts.geom.Geometry,U extends org.locationtech.jts.geom.Geometry>
     
    NestedLoopJudgement<T extends org.locationtech.jts.geom.Geometry,U extends org.locationtech.jts.geom.Geometry>
     
    RightIndexLookupJudgement<T extends org.locationtech.jts.geom.Geometry,U extends org.locationtech.jts.geom.Geometry>