public class ST_ZMax extends AbstractH2Function
| Constructor and Description |
|---|
ST_ZMax() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Double |
execute(com.vividsolutions.jts.geom.Geometry geom)
Returns the maximal z-value of the given geometry.
|
static double[] |
zMinMax(com.vividsolutions.jts.geom.Coordinate[] cs)
Determine the min and max "z" values in an array of Coordinates.
|
getCreateFunctionSQL, getFullname, getName, isDeterministicpublic static java.lang.Double execute(com.vividsolutions.jts.geom.Geometry geom)
geom - Geometrypublic static double[] zMinMax(com.vividsolutions.jts.geom.Coordinate[] cs)
cs - The array to search.Copyright © 2025 gvSIG Association. All rights reserved.