From a graphSegment how do you determine a sidewalkLeftShape from sidewalkRightShape?
Since the return from, the assumption is that I am trying to iterate through the shapes returned from:
shapes=ce.getObjectsFrom(graphSegment, ce.isShape)
shapeType=ce.getAttribute(shapes[0], '/ce/shapeType')
shapeType is 'sidewalk'? left or right..