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

STYLE: otbMsgDevMacro

parent 95c205ea
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ VectorDataExtractROI<TVectorData>
typename VectorDataType::ConstPointer inputPtr = this->GetInput();
typename VectorDataType::Pointer outputPtr = this->GetOutput();
// Find out the projection needed
if(!inputPtr->GetProjectionRef().empty())
outputPtr->SetProjectionRef(inputPtr->GetProjectionRef());
......@@ -306,7 +306,7 @@ VectorDataExtractROI<TVectorData>
genericTransform->InstanciateTransform();
std::cout<<genericTransform<<std::endl;
otbMsgDevMacro( << genericTransform );
typename VertexListType::Pointer regionCorners = VertexListType::New();
ProjPointType point1, point2 , point3, point4;
......
......@@ -411,7 +411,7 @@ VectorDataProjectionFilter<TInputVectorData,TOutputVectorData>
{
// Get the children list from the input node
InputChildrenListType children = source->GetChildrenList();
// For each child
for(typename InputChildrenListType::iterator it = children.begin(); it!=children.end();++it)
{
......@@ -460,7 +460,7 @@ VectorDataProjectionFilter<TInputVectorData,TOutputVectorData>
}
case FEATURE_LINE:
{
newDataNode->SetLine(this->ReprojectLine(dataNode->GetLine()));
newContainer = OutputInternalTreeNodeType::New();
newContainer->Set(newDataNode);
......@@ -468,7 +468,7 @@ VectorDataProjectionFilter<TInputVectorData,TOutputVectorData>
ProcessNode((*it),newContainer);
break;
}
case FEATURE_POLYGON:
{
newDataNode->SetPolygonExteriorRing(this->ReprojectPolygon(dataNode->GetPolygonExteriorRing()));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment