Point-based building (Water Overlay): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (One intermediate revision by one other user not shown) | |||
| Line 17: | Line 17: | ||
==Center point== | ==Center point== | ||
One way to obtain a point from a geometry is by calculating its geometric center. The method used by {{software}} is similar to [https://en.wikipedia.org/wiki/Centroid|Centroid]. | |||
See the following examples: | See the following examples: | ||
<div><ul> | <div><ul> | ||
| Line 26: | Line 26: | ||
<br style='clear:left;'> | <br style='clear:left;'> | ||
This method may have limitations depending on the complexity of the geometry. See the following two cases: | |||
<div><ul> | <div><ul> | ||
Latest revision as of 07:29, 9 July 2026
Point based buildings are constructions for which their geometry is interpreted as a single point.
Examples of point based buildings are the following hydraulic structures:
| Icon | Name | Name |
|---|---|---|
| Inlet | Conditional flow from external area to inlet location. | |
| Sewer overflow | Conditional flow from sewer to waterway, based on sewer overflow height. |
Center point
One way to obtain a point from a geometry is by calculating its geometric center. The method used by Tygron Platform is similar to [1]. See the following examples:
This method may have limitations depending on the complexity of the geometry. See the following two cases:
In case one, the building's geometry is a complex polygon. Its centroid lies outside its geometry.
In case two, the building's geometry is a multi-polygon. Its centroid is in between the two rectangle polygons.
Generally, these kind of polygons are undesirable for a point-based building.
General advice
- The point-based buildings should be supplied as simple rectangle or circular polygons.
- The geometry should consist of only one polygon. In the case of buildings, use only one section.









