PostGIS
3.4.0dev-r@@SVN_REVISION@@
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Functions
c
d
f
g
i
l
m
p
q
w
Variables
a
b
c
d
f
g
h
i
l
n
o
p
r
s
t
u
v
x
y
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
Properties
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
g
h
i
l
m
n
o
p
r
s
t
v
w
y
Typedefs
_
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
u
y
Enumerations
Enumerator
a
c
d
e
f
g
i
j
l
m
p
r
s
t
u
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Examples
▼
PostGIS
Todo List
►
Namespaces
►
Data Structures
▼
Files
►
File List
►
Globals
►
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Macros
Pages
cu_shp2pgsql.h
Go to the documentation of this file.
1
/**********************************************************************
2
*
3
* PostGIS - Spatial Types for PostgreSQL
4
* http://postgis.net
5
* Copyright 2010 LISAsoft Pty Ltd
6
*
7
* This is free software; you can redistribute and/or modify it under
8
* the terms of the GNU General Public Licence. See the COPYING file.
9
*
10
**********************************************************************/
11
12
#ifndef __cu_shp2pgsql_h__
13
#define __cu_shp2pgsql_h__
14
15
#include <stdio.h>
16
#include <stdlib.h>
17
#include <string.h>
18
#include "CUnit/Basic.h"
19
20
/***********************************************************************
21
** for Computational Geometry Suite
22
*/
23
24
/* Admin functions */
25
int
init_shp2pgsql_suite
(
void
);
26
int
clean_shp2pgsql_suite
(
void
);
27
28
#endif
/* __cu_shp2pgsql_h__ */
init_shp2pgsql_suite
int init_shp2pgsql_suite(void)
Definition:
cu_shp2pgsql.c:51
clean_shp2pgsql_suite
int clean_shp2pgsql_suite(void)
Definition:
cu_shp2pgsql.c:60
loader
cunit
cu_shp2pgsql.h
Generated by
1.9.1