public class ST_Rotate
extends org.h2gis.api.DeterministicScalarFunction
| Constructor and Description |
|---|
ST_Rotate() |
| Modifier and Type | Method and Description |
|---|---|
String |
getJavaStaticMethod() |
static org.locationtech.jts.geom.Geometry |
rotate(org.locationtech.jts.geom.Geometry geom,
double theta)
Rotates a geometry by a given angle (in radians) about the center
of the geometry's envelope.
|
static org.locationtech.jts.geom.Geometry |
rotate(org.locationtech.jts.geom.Geometry geom,
double theta,
double x0,
double y0)
Rotates a geometry by a given angle (in radians) about the specified
point at (x0, y0).
|
static org.locationtech.jts.geom.Geometry |
rotate(org.locationtech.jts.geom.Geometry geom,
double theta,
org.locationtech.jts.geom.Point point)
Rotates a geometry by a given angle (in radians) about the specified
point.
|
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
public static org.locationtech.jts.geom.Geometry rotate(org.locationtech.jts.geom.Geometry geom,
double theta)
geom - Geometrytheta - Anglepublic static org.locationtech.jts.geom.Geometry rotate(org.locationtech.jts.geom.Geometry geom,
double theta,
org.locationtech.jts.geom.Point point)
geom - Geometrytheta - Anglepoint - The point about which to rotatepublic static org.locationtech.jts.geom.Geometry rotate(org.locationtech.jts.geom.Geometry geom,
double theta,
double x0,
double y0)
geom - Geometrytheta - Anglex0 - x-coordinate of point about which to rotatey0 - y-coordinate of point about which to rotateCopyright © 2019 CNRS. All rights reserved.