Schema
Owner
postgres
Descriptions
args: atopology, anedge - Removes an edge and, if the removed edge separated two faces,delete one of the them and modify the other to take the space of both.
Options
Option | Value |
---|---|
Returns |
integer |
Language |
c |
Parameters |
toponame varchar e1id integer |
Definition
CREATE OR REPLACE FUNCTION topology.st_remedgemodface (
toponame varchar,
e1id integer
)
RETURNS integer AS
'$libdir/postgis_topology-2.3', 'ST_RemEdgeModFace'
LANGUAGE 'c'
VOLATILE
CALLED ON NULL INPUT
SECURITY INVOKER
COST 1;
COMMENT ON FUNCTION topology.st_remedgemodface(toponame varchar, e1id integer)
IS 'args: atopology, anedge - Removes an edge and, if the removed edge separated two faces,delete one of the them and modify the other to take the space of both.';
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 07/12/2018 13:23 |