Schema
Owner
postgres
Descriptions
args: atopology, aface - Returns the polygon in the given topology with the specified face id.
Options
Option | Value |
---|---|
Returns |
public.geometry |
Language |
c |
Parameters |
toponame varchar aface integer |
Definition
CREATE OR REPLACE FUNCTION topology.st_getfacegeometry (
toponame varchar,
aface integer
)
RETURNS public.geometry AS
'$libdir/postgis_topology-2.3', 'ST_GetFaceGeometry'
LANGUAGE 'c'
STABLE
CALLED ON NULL INPUT
SECURITY INVOKER
COST 1;
COMMENT ON FUNCTION topology.st_getfacegeometry(toponame varchar, aface integer)
IS 'args: atopology, aface - Returns the polygon in the given topology with the specified face id.';
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 13/03/2014 13:23 |