public class ST_Scale extends AbstractH2Function
| Constructor and Description |
|---|
ST_Scale() |
| Modifier and Type | Method and Description |
|---|---|
static com.vividsolutions.jts.geom.Geometry |
execute(com.vividsolutions.jts.geom.Geometry geom,
double xFactor,
double yFactor)
Scales the given geometry by multiplying the coordinates by the indicated x and y scale factors, leaving the z-coordinate untouched.
|
static com.vividsolutions.jts.geom.Geometry |
execute(com.vividsolutions.jts.geom.Geometry geom,
double xFactor,
double yFactor,
double zFactor)
Scales the given geometry by multiplying the coordinates by the indicated x, y and z scale factors.
|
getCreateFunctionSQL, getFullname, getName, isDeterministicpublic static com.vividsolutions.jts.geom.Geometry execute(com.vividsolutions.jts.geom.Geometry geom,
double xFactor,
double yFactor)
geom - GeometryxFactor - x scale factoryFactor - y scale factorpublic static com.vividsolutions.jts.geom.Geometry execute(com.vividsolutions.jts.geom.Geometry geom,
double xFactor,
double yFactor,
double zFactor)
geom - GeometryxFactor - x scale factoryFactor - y scale factorzFactor - z scale factorCopyright © 2026 gvSIG Association. All rights reserved.