PostGIS

getfaceedges_returntype

Prev

8.1. Topology Types

Next

Name

getfaceedges_returntype — A composite type that consists of a sequence number and an edge number.

Description

A composite type that consists of a sequence number and an edge number. This is the return type for ST_GetFaceEdges and GetNodeEdges functions.

  1. sequence is an integer: Refers to a topology defined in the topology.topology table which defines the topology schema and srid.

  2. edge is an integer: The identifier of an edge.

Prev

Up

Next

Chapter 8. Topology

Home

TopoGeometry