Geotools.Net

GeometryFactory.CreateMultiPoint Method (Coordinates)

Creates a new multipoint given a set of points.

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

Parameters

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

Return Value

A new multipoint.

Remarks

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

See Also

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