GeoSQL.MM3.Topo (GeoSQL v0.1.0)

View Source

SQL/MM3 Topological functions which can be applied to a toplogy object.

Topology functions which operate on geometries that are passed into them rather than a topology object are found in the GeoSQL.MM3 module.

These function may also require additional dependencies and configuration in the GIS store. For example, PostGIS requires the SFCGAL backend for some of these functions.

Summary

Accessors

get_face_edges(object, topology, face)

(macro)

get_face_geometry(object, topology, face)

(macro)

Constructors

init_topo_geo(object, topology_schema_name)

(macro)

Editors

add_edge_mod_face(object, topology, nodeA, nodeB, curve)

(macro)

add_edge_new_faces(object, topology, nodeA, nodeB, curve)

(macro)

add_iso_edge(object, topology, nodeA, nodeB, linestring)

(macro)

add_iso_node(object, topology, face, point)

(macro)

change_edge_gome(object, topology, edge, curve)

(macro)

mod_edge_heal(object, topology, edgeA, edgeB)

(macro)

mod_edge_split(object, topology, edge, point)

(macro)

move_iso_node(object, topology, node, point)

(macro)

new_edge_heal(object, topology, edgeA, edgeB)

(macro)

new_edge_split(object, topology, edge, point)

(macro)

rem_edge_mod_face(object, topology, edge)

(macro)

rem_edge_new_face(object, topology, edge)

(macro)

remove_iso_edge(object, topology, edge)

(macro)

remove_iso_node(object, topology, node)

(macro)

Relationships

create_topo_geo(object, topo)

(macro)