lower_bound - ObjectVision/GeoDMS GitHub Wiki
Geometric functions lower_bound
- lower_bound(polygon_data_item)
lower_bound(polygon_data_item) results in a point data item with the lowest X and Y value of the points in the polygon_data_item.
In the Dutch RD coordinate system, the lower_bound is the bottom left coordinate.
data item polygon_data_item with fpoint or dpoint value type and composition type polygon
attribute<point_rd> lb (district) := lower_bound(district/geometry);
| district/geometry | lb |
|---|---|
| {21: xy(113810; 403025) ... | xy(112312; 402428) |
| {17: xy(113269; 400990) ... | xy(112176; 400817) |
| {19: xy(115099; 401238) ... | xy(112888; 400888) |
domain district, nr of rows = 3