From 18ff3a0c80e3d555a1f73fabffc1cb2000db7d95 Mon Sep 17 00:00:00 2001
From: Emmanuel Christophe <emmanuel.christophe@orfeo-toolbox.org>
Date: Thu, 19 Mar 2009 17:56:52 +0800
Subject: [PATCH] DOC: add explanation to the otbRemoteSensingRegion

---
 Code/Common/otbRemoteSensingRegion.h | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/Code/Common/otbRemoteSensingRegion.h b/Code/Common/otbRemoteSensingRegion.h
index d98a4612db..10038186d6 100644
--- a/Code/Common/otbRemoteSensingRegion.h
+++ b/Code/Common/otbRemoteSensingRegion.h
@@ -36,9 +36,12 @@ namespace otb
  * corner of the image, the size is the lengths of the image in each of
  * the topological directions.)
  *
- * \sa Index
- * \sa Size
-
+ * To be flexible enough, the region also contain information about the projection
+ * in which this information is given. It can be a cartographic projection, but also
+ * a sensor model projection (hence making it useful also with non-orthorectified
+ * images).
+ *
+ * \sa VectorDataExtractROI
  */
 
 template <class TType>
-- 
GitLab