public class ST_MakeEllipse
extends org.h2gis.api.DeterministicScalarFunction
| Constructor and Description |
|---|
ST_MakeEllipse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getJavaStaticMethod() |
static com.vividsolutions.jts.geom.Polygon |
makeEllipse(com.vividsolutions.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 com.vividsolutions.jts.geom.Polygon makeEllipse(com.vividsolutions.jts.geom.Point p,
double width,
double height)
throws SQLException
p - Pointwidth - Widthheight - HeightSQLException - if the width or height is non-positiveCopyright © 2018 CNRS. All rights reserved.