public class ST_Scale
extends org.h2gis.api.DeterministicScalarFunction
| Constructor and Description |
|---|
ST_Scale() |
| Modifier and Type | Method and Description |
|---|---|
String |
getJavaStaticMethod() |
static com.vividsolutions.jts.geom.Geometry |
scale(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 |
scale(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.
|
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
public static com.vividsolutions.jts.geom.Geometry scale(com.vividsolutions.jts.geom.Geometry geom,
double xFactor,
double yFactor)
geom - GeometryxFactor - x scale factoryFactor - y scale factorpublic static com.vividsolutions.jts.geom.Geometry scale(com.vividsolutions.jts.geom.Geometry geom,
double xFactor,
double yFactor,
double zFactor)
geom - GeometryxFactor - x scale factoryFactor - y scale factorzFactor - z scale factorCopyright © 2018 CNRS. All rights reserved.