Web API Reference MapGuide Open Source
virtual MgMultiPoint* MgGeometryFactory::CreateMultiPoint ( MgPointCollection points  )  [virtual]

Creates a multi point aggregate geometry from a collection of points.

.NET Syntax
virtual MgMultiPoint CreateMultiPoint(MgPointCollection points);
Java Syntax
virtual MgMultiPoint CreateMultiPoint(MgPointCollection points);
PHP Syntax
virtual MgMultiPoint CreateMultiPoint(MgPointCollection points);

Parameters:
points (MgPointCollection) An MgGeometryCollection that specifies the points. All geometry objects in this collection must be of type MgPoint.
Returns:
An instance of MgMultiPoint.


Comments or suggestions? Send us feedback.