public void Add(LineListPolygon poly) { }
protected abstract void AddCore(LineListPolygon poly);
public void ClearPoly() { _rightPoly = null; _leftPoly = null; }