PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
LWGEOM* lwt_GetFaceGeometry | ( | LWT_TOPOLOGY * | topo, |
LWT_ELEMID | face | ||
) |
Return the geometry of a face.
For ST_GetFaceGeometry
topo | the topology to operate on |
face | identifier of the face |
Definition at line 2858 of file lwgeom_topo.c.
References _lwt_FaceByEdges(), _lwt_release_edges(), LWT_TOPOLOGY_T::be_iface, LWT_TOPOLOGY_T::hasZ, lwerror(), lwfree(), lwpoly_as_lwgeom(), lwpoly_construct_empty(), lwt_be_getEdgeByFace(), lwt_be_getFaceById(), lwt_be_lastErrorMessage(), LWT_COL_EDGE_FACE_LEFT, LWT_COL_EDGE_FACE_RIGHT, LWT_COL_EDGE_GEOM, LWT_COL_FACE_FACE_ID, LWTFMT_ELEMID, and LWT_TOPOLOGY_T::srid.
Referenced by lwt_AddPolygon(), and lwt_ChangeEdgeGeom().