# Functions
Geometry will return the clipped version of the given geometry.
LineString will clip the give linestring to the the given clipbox, breaking it up into multiple linestring as needed.
MultiPoint will filter out points that are not contained by the clipbox.