Nome

FindTopology — Returns a topology record by different means.

Sinossi

topology FindTopology(topogeometry topogeom);

topology FindTopology(regclass layerTable, name layerColumn);

topology FindTopology(name layerSchema, name layerTable, name layerColumn);

topology FindTopology(text topoName);

topology FindTopology(int id);

Description

Takes a topology identifier or the identifier of a topology-related object and returns a topology.topology record.

Disponibilità: 3.2.0

Esempi

Code
SELECT name(FindTopology('features.land_parcels', 'feature'));
Output
city_data

Si veda anche

FindLayer