From cb093b369347da18c389d49a76c25dc75165719e Mon Sep 17 00:00:00 2001 From: Emmanuel Christophe <emmanuel.christophe@orfeo-toolbox.org> Date: Mon, 7 Sep 2009 18:04:55 +0800 Subject: [PATCH] DOC: update doxygen for OGRVectorDataIO --- Code/IO/otbOGRVectorDataIO.h | 12 ++++++++---- Code/IO/otbOGRVectorDataIOFactory.h | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/Code/IO/otbOGRVectorDataIO.h b/Code/IO/otbOGRVectorDataIO.h index 2c22d401a2..ea9b9a478b 100644 --- a/Code/IO/otbOGRVectorDataIO.h +++ b/Code/IO/otbOGRVectorDataIO.h @@ -32,7 +32,11 @@ namespace otb /** \class OGRVectorDataIO * - * \brief ImageIO object for reading and writing SHP format vector data + * \brief ImageIO object for reading and writing OGR format vector data + * + * ImageIO object for reading and writing OGR format vector data: it can + * handle Esri Shapefile (shp), MapInfo (map) and Geography Markup Language (GML) + * and possibly other OGR formats. * */ template <class TData> class ITK_EXPORT OGRVectorDataIO @@ -51,7 +55,7 @@ public: /** Run-time type information (and related methods). */ itkTypeMacro(OGRVectorDataIO, VectorDataIOBase); - + /** Byte order typedef */ typedef typename Superclass::ByteOrder ByteOrder; @@ -110,9 +114,9 @@ protected: private: OGRVectorDataIO(const Self&); //purposely not implemented void operator=(const Self&); //purposely not implemented - + std::string GetOGRDriverName(std::string name) const; - + OGRDataSource * m_DataSource; }; diff --git a/Code/IO/otbOGRVectorDataIOFactory.h b/Code/IO/otbOGRVectorDataIOFactory.h index 098e6e656b..05e7abaf35 100644 --- a/Code/IO/otbOGRVectorDataIOFactory.h +++ b/Code/IO/otbOGRVectorDataIOFactory.h @@ -23,7 +23,7 @@ namespace otb { /** \class OGRVectorDataIOFactory - * \brief Creation d'un instance d'un objet VectorDataImageIO utilisant les object factory. + * \brief Create an instance of an OGRVectorDataIOFactory. */ template <class TData> class ITK_EXPORT OGRVectorDataIOFactory : public itk::ObjectFactoryBase { -- GitLab