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

Method isGeocentric

pdal/SpatialReference.cpp:397–405  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

395
396
397bool SpatialReference::isGeocentric() const
398{
399 OGRScopedSpatialReference current = ogrCreateSrs(m_wkt, m_epoch);
400 if (!current)
401 return false;
402
403 bool output = current->IsGeocentric();
404 return output;
405}
406
407
408bool SpatialReference::isProjected() const

Callers 2

createSpatialFiltersMethod · 0.80
initializeMethod · 0.80

Calls 1

ogrCreateSrsFunction · 0.85

Tested by

no test coverage detected