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
◆
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
215
of file
liblwgeom_internal.h
.
215
{
216
SEG_ERROR
= -1,
217
SEG_NO_INTERSECTION
= 0,
218
SEG_COLINEAR
= 1,
219
SEG_CROSS_LEFT
= 2,
220
SEG_CROSS_RIGHT
= 3,
221
SEG_TOUCH_LEFT
= 4,
222
SEG_TOUCH_RIGHT
= 5
223
};
SEG_NO_INTERSECTION
@ SEG_NO_INTERSECTION
Definition:
liblwgeom_internal.h:217
SEG_ERROR
@ SEG_ERROR
Definition:
liblwgeom_internal.h:216
SEG_COLINEAR
@ SEG_COLINEAR
Definition:
liblwgeom_internal.h:218
SEG_TOUCH_LEFT
@ SEG_TOUCH_LEFT
Definition:
liblwgeom_internal.h:221
SEG_CROSS_RIGHT
@ SEG_CROSS_RIGHT
Definition:
liblwgeom_internal.h:220
SEG_CROSS_LEFT
@ SEG_CROSS_LEFT
Definition:
liblwgeom_internal.h:219
SEG_TOUCH_RIGHT
@ SEG_TOUCH_RIGHT
Definition:
liblwgeom_internal.h:222
liblwgeom
liblwgeom_internal.h
Generated by
1.9.1