package shapefile

  1. Overview
  2. Docs
type t =
  1. | Geographic of GeogCS.t
  2. | Projected of ProjCS.t
  3. | Geocentric of GeocCS.t
  4. | Vert of VertCS.t
  5. | Compd of string * t * t * Authority.t option
  6. | Fitted of string * MT.t * t
  7. | Local of LocalCS.t
val sprint : t -> string