Ticket #493 (closed: fixed)
ShapeFactory Improvements
Reported by: | Nick Draper | Owned by: | Anders Markvardsen |
---|---|---|---|
Priority: | critical | Milestone: | Iteration 16 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
- Move the ShapeFactory class to Geometery
- The class crashes the entire app if an incorrect string is entered into the algebra
- The class should be able to generate a default algebra sting if non is provided (assume you should union all inputted shapes).
- The class should recognise is an unknown shape definition is used and log that error.
Change History
Note: See
TracTickets for help on using
tickets.
(In [2220]) Introduced extra checking of input XML string when using ShapeFactory; write out warning to user and return empty shape if there is a problem. Refs #493.