Ticket #1236 (new enhancement)

Opened 20 months ago

Last modified 2 weeks ago

topology.IsValid*(TopoGeometry)

Reported by: strk Owned by: strk
Priority: medium Milestone: PostGIS 2.2.0
Component: topology Version: trunk
Keywords: Cc:

Description

TopoGeometry objects are references into a topology's structure. Such references may become dangling if the referee is destroyed.

Hierarchical TopoGeometry objects may be defined to be formed by overlapping lower-level compoments. Such composition should likely be also seen as an invalidity.

Non-hierarchical TopoGeometry objects may refer to missing primitives (corrupted topology).

Beside these structural invalidities there's likely no way for a TopoGeomety?-derived Geometry to be invalid.

Change History

Changed 20 months ago by strk

  • summary changed from ST_IsValid*(TopoGeometry) to topology.IsValid*(TopoGeometry)

Following the rules under topology. this function shouldn't start with ST_ as it's not an ISO/SQLMM function. BTW, SQL/MM doesn't even have the concept of a TopoGeometry.

Changed 16 months ago by strk

  • milestone changed from PostGIS 2.0.0 to PostGIS 2.1.0

Changed 2 weeks ago by robe

  • milestone changed from PostGIS 2.1.0 to PostGIS 2.2.0
Note: See TracTickets for help on using tickets.