/*!\file: Shp2Expx.h * \brief header file for shp to exp conversion routines. */ #ifndef _SHP2EXPX_H #define _SHP2EXPX_H #ifdef HAVE_CONFIG_H #include #else #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!" #endif #ifdef _HAVE_SHAPELIB_ //only works if Shapelib library has been compiled in. #include "shapefil.h" #endif #include "../../classes/classes.h" /* local prototypes: */ int Shp2Expx(char* filshp,char* filexp); int Shp2Expx(char* filshp,char* filexp, int sgn); int Shp2Expx(char* filshp,char* filexp, int sgn,double cm,double sp); #endif /* _SHP2EXPX_H */