MultiPoint
Create a MultiPoint by a number of Position objects.
Parameters
coordinates
The Position objects that make up this multi-point.
bbox
The BoundingBox of this geometry.
Create a MultiPoint by a number of Point objects.
Parameters
points
The Point objects that make up this multi-point.
bbox
The BoundingBox of this geometry.
Create a MultiPoint by an array of DoubleArray objects that each represent a Position.
Parameters
coordinates
The array of double arrays representing Position objects.
bbox
The BoundingBox of this geometry.
Throws
if any array of doubles does not represent a valid Position