public class ST_Reverse
extends org.h2gis.api.DeterministicScalarFunction
| Constructor and Description |
|---|
ST_Reverse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getJavaStaticMethod() |
static org.locationtech.jts.geom.Geometry |
reverse(org.locationtech.jts.geom.Geometry geometry)
Returns the geometry with vertex order reversed.
|
static org.locationtech.jts.geom.Geometry |
reverseMultiPoint(org.locationtech.jts.geom.MultiPoint mp)
Returns the MultiPoint with vertex order reversed.
|
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
public static org.locationtech.jts.geom.Geometry reverse(org.locationtech.jts.geom.Geometry geometry)
geometry - Geometrypublic static org.locationtech.jts.geom.Geometry reverseMultiPoint(org.locationtech.jts.geom.MultiPoint mp)
mp - MultiPointCopyright © 2019 CNRS. All rights reserved.