Tests whether a point lies inside a simple polygon (ring). The ring may be oriented in either direction. If the point lies on the ring boundary the result of this method is unspecified.
[Visual Basic]
Overrides Public Function IsPointInRing( _
ByVal p As Coordinate, _
ByVal ring As Coordinates _
) As Boolean
Returns true if the point lies in the interior of the ring.
Missing <remarks> documentation for M:Geotools.Algorithms.NonRobustCGAlgorithms.IsPointInRing(Geotools.Geometries.Coordinate,Geotools.Geometries.Coordinates)
NonRobustCGAlgorithms Class | NonRobustCGAlgorithms Members | Geotools.Algorithms Namespace