TopoGeo_LoadGeometry — Load a geometry into an existing topology, snapping and splitting as needed.
void TopoGeo_LoadGeometry(varchar  atopology, geometry  ageom, float8  tolerance);
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.
                 
               | 
              |
| 
                 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
TopoGeo_AddPoint, TopoGeo_AddLineString, TopoGeo_AddPolygon, CreateTopology