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

DOC: doxygen for VectorDataExtractROI

parent 9666008a
No related branches found
No related tags found
No related merge requests found
......@@ -28,8 +28,20 @@ namespace otb
/** \class VectorDataExtractROI
* \brief Extract a subset of a Vector Data based on location
*
* The region to extract is specified by a otb::RemoteSensingRegion
* object. This region contains its own projection reference that may be
* different from the projection of the vector data.
*
* The projection of the vector data will not be modified by this filter
* if you need to change the projection, refer to otb::VectorDataProjectionFilter
*
* \note Parameter to this class for input and outputs are vectorData
*
* \sa RemoteSensingRegion
* \sa VectorDataProjectionFilter
*
* \ingroup VectorDataFilter
*
* \example Projections/VectorDataExtractROIExample.cxx
*/
template <class TVectorData>
......
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