postgis_srs_search(bounds geometry, authname text DEFAULT 'EPSG'::text)


Description

args: bounds, auth_name=EPSG - Return metadata records for projected coordinate systems that have areas of useage that fully contain the bounds parameter.

Parameters

Name Type Mode
bounds geometry IN
authname text IN
auth_name text TABLE
auth_srid text TABLE
srname text TABLE
srtext text TABLE
proj4text text TABLE
point_sw geometry TABLE
point_ne geometry TABLE

Definition