org.h2gis.h2spatial.internal.function.spatial.properties
Class ST_Is3D
java.lang.Object
org.h2gis.h2spatialapi.AbstractFunction
org.h2gis.h2spatialapi.DeterministicScalarFunction
org.h2gis.h2spatial.internal.function.spatial.properties.ST_Is3D
- All Implemented Interfaces:
- Function, ScalarFunction
public class ST_Is3D
- extends DeterministicScalarFunction
Returns 1 if a geometry has a z-coordinate, otherwise 0.
Implements the SQL/MM Part 3: Spatial 5.1.3
- Author:
- Erwan Bocher
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ST_Is3D
public ST_Is3D()
getJavaStaticMethod
public String getJavaStaticMethod()
is3D
public static int is3D(byte[] geom)
throws IOException
- Returns 1 if a geometry has a z-coordinate, otherwise 0.
- Parameters:
geom -
- Returns:
-
- Throws:
IOException
Copyright © 2015 IRSTV CNRS-FR-2488. All Rights Reserved.