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
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Macros
Pages
◆
lwgeom_sfcgal_noop()
LWGEOM
* lwgeom_sfcgal_noop
(
const
LWGEOM
*
geom_in
)
Definition at line
596
of file
lwgeom_sfcgal.c
.
597
{
598
sfcgal_geometry_t *converted;
599
600
assert(geom_in);
601
602
converted =
LWGEOM2SFCGAL
(geom_in);
603
assert(converted);
604
605
LWGEOM
*geom_out =
SFCGAL2LWGEOM
(converted, 0,
SRID_UNKNOWN
);
606
sfcgal_geometry_delete(converted);
607
608
/* copy SRID (SFCGAL does not store the SRID) */
609
geom_out->
srid
= geom_in->
srid
;
610
return
geom_out;
611
}
SRID_UNKNOWN
#define SRID_UNKNOWN
Unknown SRID value.
Definition:
liblwgeom.h:215
LWGEOM2SFCGAL
sfcgal_geometry_t * LWGEOM2SFCGAL(const LWGEOM *geom)
Definition:
lwgeom_sfcgal.c:466
SFCGAL2LWGEOM
LWGEOM * SFCGAL2LWGEOM(const sfcgal_geometry_t *geom, int force3D, int32_t srid)
Definition:
lwgeom_sfcgal.c:295
LWGEOM::srid
int32_t srid
Definition:
liblwgeom.h:460
LWGEOM
Definition:
liblwgeom.h:457
liblwgeom
lwgeom_sfcgal.h
Generated by
1.9.1