Ice Sheet System Model  4.18
Code documentation
Shp2Kmlx.h
Go to the documentation of this file.
1 
5 #ifndef _SHP2KMLX_H
6 #define _SHP2KMLX_H
7 
8 #ifdef HAVE_CONFIG_H
9 #include <config.h>
10 #else
11 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
12 #endif
13 
14 #ifdef _HAVE_SHAPELIB_ //only works if Shapelib library has been compiled in.
15 
16 #include "shapefil.h"
17 
18 #endif
19 
20 #include "../../classes/classes.h"
21 
22 /* local prototypes: */
23 int Shp2Kmlx(char* filshp,char* filkml, int sgn);
24 int Shp2Kmlx(char* filshp,char* filkml, int sgn,double cm,double sp);
25 
26 #endif /* _SHP2KMLX_H */
Shp2Kmlx
int Shp2Kmlx(char *filshp, char *filkml, int sgn)
Definition: Shp2Kmlx.cpp:10