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