projection.stream()

projection.stream(stream)

Returns a projection stream for the specified output stream. Any input geometry is projected before being streamed to the output stream. A typical projection involves several geometry transformations: the input geometry is first converted to radians, rotated on three axes, clipped to the small circle or cut along the antimeridian, and lastly projected to the plane with adaptive resampling, scale and translation.

doc_D3_Js
2016-11-24 10:28:30
Comments
Leave a Comment

Please login to continue.