Geotools.Net

GeometryFactory.ToGeometryArray Method 

Converts the List to an array.

[Visual Basic]
Public Shared Function ToGeometryArray( _
   ByVal geometrys As ArrayList _
) As Geometry()
[C#]
public static Geometry[] ToGeometryArray(
   ArrayList geometrys
);

Parameters

geometrys
The list of Geometrys to convert.

Return Value

The List in array format.

Remarks

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

See Also

GeometryFactory Class | GeometryFactory Members | Geotools.Geometries Namespace