public class ST_Reverse3DLine
extends org.h2gis.api.DeterministicScalarFunction
| Constructor and Description |
|---|
ST_Reverse3DLine() |
| Modifier and Type | Method and Description |
|---|---|
String |
getJavaStaticMethod() |
static org.locationtech.jts.geom.MultiLineString |
reverse3D(org.locationtech.jts.geom.MultiLineString multiLineString,
String order)
Reverses a multilinestring according to z value.
|
static org.locationtech.jts.geom.Geometry |
reverse3DLine(org.locationtech.jts.geom.Geometry geometry)
Returns a 1 dimension geometry with vertex order reversed using the ascending
value.
|
static org.locationtech.jts.geom.Geometry |
reverse3DLine(org.locationtech.jts.geom.Geometry geometry,
String order)
Returns a 1 dimension geometry with vertex order reversed according values
ascending (asc) or descending (desc)
|
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
public static org.locationtech.jts.geom.Geometry reverse3DLine(org.locationtech.jts.geom.Geometry geometry)
geometry - public static org.locationtech.jts.geom.Geometry reverse3DLine(org.locationtech.jts.geom.Geometry geometry,
String order)
geometry - order - public static org.locationtech.jts.geom.MultiLineString reverse3D(org.locationtech.jts.geom.MultiLineString multiLineString,
String order)
multiLineString - Copyright © 2019 CNRS. All rights reserved.