The projection's cartesian clipping.
GeoStream Function(GeoStream) get postclip => _postclip;
set postclip(GeoStream Function(GeoStream) postclip) { _postclip = postclip; _x0 = _y0 = _x1 = _y1 = null; _reset(); }