2017-09-03 21:36:39 +02:00
|
|
|
{
|
|
|
|
"name": "oriented_bbox",
|
|
|
|
"type": "function",
|
2020-07-02 01:46:48 +01:00
|
|
|
"groups": ["GeometryGroup"],
|
2017-09-03 21:36:39 +02:00
|
|
|
"description":"Returns a geometry which represents the minimal oriented bounding box of an input geometry.",
|
2020-07-14 10:31:27 +10:00
|
|
|
"arguments": [ {"arg":"geometry","description":"a geometry"} ],
|
2020-08-29 08:26:29 +02:00
|
|
|
"examples": [ { "expression":"geom_to_wkt( oriented_bbox( geom_from_wkt( 'MULTIPOINT(1 2, 3 4, 3 2)' ) ) )", "returns":"'Polygon ((3 2, 3 4, 1 4, 1 2, 3 2))'"}]
|
2017-09-03 21:36:39 +02:00
|
|
|
}
|
|
|
|
|