--- title: "TopoGeo_LoadGeometry" draft: false hidden: true ---

Name

TopoGeo_LoadGeometry — Load a geometry into an existing topology, snapping and splitting as needed.

Synopsis

void TopoGeo_LoadGeometry ( varchar atopology , geometry ageom , float8 tolerance ) ;

Description

Loads a geometry into an existing topology. The given geometry will snap to existing nodes or edges within given tolerance. Existing edges and faces may be split as a consequence of the load.

[Note]

Updating statistics about topologies being loaded via this function is up to caller, see maintaining statistics during topology editing and population .

Availability: 3.5.0

See Also

TopoGeo_AddPoint , TopoGeo_AddLineString , TopoGeo_AddPolygon , CreateTopology