GeoStreamData (geo_stream_data v0.1.0)

A generator for property-based testing of geospatial data.

Link to this section Summary

Link to this section Types

Link to this section Functions

Link to this function

angle(arg1, arg2)

Specs

geometry() :: StreamData.t(geometry_type())

Specs

line_string() :: StreamData.t(Geo.LineString.t())
Link to this function

multi_line_string()

Specs

multi_line_string() :: StreamData.t(Geo.MultiLineString.t())

Specs

multi_point() :: StreamData.t(Geo.MultiPoint.t())
Link to this function

multi_polygon()

Specs

multi_polygon() :: StreamData.t(Geo.MultiPolygon.t())

Specs

point() :: StreamData.t(Geo.Point.t())

Specs

point_tuple() :: StreamData.t({number(), number()})

Specs

polygon() :: StreamData.t(Geo.Polygon.t())