Tests whether a point lies on a linestring.
[Visual Basic]
Overrides Public Function IsOnLine( _
ByVal p As Coordinate, _
ByVal pt As Coordinates _
) As Boolean
Returns true if the point is a vertex of the line or lies in the interior of a line segment in the linestring.
Missing <remarks> documentation for M:Geotools.Algorithms.RobustCGAlgorithms.IsOnLine(Geotools.Geometries.Coordinate,Geotools.Geometries.Coordinates)
RobustCGAlgorithms Class | RobustCGAlgorithms Members | Geotools.Algorithms Namespace