678679680681682683684
/** * @see GeoJSON */ public GeoPipeline createJson() { return addPipe(new GeoJSON()); }