public class ST_Expand
extends org.h2gis.api.DeterministicScalarFunction
| Constructor and Description |
|---|
ST_Expand() |
| Modifier and Type | Method and Description |
|---|---|
static org.locationtech.jts.geom.Geometry |
expand(org.locationtech.jts.geom.Geometry geometry,
double delta)
Expands a geometry's envelope by the given delta X and delta Y.
|
static org.locationtech.jts.geom.Geometry |
expand(org.locationtech.jts.geom.Geometry geometry,
double deltaX,
double deltaY)
Expands a geometry's envelope by the given delta X and delta Y.
|
String |
getJavaStaticMethod() |
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
public static org.locationtech.jts.geom.Geometry expand(org.locationtech.jts.geom.Geometry geometry,
double delta)
geometry - the input geometrydelta - the distance to expand the envelope along the X and Y axispublic static org.locationtech.jts.geom.Geometry expand(org.locationtech.jts.geom.Geometry geometry,
double deltaX,
double deltaY)
geometry - the input geometrydeltaX - the distance to expand the envelope along the X axisdeltaY - the distance to expand the envelope along the Y axisCopyright © 2019 CNRS. All rights reserved.