PostGIS
2.4.9dev-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
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
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
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
p
r
s
t
v
w
y
+
Typedefs
_
b
c
e
f
g
i
k
l
n
p
r
s
t
u
y
Enumerations
+
Enumerator
a
c
d
e
g
i
k
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
◆
CG_SEGMENT_INTERSECTION_TYPE
enum
CG_SEGMENT_INTERSECTION_TYPE
Enumerator
SEG_ERROR
SEG_NO_INTERSECTION
SEG_COLINEAR
SEG_CROSS_LEFT
SEG_CROSS_RIGHT
SEG_TOUCH_LEFT
SEG_TOUCH_RIGHT
Definition at line
212
of file
liblwgeom_internal.h
.
212
{
213
SEG_ERROR
= -1,
214
SEG_NO_INTERSECTION
= 0,
215
SEG_COLINEAR
= 1,
216
SEG_CROSS_LEFT
= 2,
217
SEG_CROSS_RIGHT
= 3,
218
SEG_TOUCH_LEFT
= 4,
219
SEG_TOUCH_RIGHT
= 5
220
};
SEG_TOUCH_LEFT
Definition:
liblwgeom_internal.h:218
SEG_CROSS_RIGHT
Definition:
liblwgeom_internal.h:217
SEG_COLINEAR
Definition:
liblwgeom_internal.h:215
SEG_NO_INTERSECTION
Definition:
liblwgeom_internal.h:214
SEG_TOUCH_RIGHT
Definition:
liblwgeom_internal.h:219
SEG_CROSS_LEFT
Definition:
liblwgeom_internal.h:216
SEG_ERROR
Definition:
liblwgeom_internal.h:213
liblwgeom
liblwgeom_internal.h
Generated by
1.8.13