public class ST_Extrude
extends org.h2gis.api.DeterministicScalarFunction
| Constructor and Description |
|---|
ST_Extrude() |
| Modifier and Type | Method and Description |
|---|---|
static org.locationtech.jts.geom.GeometryCollection |
extrudeGeometry(org.locationtech.jts.geom.Geometry geometry,
double height)
Extrudes a POLYGON or a LINESTRING into a GEOMETRYCOLLECTION containing
the floor (input geometry), walls and ceiling.
|
static org.locationtech.jts.geom.Geometry |
extrudeGeometry(org.locationtech.jts.geom.Geometry geometry,
double height,
int flag)
Extrudes a POLYGON or a LINESTRING into a GEOMETRYCOLLECTION containing
the floor (input geometry), walls and ceiling.
|
String |
getJavaStaticMethod() |
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
public static org.locationtech.jts.geom.GeometryCollection extrudeGeometry(org.locationtech.jts.geom.Geometry geometry,
double height)
throws SQLException
geometry - Input geometryheight - Desired heightSQLExceptionpublic static org.locationtech.jts.geom.Geometry extrudeGeometry(org.locationtech.jts.geom.Geometry geometry,
double height,
int flag)
throws SQLException
geometry - Input geometryheight - Desired heightflag - 1 (walls), 2 (roof)SQLExceptionCopyright © 2019 CNRS. All rights reserved.