Skip to content

Commit

Permalink
fix: update return type
Browse files Browse the repository at this point in the history
  • Loading branch information
richtia committed Sep 29, 2023
1 parent 97cb665 commit e96db77
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions extensions/functions_geometry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,26 +145,26 @@ scalar_functions:
a negative `buffer_radius` will always return an emtpy geometry.
impls:
- args:
- value: geometry
name: geom
- value: fp64
name: buffer_radius
return: geometry
- name: geom
value: u!geometry
- name: buffer_radius
value: fp64
return: u!geometry
-
name: "centroid"
description: >
Return a point which is the geometric center of mass of the input geometry.
impls:
- args:
- value: geometry
name: geom
return: geometry
- name: geom
value: u!geometry
return: u!geometry
-
name: "minimum_bounding_circle"
description: >
Return the smallest circle polygon that contains the input geometry.
impls:
- args:
- value: geometry
name: geom
return: geometry
- name: geom
value: u!geometry
return: u!geometry

0 comments on commit e96db77

Please sign in to comment.