content/flux/v0/stdlib/experimental/geo/stcontains.md
geo.stContains() returns boolean indicating whether the defined region contains a specified GIS geometry.
geo.stContains is used as a helper function for geo.ST_Contains().
(geometry: A, region: B, units: {distance: string}) => bool where A: Record, B: Record
{{% caption %}} For more information, see Function type signatures. {{% /caption %}}
({{< req >}}) Region to test. Specify record properties for the shape.
({{< req >}}) GIS geometry to test. Can be either point or linestring geometry.
({{< req >}}) Record that defines the unit of measurement for distance.