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 SummaryConstructors Constructor Description DedupParams(List<org.locationtech.jts.geom.Envelope> partitionExtents)
 
- 
- 
- 
Constructor Detail- 
DedupParamspublic 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- 
getPartitionExtentspublic List<org.locationtech.jts.geom.Envelope> getPartitionExtents() 
 
- 
 
-