postclip property

GeoStream Function(GeoStream) get postclip

The projection's cartesian clipping.

Implementation

GeoStream Function(GeoStream) get postclip => _postclip;
set postclip (GeoStream postclip(GeoStream))

Implementation

set postclip(GeoStream Function(GeoStream) postclip) {
  _postclip = postclip;
  _x0 = _y0 = _x1 = _y1 = null;
  _reset();
}