public class PruneCloseTracks
extends java.lang.Object
Detects if tracks are too close together and discards some of the close ones. Tracks are projected into
a smaller grid (specified by scale) and if more than one lands on the same grid element it is pruned.