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 ofJudgementBase
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DedupParams(List<org.locationtech.jts.geom.Envelope> partitionExtents)
-
-
-
Constructor Detail
-
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 Detail
-
getPartitionExtents
public List<org.locationtech.jts.geom.Envelope> getPartitionExtents()
-
-