|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vividsolutions.jts.algorithm.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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |