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


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