package shapefile

  1. Overview
  2. Docs

Module Shapefile.D2Source

Types for 2D (x, y) shapes

Sourcetype point = {
  1. x : float;
  2. y : float;
}
Sourcetype bbox = {
  1. xmin : float;
  2. xmax : float;
  3. ymin : float;
  4. ymax : float;
}
Sourceval print_bbox : bbox -> unit
OCaml

Innovation. Community. Security.