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