tSegment = this.curveSegments.get(i);
// TODO: This version only handles the CurveSegment type LineString
LineStringImpl tLineString = (LineStringImpl) tSegment;
Iterator<LineSegment> tLineSegmentIter = tLineString
.asLineSegments().iterator();
while (tLineSegmentIter.hasNext()) {
LineSegment tLineSegment = tLineSegmentIter.next();
// Add new Coordinate, which is the start point of the actual
// LineSegment