Geotools.Net

GeometryFactory.ToPolygonArray Method 

Converts the List to an array.

[Visual Basic]
Public Shared Function ToPolygonArray( _
   ByVal polygons As ArrayList _
) As Polygon()
[C#]
public static Polygon[] ToPolygonArray(
   ArrayList polygons
);

Parameters

polygons
The List to convert.

Return Value

The List in array format.

Remarks

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

See Also

GeometryFactory Class | GeometryFactory Members | Geotools.Geometries Namespace