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