Class 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:
    Serialized Form
    • 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()