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