Skip to main content
Question

PostGIS polyhedral surface from solid

  • March 16, 2017
  • 2 replies
  • 133 views

j_geo
Contributor
Forum|alt.badge.img+1

Hello,

I have a problem with writer to postgis.

 

I make one solid in FME with SolidBuilder. Then I write it to PostGIS

 

as polyhedral surface.

The problem is, that when I read the same object from PostGIS into

 

FME and make solid again with SolidBuilder, it makes more than one solid.

If I write to PostGIS as TIN, It returns in the same chape back to FME,

 

but I can't calculate volume from TIN in PostGIS.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

takashi
Celebrity
  • March 18, 2017

Hi @jernejtekavec, if you could read the objects as a TIN (mesh) surface closed in 3D, I think it could be transformed into a solid with two GeometryCoercers.

The first one (Geometry Type: fme_composite_surface) converts the mesh to a composite surface, and the second one (Geometry Type: fme_brep_solid) converts the composite surface to a brep (boundary representation) solid.


j_geo
Contributor
Forum|alt.badge.img+1
  • Author
  • Contributor
  • March 20, 2017

Thanks for answer. But I'm still having troubles, that the solid that is read

 

from Postgis is not the same as the written one.

I tried to use two geometry coercers and it works, but the volume

 

that I calculate afterwards is not correct.

Regards!

Jernej