com.vividsolutions.jts.algorithm
Class MCPointInRing
java.lang.Object
com.vividsolutions.jts.algorithm.MCPointInRing
- All Implemented Interfaces:
- PointInRing
public class MCPointInRing
- extends Object
- implements PointInRing
Implements PointInRing
using MonotoneChain
s and a Bintree
index to
increase performance.
- Version:
- 1.7
- See Also:
for more general functionality
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MCPointInRing
public MCPointInRing(LinearRing ring)
isInside
public boolean isInside(Coordinate pt)
- Specified by:
isInside
in interface PointInRing
Copyright © 2012. All Rights Reserved.