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> ...@@ -82,10 +82,12 @@ VectorDataExtractROI<TVectorData>
/** If Projection of the region is needed, we project on the vectorData coordinate axis*/ /** If Projection of the region is needed, we project on the vectorData coordinate axis*/
if(m_ProjectionNeeded) if(m_ProjectionNeeded)
{ {
otbMsgDevMacro( << "Reprojecting region in vector data projection");
this->ProjectRegionToInputVectorProjection(); this->ProjectRegionToInputVectorProjection();
} }
else else
{ {
otbMsgDevMacro( << "Region and vector data projection are similar");
m_GeoROI = m_ROI; m_GeoROI = m_ROI;
} }
...@@ -288,7 +290,7 @@ VectorDataExtractROI<TVectorData> ...@@ -288,7 +290,7 @@ VectorDataExtractROI<TVectorData>
} }
/** /**
* CompareInputAndRegionProjection * ProjectRegionToInputVectorProjection
*/ */
template <class TVectorData> template <class TVectorData>
void void
...@@ -358,7 +360,7 @@ VectorDataExtractROI<TVectorData> ...@@ -358,7 +360,7 @@ VectorDataExtractROI<TVectorData>
} }
/** /**
* CompareInputAndRegionProjection * ComputeVertexListBoudingRegion
*/ */
template <class TVectorData> template <class TVectorData>
typename VectorDataExtractROI<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