538539540541542543544
/** * @see NumPoints */ public GeoPipeline countPoints() { return addPipe(new NumPoints()); }