= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
On This Page
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Spatial References
These functions come from OGR C API's OSR*
namespace.
val t : t Ctypes.typ
val t_opt : t option Ctypes.typ
val to_proj4 : t -> string
to_proj4 t
returns the PROJ.4 string definition matching t
.
val to_wkt : ?pretty:bool -> ?simplify:bool -> t -> string
to_wkt ?pretty ?simplify t
returns the WKT string definition matching t
.
On This Page