package shapefile

  1. Overview
  2. Docs
type t = {
  1. name : string;
  2. geogcs : GeogCS.t;
  3. projection : Projection.t;
  4. params : Parameter.t list;
  5. linear_unit : Unit.t;
  6. axes : Axis.t * Axis.t;
  7. authority : Authority.t option;
}
val sprint : t -> string