= 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
OGR Field Definitions
These are bindings and wrappers around the OGR_Fld_*
API.
val t : t Ctypes.typ
Values for proper Ctypes integration/extension
val get_type : t -> field_type_t
get_type t
returns the data type associated with the field definition t
.
val get_name : t -> string
get_name t
returns the name associated with the field definition t
.
On This Page