[postgis-devel] [PostGIS] #555: Ability to define a geometry column as Polyhedral surface

PostGIS trac at osgeo.org
Fri Aug 6 01:09:06 PDT 2010


#555: Ability to define a geometry column as Polyhedral surface
---------------------+------------------------------------------------------
 Reporter:  robe     |       Owner:  colivier     
     Type:  defect   |      Status:  new          
 Priority:  medium   |   Milestone:  PostGIS 2.0.0
Component:  postgis  |     Version:  trunk        
 Keywords:           |  
---------------------+------------------------------------------------------

Comment(by colivier):

 For ST_Area it's a 'normal' behaviour as it care on sub geometry only.
 And PolyhedralSurface is a collection of connected polygons.

 So ST_Area should return the sum area of each sub polygon inside.

 So it should be OK for this one.



 I guess i will also have to 'flag' each supported function
 in the documentation with a 'PS_support'

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/555#comment:4>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-devel mailing list