package shapefile

  1. Overview
  2. Docs
type t = {
  1. name : string;
    (*

    name of the prime meridian

    *)
  2. longitude : float;
    (*

    angle relative to the Greenwich Meridian, positive when east of Greenwich Meridian

    *)
  3. authority : Authority.t option;
    (*

    related authority, if any

    *)
}

Reference meridian for measurements. Unit for the longitude depends on the context.

val sprint : t -> string

Reference meridian for measurements. Unit for the longitude depends on the context.