MCPcopy Create free account
hub / github.com/Fields2Cover/Fields2Cover / isEmpty

Method isEmpty

include/fields2cover/types/Geometry_impl.hpp:222–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220
221template <class T, OGRwkbGeometryType R>
222bool Geometry<T, R>::isEmpty() const {
223 return (!data_ || data_->IsEmpty());
224}
225
226template <class T, OGRwkbGeometryType R>
227std::string Geometry<T, R>::exportToWkt() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected