rdf4j-postgis
Version 0.1.0.0
|
Aggregate function to find the maximum y coordinate of a set of geometries. More...
Public Member Functions | |
MaxY (ValueExpr arg) | |
MaxY (ValueExpr arg, boolean distinct) | |
boolean | equals (Object other) |
int | hashCode () |
MaxY | clone () |
Package Functions | |
public< X extends Exception > void | visit (QueryModelVisitor< X > visitor) throws X |
Static Private Attributes | |
static final long | serialVersionUID = 6796006337635345026L |
Aggregate function to find the maximum y coordinate of a set of geometries.
MaxY | ( | ValueExpr | arg | ) |
MaxY | ( | ValueExpr | arg, |
boolean | distinct | ||
) |
MaxY clone | ( | ) |
boolean equals | ( | Object | other | ) |
References MaxY.equals().
Referenced by MaxY.equals().
|
package |
|
staticprivate |