|
JTS Topology Suite version 1.12 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.vividsolutions.jts.algorithm.SimplePointInRing
public class SimplePointInRing
Tests whether a Coordinate
lies inside
a ring, using a linear-time algorithm.
Constructor Summary | |
---|---|
SimplePointInRing(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 |
---|
public SimplePointInRing(LinearRing ring)
Method Detail |
---|
public boolean isInside(Coordinate pt)
isInside
in interface PointInRing
|
JTS Topology Suite version 1.12 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |