BoltexNif.Point (boltex_nif v0.1.1)

View Source

A spatial point. z is nil for 2D points; otherwise a float for 3D points. srid is the Spatial Reference System Identifier.

Summary

Types

t()

@type t() :: %BoltexNif.Point{
  srid: integer(),
  x: float(),
  y: float(),
  z: float() | nil
}