|
rdf4j-postgis
Version 0.1.0.0
|
Aggregate function to find the maximum x coordinate of a set of geometries. More...


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