public class ST_MinimumRectangle
extends org.h2gis.api.DeterministicScalarFunction
MinimumDiameter.| Constructor and Description |
|---|
ST_MinimumRectangle() |
| Modifier and Type | Method and Description |
|---|---|
static org.locationtech.jts.geom.Geometry |
computeMinimumRectangle(org.locationtech.jts.geom.Geometry geometry)
Gets the minimum rectangular
Polygon which encloses the input geometry. |
String |
getJavaStaticMethod() |
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
public static org.locationtech.jts.geom.Geometry computeMinimumRectangle(org.locationtech.jts.geom.Geometry geometry)
Polygon which encloses the input geometry.geometry - Input geometryCopyright © 2019 CNRS. All rights reserved.