Skip to content
Snippets Groups Projects
Commit e7bc7953 authored by Otmane Lahlou's avatar Otmane Lahlou
Browse files

ENH : accessor to set output SRID number

parent 41f32797
No related branches found
No related tags found
No related merge requests found
......@@ -51,8 +51,7 @@ namespace otb
* for mapservers, a tile index and finally the tiles.
* This class allow the user to specify the cgi-bin used (SetCGIPath)
* and the directory where to store the index shapefile and the tiles
* (SetShapeIndexPath)
*
* via SetShapeIndexPath method
*
* \ingroup IO
*
......@@ -144,6 +143,9 @@ public:
this->Write();
}
/** Macro to set the SRID we want to project Data in*/
itkSetMacro(SRID,int);
protected:
MapFileProductWriter();
virtual ~MapFileProductWriter();
......@@ -213,7 +215,7 @@ private:
std::ofstream m_File;
int m_SRID;
int m_SRID;
};
......
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