454455456457458459460
/** * @see Max */ public GeoPipeline getMax(String property) { return addPipe(new Max(property)); }