Class GeoRuby::SimpleFeatures::MultiLineString
In: lib/geo_ruby/simple_features/multi_line_string.rb
Parent: GeometryCollection

Represents a group of line strings (see LineString).

Methods

Public Class methods

Creates a new multi line string from sequences of points : (((x,y)…(x,y)),((x,y)…(x,y)))

Creates a new multi line string from an array of line strings

[Validate]