com.vividsolutions.jts.algorithm
Class SIRtreePointInRing

java.lang.Object
  extended bycom.vividsolutions.jts.algorithm.SIRtreePointInRing
All Implemented Interfaces:
PointInRing

public class SIRtreePointInRing
extends java.lang.Object
implements PointInRing

Implements PointInRing using a SIRtree index to increase performance.

Version:
1.7

Constructor Summary
SIRtreePointInRing(LinearRing ring)
           
 
Method Summary
 boolean isInside(Coordinate pt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SIRtreePointInRing

public SIRtreePointInRing(LinearRing ring)
Method Detail

isInside

public boolean isInside(Coordinate pt)
Specified by:
isInside in interface PointInRing