Skip to content
Snippets Groups Projects
Commit 371d01ae authored by Cédric Traizet's avatar Cédric Traizet
Browse files

BUG: remove undefined method implementations

parent 295829f6
No related branches found
No related tags found
No related merge requests found
...@@ -120,27 +120,6 @@ double ImageCommons::GetGCPZ(unsigned int GCPnum) const ...@@ -120,27 +120,6 @@ double ImageCommons::GetGCPZ(unsigned int GCPnum) const
return GetGCPs(GCPnum).m_GCPZ; return GetGCPs(GCPnum).m_GCPZ;
} }
ImageMetadataInterfaceBase::VectorType ImageCommons::GetUpperRightCorner(void) const
{
//~ return {m_Imd.URX, m_Imd.URY};
return {};
}
ImageMetadataInterfaceBase::VectorType ImageCommons::GetLowerLeftCorner(void) const
{
//~ return {m_Imd.LLX, m_Imd.LLY};
return {};
}
ImageMetadataInterfaceBase::VectorType ImageCommons::GetLowerRightCorner(void) const
{
//~ return {m_Imd.LRX, m_Imd.LRY};
return {};
}
bool ImageCommons::HasSensorGeometry() const bool ImageCommons::HasSensorGeometry() const
{ {
return m_Imd.HasSensorGeometry(); return m_Imd.HasSensorGeometry();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment