524525526527528529530
/** * @see StartPoint */ public GeoPipeline toStartPoint() { return addPipe(new StartPoint(layer.getGeometryFactory())); }