| 220 | |
| 221 | template <class T, OGRwkbGeometryType R> |
| 222 | bool Geometry<T, R>::isEmpty() const { |
| 223 | return (!data_ || data_->IsEmpty()); |
| 224 | } |
| 225 | |
| 226 | template <class T, OGRwkbGeometryType R> |
| 227 | std::string Geometry<T, R>::exportToWkt() const { |
nothing calls this directly
no outgoing calls
no test coverage detected