Class GeoRuby::SimpleFeatures::MultiPoint
In: lib/geo_ruby/simple_features/multi_point.rb
Parent: GeometryCollection

Represents a group of points (see Point).

Methods

Public Class methods

Creates a new multi point from a list of point coordinates : ((x,y)…(x,y))

Creates a new multi point from an array of points

[Validate]