<para>
If any edge crossing the node is found either an exception is raised or
-the edge is splitted, depending on the <varname>allowEdgeSplitting</varname>
+the edge is split, depending on the <varname>allowEdgeSplitting</varname>
parameter value.
</para>
#, no-c-format
msgid ""
"If any edge crossing the node is found either an exception is raised or the "
-"edge is splitted, depending on the <varname>allowEdgeSplitting</varname> "
+"edge is split, depending on the <varname>allowEdgeSplitting</varname> "
"parameter value."
msgstr ""
#, no-c-format
msgid ""
"If any edge crossing the node is found either an exception is raised or the "
-"edge is splitted, depending on the <varname>allowEdgeSplitting</varname> "
+"edge is split, depending on the <varname>allowEdgeSplitting</varname> "
"parameter value."
msgstr ""
#, no-c-format
msgid ""
"If any edge crossing the node is found either an exception is raised or the "
-"edge is splitted, depending on the <varname>allowEdgeSplitting</varname> "
+"edge is split, depending on the <varname>allowEdgeSplitting</varname> "
"parameter value."
msgstr ""
#, no-c-format
msgid ""
"If any edge crossing the node is found either an exception is raised or the "
-"edge is splitted, depending on the <varname>allowEdgeSplitting</varname> "
+"edge is split, depending on the <varname>allowEdgeSplitting</varname> "
"parameter value."
msgstr ""
#, no-c-format
msgid ""
"If any edge crossing the node is found either an exception is raised or the "
-"edge is splitted, depending on the <varname>allowEdgeSplitting</varname> "
+"edge is split, depending on the <varname>allowEdgeSplitting</varname> "
"parameter value."
msgstr ""
#, no-c-format
msgid ""
"If any edge crossing the node is found either an exception is raised or the "
-"edge is splitted, depending on the <varname>allowEdgeSplitting</varname> "
+"edge is split, depending on the <varname>allowEdgeSplitting</varname> "
"parameter value."
msgstr ""
#. Tag: para
#: extras_topology.xml:2040
#, no-c-format
-msgid "If any edge crossing the node is found either an exception is raised or the edge is splitted, depending on the <varname>allowEdgeSplitting</varname> parameter value."
+msgid "If any edge crossing the node is found either an exception is raised or the edge is split, depending on the <varname>allowEdgeSplitting</varname> parameter value."
msgstr ""
#. Tag: para
* Update TopoGeometry objects after an edge split event
*
* @param topo the topology to act upon
- * @param split_edge identifier of the edge that was splitted.
+ * @param split_edge identifier of the edge that was split.
* @param new_edge1 identifier of the first new edge that was created
* as a result of edge splitting.
* @param new_edge2 identifier of the second new edge that was created
* Update TopoGeometry objects after a face split event
*
* @param topo the topology to act upon
- * @param split_face identifier of the face that was splitted.
+ * @param split_face identifier of the face that was split.
* @param new_face1 identifier of the first new face that was created
* as a result of face splitting.
* @param new_face2 identifier of the second new face that was created
} else if ( ret == 0 ) {
_lwt_release_edges(oldedge, 1);
lwcollection_free(split_col);
- lwerror("Edge being splitted (%d) disappeared during operations?", oldedge->edge_id);
+ lwerror("Edge being split (%d) disappeared during operations?", oldedge->edge_id);
return -1;
} else if ( ret > 1 ) {
_lwt_release_edges(oldedge, 1);
}
}
- LWDEBUGF(1, "Edge %" LWTFMT_ELEMID " splitted face %" LWTFMT_ELEMID " (mbr_only:%d)",
+ LWDEBUGF(1, "Edge %" LWTFMT_ELEMID " split face %" LWTFMT_ELEMID " (mbr_only:%d)",
sedge, face, mbr_only);
/* Construct a polygon using edges of the ring */
if ( face == 0 )
{
- /* Edge splitted the universe face */
+ /* Edge split the universe face */
if ( ! isccw )
{
lwpoly_free(shell);
}
/*
- * Add a pre-noded pre-splitted line edge. Used by lwt_AddLine
+ * Add a pre-noded pre-split line edge. Used by lwt_AddLine
* Return edge id, 0 if none added (empty edge), -1 on error
*/
static LWT_ELEMID
/* lwgeom_split(noded, inodes); */
lwgeom_free(noded);
noded = tmp;
- LWDEBUGG(1, noded, "Node-splitted");
+ LWDEBUGG(1, noded, "Node-split");
/* will not release the geoms array */
lwcollection_release(col);
ngeoms = 1;
}
- LWDEBUGF(1, "Line was splitted into %d edges", ngeoms);
+ LWDEBUGF(1, "Line was split into %d edges", ngeoms);
/* TODO: refactor to first add all nodes (re-snapping edges if
* needed) and then check all edges for existing already
}
else
{
- lwerror("lwcompound_to_wkt_sb: Unknown type recieved %d - %s", type, lwtype_name(type));
+ lwerror("lwcompound_to_wkt_sb: Unknown type received %d - %s", type, lwtype_name(type));
}
}
stringbuffer_append(sb, ")");
lwcompound_to_wkt_sb((LWCOMPOUND*)cpoly->rings[i], sb, precision, variant );
break;
default:
- lwerror("lwcurvepoly_to_wkt_sb: Unknown type recieved %d - %s", type, lwtype_name(type));
+ lwerror("lwcurvepoly_to_wkt_sb: Unknown type received %d - %s", type, lwtype_name(type));
}
}
stringbuffer_append(sb, ")");
lwcompound_to_wkt_sb((LWCOMPOUND*)mcurv->geoms[i], sb, precision, variant );
break;
default:
- lwerror("lwmcurve_to_wkt_sb: Unknown type recieved %d - %s", type, lwtype_name(type));
+ lwerror("lwmcurve_to_wkt_sb: Unknown type received %d - %s", type, lwtype_name(type));
}
}
stringbuffer_append(sb, ")");
lwcurvepoly_to_wkt_sb((LWCURVEPOLY*)msurf->geoms[i], sb, precision, variant);
break;
default:
- lwerror("lwmsurface_to_wkt_sb: Unknown type recieved %d - %s", type, lwtype_name(type));
+ lwerror("lwmsurface_to_wkt_sb: Unknown type received %d - %s", type, lwtype_name(type));
}
}
stringbuffer_append(sb, ")");
END IF;
#ifdef POSTGIS_TOPOLOGY_DEBUG
- RAISE DEBUG 'Edge % splitted face %', anedge, oface;
+ RAISE DEBUG 'Edge % split face %', anedge, oface;
#endif
sql := 'WITH ids as ( select row_number() over () as seq, edge '