Name
FindTopology — 通过不同的方式返回拓扑记录。
Synopsis
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)
;
描述
获取拓扑标识符或与拓扑相关的对象的标识符,并返回Topology。拓扑记录。
可用性:3.2.0
示例
SELECT name(findTopology('features.land_parcels', 'feature'));
name
-----------
city_data
(1 row)