| 189 | |
| 190 | |
| 191 | bool Geometry::srsValid() const |
| 192 | { |
| 193 | const OGRSpatialReference *srs = m_geom->getSpatialReference(); |
| 194 | return srs && srs->GetRoot(); |
| 195 | } |
| 196 | |
| 197 | |
| 198 | Utils::StatusWithReason Geometry::transform(SpatialReference out) |
no test coverage detected