GeoMeasure.Utils (GeoMeasure v1.7.0)
View SourceContains utility functions to aid the correct handling of data in GeoMeasure.
Summary
Functions
Checks if neither of the tuple elements is nil.
Functions
@spec linestringz_to_linestring(Geo.LineStringZ.t()) :: Geo.LineString.t()
@spec linestringzm_to_linestring(Geo.LineStringZM.t()) :: Geo.LineString.t()
@spec polygonz_to_polygon(Geo.PolygonZ.t()) :: Geo.Polygon.t()
@spec tuple_not_nil!(tuple()) :: ArgumentError
Checks if neither of the tuple elements is nil.