public MonotoneChainPointInRing(LinearRing ring) { interval = new Interval(); this.ring = ring; BuildIndex(); }