Skip to content
Snippets Groups Projects
Commit 4b408b43 authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

DOC: fix comment for VectorDataExtractROI

parent 156114b5
Branches
Tags
No related merge requests found
......@@ -82,10 +82,12 @@ VectorDataExtractROI<TVectorData>
/** If Projection of the region is needed, we project on the vectorData coordinate axis*/
if(m_ProjectionNeeded)
{
otbMsgDevMacro( << "Reprojecting region in vector data projection");
this->ProjectRegionToInputVectorProjection();
}
else
{
otbMsgDevMacro( << "Region and vector data projection are similar");
m_GeoROI = m_ROI;
}
......@@ -288,7 +290,7 @@ VectorDataExtractROI<TVectorData>
}
/**
* CompareInputAndRegionProjection
* ProjectRegionToInputVectorProjection
*/
template <class TVectorData>
void
......@@ -358,7 +360,7 @@ VectorDataExtractROI<TVectorData>
}
/**
* CompareInputAndRegionProjection
* ComputeVertexListBoudingRegion
*/
template <class TVectorData>
typename VectorDataExtractROI<TVectorData>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment