pggeodb.nancy.inra.fr/db_robot - db_robot on pggeodb.nancy.inra.fr
Previous topic Chapter index Next topic

Function: st_modedgeheal

 

 

Schema

topology

 

Owner

albenard

 

Descriptions

args: atopology, anedge, anotheredge - Heal two edges by deleting the node connecting them, modifying the first edgeand deleting the second edge. Returns the id of the deleted node.

 

Options

Option

Value

Returns

integer

Language

c

Parameters

toponame varchar

e1id integer

e2id integer

 

Definition

CREATE OR REPLACE FUNCTION topology.st_modedgeheal (
 toponame varchar,
 e1id integer,
 e2id integer
)
RETURNS integer AS
'$libdir/postgis_topology-2.3', 'ST_ModEdgeHeal'
LANGUAGE 'c'
VOLATILE
CALLED ON NULL INPUT
SECURITY INVOKER
COST
1;

COMMENT ON FUNCTION topology.st_modedgeheal(toponame varchar, e1id integer, e2id integer)
IS 'args: atopology, anedge, anotheredge - Heal two edges by deleting the node connecting them, modifying the first edgeand deleting the second edge. Returns the id of the deleted node.';

This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 26/02/2014 11:51
Previous topic Chapter index Next topic