Geotools.Net

GeometryFactory.CreateMultiPoint Method (Coordinate[])

Creates a new multipoint given a set of coordinates.

[Visual Basic]
Overloads Public Function CreateMultiPoint( _
   ByVal coordinates As Coordinate() _
) As MultiPoint
[C#]
public MultiPoint CreateMultiPoint(
   Coordinate[] coordinates
);

Parameters

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

Return Value

A new multipoint.

Remarks

Not Implemented.

See Also

GeometryFactory Class | GeometryFactory Members | Geotools.Geometries Namespace | GeometryFactory.CreateMultiPoint Overload List