| 758 | /************************************************************************/ |
| 759 | |
| 760 | static inline OGRSpatialReferenceH ToHandle(OGRSpatialReference *poSRS) |
| 761 | { |
| 762 | return OGRSpatialReference::ToHandle(poSRS); |
| 763 | } |
| 764 | |
| 765 | /************************************************************************/ |
| 766 | /* OGRsnPrintDouble() */ |
no outgoing calls
no test coverage detected