public class ST_MakeEnvelope
extends org.h2gis.api.DeterministicScalarFunction
| Constructor and Description |
|---|
ST_MakeEnvelope() |
| Modifier and Type | Method and Description |
|---|---|
String |
getJavaStaticMethod() |
static org.locationtech.jts.geom.Polygon |
makeEnvelope(double xmin,
double ymin,
double xmax,
double ymax)
Creates a rectangular Polygon formed from the minima and maxima by the
given shell.
|
static org.locationtech.jts.geom.Polygon |
makeEnvelope(double xmin,
double ymin,
double xmax,
double ymax,
int srid)
Creates a rectangular Polygon formed from the minima and maxima by the
given shell.
|
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
public static org.locationtech.jts.geom.Polygon makeEnvelope(double xmin,
double ymin,
double xmax,
double ymax)
xmin - X minymin - Y minxmax - X maxymax - Y maxpublic static org.locationtech.jts.geom.Polygon makeEnvelope(double xmin,
double ymin,
double xmax,
double ymax,
int srid)
xmin - X minymin - Y minxmax - X maxymax - Y maxsrid - SRIDCopyright © 2019 CNRS. All rights reserved.