Geotools.Net

RobustCGAlgorithms.IsPointInRing Method 

This algorithm does not attempt to first check the point against the envelope of the ring.

[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
Missing <param> documentation for p
ring
Assumed to have first point identical to last point

Return Value

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

Remarks

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

See Also

RobustCGAlgorithms Class | RobustCGAlgorithms Members | Geotools.Algorithms Namespace