GeoSQL.PostGIS.Box2D (GeoSQL v1.8.1)

View Source

A PostGIS Box2D.

Summary

Types

t()

@type t() :: %GeoSQL.PostGIS.Box2D{
  xmax: float(),
  xmin: float(),
  ymax: float(),
  ymin: float()
}