Handbook
Glossary
multipatch
Vocabulary
shapefiles
Definition
IN:
shapefiles
TUPLE:
multipatch
box parts part-types points z-range z-array m-range m-array
;
Methods
USING:
accessors
combinators
sequences
shapefiles
shapefiles.private
;
M:
multipatch
(write-shape)
{
[
box>>
[
write-double
]
each
]
[
parts>>
length
write-int
]
[
points>>
length
write-int
]
[
parts>>
[
write-int
]
each
]
[
part-types>>
[
write-int
]
each
]
[
points>>
[
write-point
]
each
]
[
write-z
]
[
write-m
]
}
cleave
;
USING:
kernel
shapefiles
shapefiles.private
;
M:
multipatch
shape-type
drop
31
;
USING:
kernel
shapefiles
shapefiles.private
;
M:
multipatch
update-bounds
[
update-box
]
[
update-z-range
]
[
update-m-range
]
tri
;