public class ST_Rotate
extends org.h2gis.api.DeterministicScalarFunction
| Constructor and Description |
|---|
ST_Rotate() |
| Modifier and Type | Method and Description |
|---|---|
String |
getJavaStaticMethod() |
static com.vividsolutions.jts.geom.Geometry |
rotate(com.vividsolutions.jts.geom.Geometry geom,
double theta)
Rotates a geometry by a given angle (in radians) about the center
of the geometry's envelope.
|
static com.vividsolutions.jts.geom.Geometry |
rotate(com.vividsolutions.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 com.vividsolutions.jts.geom.Geometry |
rotate(com.vividsolutions.jts.geom.Geometry geom,
double theta,
com.vividsolutions.jts.geom.Point point)
Rotates a geometry by a given angle (in radians) about the specified
point.
|
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
public static com.vividsolutions.jts.geom.Geometry rotate(com.vividsolutions.jts.geom.Geometry geom,
double theta)
geom - Geometrytheta - Anglepublic static com.vividsolutions.jts.geom.Geometry rotate(com.vividsolutions.jts.geom.Geometry geom,
double theta,
com.vividsolutions.jts.geom.Point point)
geom - Geometrytheta - Anglepoint - The point about which to rotatepublic static com.vividsolutions.jts.geom.Geometry rotate(com.vividsolutions.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 © 2018 CNRS. All rights reserved.