sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
These functions come from OGR C API's OGR_G_*
namespace.
Bounding box type, used internally by other OGR modules
val wkb_of_nativeint : nativeint -> wkb_t
val get_name : t -> string
get_name t
returns the WKT name for the geometry t
.
val get_point_count : t -> int
get_point_count t
returns the number of points in t
.
val get_x : t -> int -> float
val get_y : t -> int -> float
val get_z : t -> int -> float
get_* t i
returns the position of the i
th point in the geometry t
.