Interface PointInRing

  • All Known Implementing Classes:
    MCPointInRing, SimplePointInRing


    public interface PointInRing
    An interface for classes which test whether a Coordinate lies inside a ring.
    See Also:
    PointOnGeometryLocator
    • Method Summary

      Modifier and Type Method and Description
      boolean isInside(Coordinate pt)