1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
|
Topology-Geometry 'sqlmm_topology' (id:x) created.
-- ST_AddIsoNode ------------------------
ERROR: SQL/MM Spatial exception - null argument
ERROR: SQL/MM Spatial exception - null argument
ERROR: SQL/MM Spatial exception - null argument
1
2
3
4
5
6
ERROR: SQL/MM Spatial exception - coincident node
ERROR: SQL/MM Spatial exception - coincident node
7
8
ERROR: SQL/MM Spatial exception - not within face
ERROR: SQL/MM Spatial exception - invalid point
ERROR: SQL/MM Spatial exception - coincident node
ERROR: SQL/MM Spatial exception - coincident node
ERROR: SQL/MM Spatial exception - coincident node
-- ST_AddIsoEdge ------------------------
ERROR: SQL/MM Spatial exception - null argument
ERROR: SQL/MM Spatial exception - null argument
ERROR: SQL/MM Spatial exception - null argument
ERROR: SQL/MM Spatial exception - null argument
ERROR: SQL/MM Spatial exception - invalid curve
ERROR: SQL/MM Spatial exception - curve not simple
ERROR: SQL/MM Spatial exception - non-existent node
ERROR: SQL/MM Spatial exception - end node not geometry end point.
ERROR: SQL/MM Spatial exception - start node not geometry start point.
ERROR: SQL/MM Spatial exception - geometry crosses a node
1
2
ERROR: SQL/MM Spatial exception - not isolated node
ERROR: SQL/MM Spatial exception - not isolated node
ERROR: SQL/MM Spatial exception - not isolated node
-- ST_AddIsoNode(2) ------------------------
ERROR: SQL/MM Spatial exception - edge crosses node.
-- ST_RemoveIsoNode ------------------------
Isolated node 3 removed
ERROR: SQL/MM Spatial exception - not isolated node
-- ST_MoveIsoNode ------------------------
ERROR: SQL/MM Spatial exception - coincident node
ERROR: SQL/MM Spatial exception - edge crosses node.
ERROR: SQL/MM Spatial exception - not isolated node
ERROR: SQL/MM Spatial exception - invalid point
Isolated Node 8 moved to location 7,11
Isolated Node 8 moved to location 7,10
-- ST_RemoveIsoEdge ---------------------
#3351.1|4|
#3351.1|5|
Isolated edge 1 removed
#3351.2|4|0
#3351.2|5|0
-- ST_NewEdgesSplit ---------------------
9
Topology 'sqlmm_topology' dropped
|