= 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
Feature Definitions
These functions come from the OGR C API's OGR_FD_*
namespace.
val t : t Ctypes.typ
Values for proper Ctypes integration/extension
val get_field_count : t -> int
get_field_count t
returns the number of fields associated with the feature definition t
.
val get_field_defn : t -> int -> Field.Defn.t
get_field_defn t i
returns the i
th Field.Defn.t
from t
.
On This Page