447448449450451452453
/** * @see Min */ public GeoPipeline getMin(String property) { return addPipe(new Min(property)); }