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