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
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Macros
Pages
◆
out_geojson_test_dims()
static void out_geojson_test_dims
(
void
)
static
Definition at line
88
of file
cu_out_geojson.c
.
89
{
90
/* 3D */
91
do_geojson_test
(
92
"POINT(0 1 2)"
,
93
"{\"type\":\"Point\",\"coordinates\":[0,1,2]}"
,
94
NULL, 0, 0);
95
96
/* 3DM */
97
do_geojson_test
(
98
"POINTM(0 1 2)"
,
99
"{\"type\":\"Point\",\"coordinates\":[0,1]}"
,
100
NULL, 0, 0);
101
102
/* 4D */
103
do_geojson_test
(
104
"POINT(0 1 2 3)"
,
105
"{\"type\":\"Point\",\"coordinates\":[0,1,2]}"
,
106
NULL, 0, 0);
107
}
do_geojson_test
static void do_geojson_test(char *in, char *out, char *srs, int precision, int has_bbox)
Definition:
cu_out_geojson.c:20
References
do_geojson_test()
.
Here is the call graph for this function:
liblwgeom
cunit
cu_out_geojson.c
Generated by
1.9.1