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

DOC: update doxygen for OGRVectorDataIO

parent c2f7408c
No related branches found
No related tags found
No related merge requests found
......@@ -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;
};
......
......@@ -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
{
......
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