Geotools.Net

LineString.IsCoordinate Method 

Determines if pt is a member of the line string.

[Visual Basic]
Public Function IsCoordinate( _
   ByVal pt As Coordinate _
) As Boolean
[C#]
public bool IsCoordinate(
   Coordinate pt
);

Parameters

pt
The point to be used for comparision.

Return Value

True if the point is in the linestring.

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.LineString.IsCoordinate(Geotools.Geometries.Coordinate)

See Also

LineString Class | LineString Members | Geotools.Geometries Namespace