Geotools.Net

NonRobustCGAlgorithms.IsPointInRing Method 

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
[C#]
public override bool IsPointInRing(
   Coordinate p,
   Coordinates ring
);

Parameters

p
Point to test.
ring
Simple polygon ring to test if point lies inside.

Return Value

Returns true if the point lies in the interior of the ring.

Remarks

Missing <remarks> documentation for M:Geotools.Algorithms.NonRobustCGAlgorithms.IsPointInRing(Geotools.Geometries.Coordinate,Geotools.Geometries.Coordinates)

See Also

NonRobustCGAlgorithms Class | NonRobustCGAlgorithms Members | Geotools.Algorithms Namespace