Skip to content
Snippets Groups Projects
Commit 48bf7b22 authored by Jordi Inglada's avatar Jordi Inglada
Browse files

ADD: forgotten add

parent ec033828
No related branches found
No related tags found
No related merge requests found
/*=========================================================================
Program: ORFEO Toolbox
Language: C++
Date: $Date$
Version: $Revision$
Copyright (c) Centre National d'Etudes Spatiales. All rights reserved.
See OTBCopyright.txt for details.
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
#include "itkExceptionObject.h"
#include "otbMacro.h"
#include "otbGISTable.h"
#include "otbPostGISConnectionImplementation.h"
int otbGISTableNew(int argc, char * argv[])
{
typedef otb::PostGISConnectionImplementation GISConnectionType;
typedef otb::GISTable<GISConnectionType, 2> GISTableType;
//Instantiation
GISTableType::Pointer data = GISTableType::New();
return EXIT_SUCCESS;
}
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