Class DedupParams

java.lang.Object
org.apache.sedona.core.joinJudgement.DedupParams
All Implemented Interfaces:
Serializable

public final class DedupParams extends Object implements Serializable
Contains information necessary to activate de-dup logic in subclasses of JudgementBase.
See Also:
  • Constructor Details

    • DedupParams

      public DedupParams(List<org.locationtech.jts.geom.Envelope> partitionExtents)
      Parameters:
      partitionExtents - A list of partition extents in such an order that an index of an element in this list matches partition ID.
  • Method Details

    • getPartitionExtents

      public List<org.locationtech.jts.geom.Envelope> getPartitionExtents()