MCPcopy Create free account
hub / github.com/PDAL/PDAL / srsValid

Method srsValid

pdal/Geometry.cpp:191–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 4

createSpatialFiltersMethod · 0.80
initializeMethod · 0.80
filterBoundsMethod · 0.80
getPolygonsFunction · 0.80

Calls 1

getSpatialReferenceMethod · 0.80

Tested by

no test coverage detected