/*----------------------------------------------------------------------------- * Filename : ossimGeocent.i * Author : Vipul Raheja * License : See top level LICENSE.txt file. * Description : Contains SWIG-Python of class ossimDtedHandler * -----------------------------------------------------------------------------*/ %module pyossim %{ #include <ossim/base/ossimGeocent.h> %} /* Handling class */ %include "ossim/base/ossimGeocent.h"