= 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
Geometries
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
.
On This Page