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

Function: st_makevalid

 

 

Schema

public

 

Owner

postgres

 

Descriptions

args: input - Attempts to make an invalid geometry valid without losing vertices.

 

Options

Option

Value

Returns

public.geometry

Language

c

Parameters

public.geometry

 

Definition

CREATE OR REPLACE FUNCTION public.st_makevalid (
 public.geometry
)
RETURNS public.geometry AS
'$libdir/postgis-2.2', 'ST_MakeValid'
LANGUAGE 'c'
IMMUTABLE
RETURNS NULL ON NULL INPUT
SECURITY INVOKER
COST
100;

COMMENT ON FUNCTION public.st_makevalid(public.geometry)
IS 'args: input - Attempts to make an invalid geometry valid without losing vertices.';

This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 13/03/2014 13:23
Previous topic Chapter index Next topic