public class ST_Translate
extends org.h2gis.api.DeterministicScalarFunction
| Modifier and Type | Field and Description |
|---|---|
static String |
MIXED_DIM_ERROR |
| Constructor and Description |
|---|
ST_Translate() |
| Modifier and Type | Method and Description |
|---|---|
String |
getJavaStaticMethod() |
static org.locationtech.jts.geom.Geometry |
translate(org.locationtech.jts.geom.Geometry geom,
double x,
double y)
Translates a geometry using X and Y offsets.
|
static org.locationtech.jts.geom.Geometry |
translate(org.locationtech.jts.geom.Geometry geom,
double x,
double y,
double z)
Translates a geometry using X, Y and Z offsets.
|
addProperty, getProperty, removePropertypublic static final String MIXED_DIM_ERROR
public String getJavaStaticMethod()
public static org.locationtech.jts.geom.Geometry translate(org.locationtech.jts.geom.Geometry geom,
double x,
double y)
geom - Geometryx - Xy - Ypublic static org.locationtech.jts.geom.Geometry translate(org.locationtech.jts.geom.Geometry geom,
double x,
double y,
double z)
geom - Geometryx - Xy - Yz - ZCopyright © 2019 CNRS. All rights reserved.