package geojsone

  1. Overview
  2. Docs

Module Geometry.MultiLineStringSource

Sourcetype t

A collection of line strings

Sourceval lines : t -> LineString.t array

Access the lines

Sourceval v : LineString.t array -> t

Create a multiline string

Sourceval to_positions : t -> Position.t array array

Convert directly to the positions that make up the lines.

Sourceval of_positions : Position.t array array -> t

Convert directly from positions to lines

OCaml

Innovation. Community. Security.