Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Container for map shape file data
val maps_shape_file_of_yojson :
Yojson.Safe.t ->
maps_shape_file Ppx_deriving_yojson_runtime.error_or
val crs_of_yojson : Yojson.Safe.t -> crs Ppx_deriving_yojson_runtime.error_or
val crs_properties_of_yojson :
Yojson.Safe.t ->
crs_properties Ppx_deriving_yojson_runtime.error_or
val feature_of_yojson :
Yojson.Safe.t ->
feature Ppx_deriving_yojson_runtime.error_or
val feature_properties_of_yojson :
Yojson.Safe.t ->
feature_properties Ppx_deriving_yojson_runtime.error_or
val geometry_of_yojson :
Yojson.Safe.t ->
geometry Ppx_deriving_yojson_runtime.error_or
val pp_maps_shape_file :
Ppx_deriving_runtime.Format.formatter ->
maps_shape_file ->
Ppx_deriving_runtime.unit
val show_maps_shape_file : maps_shape_file -> Ppx_deriving_runtime.string
val pp_crs :
Ppx_deriving_runtime.Format.formatter ->
crs ->
Ppx_deriving_runtime.unit
val show_crs : crs -> Ppx_deriving_runtime.string
val pp_crs_properties :
Ppx_deriving_runtime.Format.formatter ->
crs_properties ->
Ppx_deriving_runtime.unit
val show_crs_properties : crs_properties -> Ppx_deriving_runtime.string
val pp_feature :
Ppx_deriving_runtime.Format.formatter ->
feature ->
Ppx_deriving_runtime.unit
val show_feature : feature -> Ppx_deriving_runtime.string
val pp_feature_properties :
Ppx_deriving_runtime.Format.formatter ->
feature_properties ->
Ppx_deriving_runtime.unit
val show_feature_properties : feature_properties -> Ppx_deriving_runtime.string
val pp_geometry :
Ppx_deriving_runtime.Format.formatter ->
geometry ->
Ppx_deriving_runtime.unit
val show_geometry : geometry -> Ppx_deriving_runtime.string
Maps share file's shape options
val shape_to_string : shape -> string