Opened 14 years ago
Closed 14 years ago
#568 closed defect (fixed)
Perimeter and Perimeter3D on TIN and PolyhedralSurface
Reported by: | colivier | Owned by: | colivier |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.0 |
Component: | postgis | Version: | master |
Keywords: | PolyhedralSurface Perimeter Perimeter3D 3D TIN | Cc: |
Description
Perimeter should only return 'external' edges length sum. So in fact all the edges linked to a single face.
As a consequence closed surface (so volume) have a 0 perimeter value return.
Note:
See TracTickets
for help on using tickets.
Done as r5913