Handbook
Glossary
read-shape ( -- shape )
Vocabulary
shapefiles
.
private
Inputs
None
Outputs
shape
an
object
Definition
USING:
combinators
kernel
shapefiles
;
IN:
shapefiles.private
:
read-shape
( -- shape )
read-int
{
{
0
[
null-shape
]
}
{
1
[
read-point
]
}
{
3
[
read-poly
polyline
boa
]
}
{
5
[
read-poly
polygon
boa
]
}
{
8
[
read-multipoint
]
}
{
11
[
read-point-z
]
}
{
13
[
read-poly-z
polyline-z
boa
]
}
{
15
[
read-poly-z
polygon-z
boa
]
}
{
18
[
read-multipoint-z
]
}
{
21
[
read-point-m
]
}
{
23
[
read-poly-m
polyline-m
boa
]
}
{
25
[
read-poly-m
polygon-m
boa
]
}
{
28
[
read-multipoint-m
]
}
{
31
[
read-multipatch
]
}
}
case
;