public class ST_MakeEllipse
extends org.h2gis.api.DeterministicScalarFunction
| Constructor and Description |
|---|
ST_MakeEllipse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getJavaStaticMethod() |
static org.locationtech.jts.geom.Polygon |
makeEllipse(org.locationtech.jts.geom.Point p,
double width,
double height)
Make an ellipse centered at the given point with the given width and
height.
|
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
public static org.locationtech.jts.geom.Polygon makeEllipse(org.locationtech.jts.geom.Point p,
double width,
double height)
throws SQLException
p - Pointwidth - Widthheight - HeightSQLException - if the width or height is non-positiveCopyright © 2019 CNRS. All rights reserved.