public class ST_OrderingEquals
extends org.h2gis.api.DeterministicScalarFunction
| Constructor and Description |
|---|
ST_OrderingEquals() |
| Modifier and Type | Method and Description |
|---|---|
String |
getJavaStaticMethod() |
static boolean |
orderingEquals(org.h2.value.ValueGeometry geomA,
org.h2.value.ValueGeometry geomB)
Returns true if the given geometries represent the same
geometry and points are in the same directional order.
|
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
public static boolean orderingEquals(org.h2.value.ValueGeometry geomA,
org.h2.value.ValueGeometry geomB)
geomA - geomB - Copyright © 2019 CNRS. All rights reserved.