package shapefile

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

    unit name

    *)
  2. cf : float;
    (*

    conversion factor to radian or meter

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

    related authority, if any

    *)
}

Describes an angular or linear unit, depending on the context.

val sprint : t -> string

Describes an angular or linear unit, depending on the context.