Geotools.Net

GeometryFactory.CreateLineString Method 

Creates a new Linestring given a set of coordinates.

[Visual Basic]
Public Function CreateLineString( _
   ByVal coordinates As Coordinates _
) As LineString
[C#]
public LineString CreateLineString(
   Coordinates coordinates
);

Parameters

coordinates
The set of coordinates to be used to create the linestring.

Return Value

A new line string.

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.GeometryFactory.CreateLineString(Geotools.Geometries.Coordinates)

See Also

GeometryFactory Class | GeometryFactory Members | Geotools.Geometries Namespace