| 2614 | } |
| 2615 | |
| 2616 | void GeodeticCRS::_exportToJSON( |
| 2617 | io::JSONFormatter *formatter) const // throw(io::FormattingException) |
| 2618 | { |
| 2619 | _exportToJSONInternal(formatter, "GeodeticCRS"); |
| 2620 | } |
| 2621 | //! @endcond |
| 2622 | |
| 2623 | // --------------------------------------------------------------------------- |
no test coverage detected