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

Method isProjected

pdal/SpatialReference.cpp:408–416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

406
407
408bool SpatialReference::isProjected() const
409{
410 OGRScopedSpatialReference current = ogrCreateSrs(m_wkt, m_epoch);
411 if (!current)
412 return false;
413
414 bool output = current->IsProjected();
415 return output;
416}
417
418std::vector<int> SpatialReference::getAxisOrdering() const
419{

Callers

nothing calls this directly

Calls 1

ogrCreateSrsFunction · 0.85

Tested by

no test coverage detected