public class ST_Rotate extends AbstractH2Function
| Constructor and Description |
|---|
ST_Rotate() |
| Modifier and Type | Method and Description |
|---|---|
static com.vividsolutions.jts.geom.Geometry |
execute(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 |
execute(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 |
execute(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.
|
getCreateFunctionSQL, getFullname, getName, isDeterministicpublic static com.vividsolutions.jts.geom.Geometry execute(com.vividsolutions.jts.geom.Geometry geom,
double theta)
geom - Geometrytheta - Anglepublic static com.vividsolutions.jts.geom.Geometry execute(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 rotatepublic static com.vividsolutions.jts.geom.Geometry execute(com.vividsolutions.jts.geom.Geometry geom,
double theta,
com.vividsolutions.jts.geom.Point point)
geom - Geometrytheta - Anglepoint - The point about which to rotateCopyright © 2025 gvSIG Association. All rights reserved.