Geotools.Net

GeometryFactory.ToPointArray Method 

Converts the List to an array.

[Visual Basic]
Public Shared Function ToPointArray( _
   ByVal points As ArrayList _
) As Point()
[C#]
public static Point[] ToPointArray(
   ArrayList points
);

Parameters

points
The List to convert.

Return Value

The List in array format.

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.GeometryFactory.ToPointArray(System.Collections.ArrayList)

See Also

GeometryFactory Class | GeometryFactory Members | Geotools.Geometries Namespace